Skip to content

Commit

Permalink
Disable detach runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Sep 18, 2024
1 parent 5d53445 commit e17e4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ runner-test-matrix:
path: integration-tests/ccip-tests/load/ccip_test.go
test_env_type: k8s-remote-runner
runs_on: ubuntu-latest
test_cmd: cd integration-tests/ccip-tests/load && go test -test.run TestLoadCCIPStableRPS -timeout 70m -count=1 -test.parallel=1 -json
test_cmd: cd integration-tests/ccip-tests/load && DETACH_RUNNER=false go test -test.run TestLoadCCIPStableRPS -timeout 70m -count=1 -test.parallel=1 -json
test_env_vars:
E2E_TEST_GRAFANA_DASHBOARD_URL: "/d/6vjVx-1V8/ccip-long-running-tests"
workflows:
Expand Down

0 comments on commit e17e4b0

Please sign in to comment.