Skip to content

Commit

Permalink
migrated system and load tests to different repo
Browse files Browse the repository at this point in the history
  • Loading branch information
joshburt committed Feb 6, 2024
1 parent 3be6811 commit dfc6c92
Show file tree
Hide file tree
Showing 37 changed files with 4 additions and 2,902 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
- master
jobs:
build:
# runs-on: ubuntu-latest
# This is still pending IT response
runs-on: self-hosted-amd64-small-privileged
# runs-on: self-hosted-amd64-large-privileged-on-demand-storage
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
Expand Down Expand Up @@ -44,13 +41,6 @@ jobs:
- name: Run Integration Tests
run: |
anaconda-project run test:integration:slipstream
# This is still pending IT response
- name: Run System Tests
env:
AE5_HOSTNAME: dev2.ae.anacondaconnect.com
CI: True
run: |
anaconda-project run test:system
- name: Upload to anaconda.org (Dev Build)
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ on:
- '*'
jobs:
package:
# runs-on: ubuntu-latest
# This is still pending IT response
runs-on: self-hosted-amd64-small-privileged
# runs-on: self-hosted-amd64-large-privileged-on-demand-storage
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ These commands are used during development for solution management.
| test | Default | Run all test suites |
| test:unit | Default | Unit Test Suite |
| test:integration | Default | Integration Test Suite |
| test:system | Default | System Test Suite |

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2023 Anaconda, Inc.
Copyright 2024 Anaconda, Inc.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ There is already a fair amount of inline help, so type `ae5 --help` to get start
For k8s service integration refer to:
* [k8s Service Component Documentation](docs/source/K8S_SERVER.md)
* [Project Commands Documentation](docs/source/COMMANDS.md)
* [System and Load Testing](docs/source/SYSTEM_TESTS.md)
* [Contributing](CONTRIBUTING.md)

## Installation
Expand Down
10 changes: 0 additions & 10 deletions anaconda-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,6 @@ commands:
conda install build/noarch/ae5-tools-*.tar.bz2
py.test --cov=ae5_tools -v tests/integration --cov-append --cov-report=xml -vv
test:load:
env_spec: default
unix: |
python -m tests.load.runner
test:system:
env_spec: default
unix: |
python -m tests.system.runner
# Documentation Commands ####################################################

build:apidocs:
Expand Down
3 changes: 0 additions & 3 deletions docs/source/COMMANDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ These commands are used during project development.
| test | Default | Run all test suites |
| test:unit | Default | Unit Test Suite |
| test:integration | Default | Integration Test Suite |
| test:system | Default | System Test Suite |
| test:load | Default | Load Test Suite |


### Runtime

Expand Down
178 changes: 0 additions & 178 deletions docs/source/SYSTEM_TESTS.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "AE5 Tools"
copyright = "2023, Anaconda, Inc."
copyright = "2024, Anaconda, Inc."
author = "Anaconda, Inc. and friends"

# -- General configuration ---------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ AE5 Tools Documentation

README
COMMANDS
SYSTEM_TESTS
K8S_SERVER


Expand Down
Loading

0 comments on commit dfc6c92

Please sign in to comment.