From bfb8152db5593aabb52bdbfadb9266b4b985c383 Mon Sep 17 00:00:00 2001 From: lukaszcl <120112546+lukaszcl@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:19:59 +0200 Subject: [PATCH] Fix --- .github/e2e-tests.yml | 6 +++--- .github/workflows/automation-nightly-tests.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/e2e-tests.yml b/.github/e2e-tests.yml index 261ea78402a..65bdc4dfdf5 100644 --- a/.github/e2e-tests.yml +++ b/.github/e2e-tests.yml @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/automation-nightly-tests.yml b/.github/workflows/automation-nightly-tests.yml index 6b88c0a7164..f27e98494d6 100644 --- a/.github/workflows/automation-nightly-tests.yml +++ b/.github/workflows/automation-nightly-tests.yml @@ -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"