From 4682807d3f408bd8c82fbf1a01f2ecb92a766044 Mon Sep 17 00:00:00 2001 From: Mateusz Sekara Date: Thu, 24 Oct 2024 10:04:12 +0200 Subject: [PATCH] Changing image for migration tests --- .github/e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/e2e-tests.yml b/.github/e2e-tests.yml index 4b2e8fe8309..be792f4f5bb 100644 --- a/.github/e2e-tests.yml +++ b/.github/e2e-tests.yml @@ -904,7 +904,7 @@ runner-test-matrix: - Nightly E2E Tests test_cmd: cd integration-tests/migration && go test upgrade_version_test.go -timeout 30m -count=1 -test.parallel=2 -json test_env_vars: - E2E_TEST_CHAINLINK_IMAGE: public.ecr.aws/chainlink/chainlink + E2E_TEST_CHAINLINK_IMAGE: public.ecr.aws/chainlink/chainlink-ccip E2E_TEST_CHAINLINK_VERSION: '{{ env.LATEST_CHAINLINK_RELEASE_VERSION }}' E2E_TEST_CHAINLINK_UPGRADE_IMAGE: '{{ env.QA_CHAINLINK_IMAGE }}' E2E_TEST_CHAINLINK_UPGRADE_VERSION: '{{ env.DEFAULT_CHAINLINK_VERSION }}'