Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Sep 9, 2024
1 parent 4beb6aa commit bfb8152
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ runner-test-matrix:
test_env_type: docker
runs_on: ubuntu22.04-8cores-32GB
workflows:
- Run Automation Product Nightly E2E Tests
- Automation Nightly Tests
test_cmd: cd integration-tests/smoke && go test -test.run ^TestAutomationNodeUpgrade/registry_2_0 -test.parallel=1 -timeout 60m -count=1 -json
test_env_vars:
E2E_TEST_CHAINLINK_IMAGE: public.ecr.aws/chainlink/chainlink
Expand All @@ -513,7 +513,7 @@ runner-test-matrix:
test_env_type: docker
runs_on: ubuntu22.04-8cores-32GB
workflows:
- Run Automation Product Nightly E2E Tests
- Automation Nightly Tests
test_cmd: cd integration-tests/smoke && go test -test.run ^TestAutomationNodeUpgrade/registry_2_1 -test.parallel=5 -timeout 60m -count=1 -json
test_env_vars:
E2E_TEST_CHAINLINK_IMAGE: public.ecr.aws/chainlink/chainlink
Expand All @@ -527,7 +527,7 @@ runner-test-matrix:
test_env_type: docker
runs_on: ubuntu22.04-8cores-32GB
workflows:
- Run Automation Product Nightly E2E Tests
- Automation Nightly Tests
test_cmd: cd integration-tests/smoke && go test -test.run ^TestAutomationNodeUpgrade/registry_2_2 -test.parallel=5 -timeout 60m -count=1 -json
test_env_vars:
E2E_TEST_CHAINLINK_IMAGE: public.ecr.aws/chainlink/chainlink
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automation-nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Run E2E Tests
uses: ./.github/workflows/run-e2e-tests-reusable-workflow.yml
with:
test_ids: 'smoke/automation_upgrade_test.go:^TestAutomationNodeUpgrade/registry_2_0,smoke/automation_upgrade_test.go:^TestAutomationNodeUpgrade/registry_2_1,smoke/automation_upgrade_test.go:^TestAutomationNodeUpgrade/registry_2_2'
test_workflow: Automation Nightly Tests
chainlink_version: ${{ github.sha }}
slack_notification_after_tests: true
slack_notification_after_tests_channel_id: "#lf-slack-notification-tests"
Expand Down

0 comments on commit bfb8152

Please sign in to comment.