Skip to content

Commit

Permalink
Disable load and chaos testing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed Sep 8, 2023
1 parent b9c23c6 commit 69a10c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
secrets: inherit
with:
chaos-app-label: app.kubernetes.io/name=indico
chaos-enabled: true
chaos-enabled: false
chaos-experiments: pod-delete
load-test-enabled: true
load-test-enabled: false
load-test-run-args: "-e LOAD_TEST_HOST=localhost"
zap-before-command: "curl -H \"Host: indico.local\" http://localhost/bootstrap --data-raw 'csrf_token=00000000-0000-0000-0000-000000000000&first_name=admin&last_name=admin&email=admin%40admin.com&username=admin&password=lunarlobster&confirm_password=lunarlobster&affiliation=Canonical'"
zap-enabled: true
Expand Down

0 comments on commit 69a10c3

Please sign in to comment.