Skip to content

Commit a271d1a

Browse files
committed
Fix
1 parent 6d876c3 commit a271d1a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/e2e_custom_cl.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,11 @@ jobs:
314314
# shellcheck disable=SC2086
315315
echo "BASE64_CONFIG_OVERRIDE=$BASE64_CONFIG_OVERRIDE" >> $GITHUB_ENV
316316
- name: Run Tests
317-
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@fdaf56b1df7248d18e30ad09982d03ec67d6b71c # v2.3.29
317+
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@00c164251be2a7c5b2b23a6e5f7014982f232c14 # v2.3.31
318318
with:
319319
test_command_to_run: cd ./integration-tests && go test -timeout 24h -count=1 -run TestSolanaOCRV2Smoke -json $(args) ./smoke 2>&1 | tee /tmp/gotest.log | gotestloghelper -ci=true -singlepackage=true -hidepassingtests=false -hidepassinglogs=false
320320
test_download_vendor_packages_command: cd ./integration-tests && go mod download
321+
test_config_override_base64: ${{ env.BASE64_CONFIG_OVERRIDE }}
321322
download_contract_artifacts_path: ${{ env.CONTRACT_ARTIFACTS_PATH }}
322323
go_mod_path: ./integration-tests/go.mod
323324
cl_repo: ${{ env.CL_ECR }}
@@ -331,6 +332,8 @@ jobs:
331332
QA_KUBECONFIG: ${{ secrets.QA_KUBECONFIG }}
332333
cache_key_id: solana-e2e-${{ env.MOD_CACHE_VERSION }}
333334
cache_restore_only: "false"
335+
env:
336+
E2E_TEST_CHAINLINK_IMAGE: ${{ env.CL_ECR }}
334337

335338
e2e_program_upgrade_tests:
336339
name: E2E Program Upgrade Tests
@@ -393,7 +396,7 @@ jobs:
393396
# shellcheck disable=SC2086
394397
echo "BASE64_CONFIG_OVERRIDE=$BASE64_CONFIG_OVERRIDE" >> $GITHUB_ENV
395398
- name: Run Upgrade Test
396-
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@fc3e0df622521019f50d772726d6bf8dc919dd38 # v2.3.19
399+
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@00c164251be2a7c5b2b23a6e5f7014982f232c14 # v2.3.31
397400
with:
398401
test_command_to_run: cd ./integration-tests && go test -timeout 24h -count=1 -run TestSolanaOCRV2UpgradeSmoke -json $(args) ./smoke 2>&1 | tee /tmp/gotest.log | gotestloghelper -ci=true -singlepackage=true -hidepassingtests=false -hidepassinglogs=false
399402
test_download_vendor_packages_command: cd ./integration-tests && go mod download
@@ -411,7 +414,7 @@ jobs:
411414
QA_KUBECONFIG: ${{ secrets.QA_KUBECONFIG }}
412415
cache_key_id: solana-e2e-${{ env.MOD_CACHE_VERSION }}
413416
cache_restore_only: "false"
414-
DEFAULT_CHAINLINK_IMAGE: ${{ env.CL_ECR }}
415417
env:
418+
E2E_TEST_CHAINLINK_IMAGE: ${{ env.CL_ECR }}
416419
E2E_TEST_SOLANA_SECRET: thisisatestingonlysecret
417420

0 commit comments

Comments
 (0)