Skip to content

Commit

Permalink
modified order of execution of k8s tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Feb 12, 2024
1 parent 1576313 commit 6589682
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,12 @@ commands =
exit $return; \
fi'

#Integration + Gateway Connection Tests
# Gateway tests are not run in kuberetes, as currently,it does not have a way to configure
# high/low side warning flag.
bash -c " source ./scripts/get_k8s_secret_ci.sh; \
pytest tests/integration/network -k 'not test_domain_gateway_user_code' -p no:randomly -vvvv"

; ; container workload
; bash -c 'if [[ "$PYTEST_MODULES" == *"container_workload"* ]]; then \
; echo "Starting Container Workload test"; date; \
Expand All @@ -786,11 +792,6 @@ commands =
bash -c " source ./scripts/get_k8s_secret_ci.sh; \
pytest --nbmake notebooks/api/0.8 -p no:randomly -k 'not 10-container-images.ipynb' -vvvv --nbmake-timeout=1000"

#Integration + Gateway Connection Tests
# Gateway tests are not run in kuberetes, as currently,it does not have a way to configure
# high/low side warning flag.
bash -c " source ./scripts/get_k8s_secret_ci.sh; \
pytest tests/integration/network -k 'not test_domain_gateway_user_code' -p no:randomly -vvvv"

# deleting clusters created
bash -c "k3d cluster delete testgateway1 || true"
Expand Down

0 comments on commit 6589682

Please sign in to comment.