Skip to content

Commit

Permalink
update test parallel count for automation tests (#14199)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier authored Aug 22, 2024
1 parent b9a433b commit 8d58c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ runner-test-matrix:
workflows:
- PR E2E Core Tests
- Nightly E2E Tests
test_cmd: cd integration-tests/smoke && go test -test.run "^TestAutomationBasic/registry_2_3_conditional_native|TestAutomationBasic/registry_2_3_conditional_link$" -test.parallel=3 -timeout 30m -count=1 -json
test_cmd: cd integration-tests/smoke && go test -test.run "^TestAutomationBasic/registry_2_3_conditional_native|TestAutomationBasic/registry_2_3_conditional_link$" -test.parallel=2 -timeout 30m -count=1 -json
pyroscope_env: ci-smoke-automation-evm-simulated

- id: smoke/automation_test.go:^TestAutomationBasic/registry_2_3_logtrigger_native|TestAutomationBasic/registry_2_3_logtrigger_link$
Expand Down Expand Up @@ -375,7 +375,7 @@ runner-test-matrix:
workflows:
- PR E2E Core Tests
- Nightly E2E Tests
test_cmd: cd integration-tests/smoke && go test -test.run ^TestKeeperCheckPerformGasLimit$ -test.parallel=3 -timeout 30m -count=1 -json
test_cmd: cd integration-tests/smoke && go test -test.run ^TestKeeperCheckPerformGasLimit$ -test.parallel=2 -timeout 30m -count=1 -json
pyroscope_env: ci-smoke-keeper-evm-simulated

- id: smoke/keeper_test.go:^TestKeeperRegisterUpkeep$
Expand Down

0 comments on commit 8d58c69

Please sign in to comment.