@@ -314,10 +314,11 @@ jobs:
314
314
# shellcheck disable=SC2086
315
315
echo "BASE64_CONFIG_OVERRIDE=$BASE64_CONFIG_OVERRIDE" >> $GITHUB_ENV
316
316
- 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
318
318
with :
319
319
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
320
320
test_download_vendor_packages_command : cd ./integration-tests && go mod download
321
+ test_config_override_base64 : ${{ env.BASE64_CONFIG_OVERRIDE }}
321
322
download_contract_artifacts_path : ${{ env.CONTRACT_ARTIFACTS_PATH }}
322
323
go_mod_path : ./integration-tests/go.mod
323
324
cl_repo : ${{ env.CL_ECR }}
@@ -331,6 +332,8 @@ jobs:
331
332
QA_KUBECONFIG : ${{ secrets.QA_KUBECONFIG }}
332
333
cache_key_id : solana-e2e-${{ env.MOD_CACHE_VERSION }}
333
334
cache_restore_only : " false"
335
+ env :
336
+ E2E_TEST_CHAINLINK_IMAGE : ${{ env.CL_ECR }}
334
337
335
338
e2e_program_upgrade_tests :
336
339
name : E2E Program Upgrade Tests
@@ -393,7 +396,7 @@ jobs:
393
396
# shellcheck disable=SC2086
394
397
echo "BASE64_CONFIG_OVERRIDE=$BASE64_CONFIG_OVERRIDE" >> $GITHUB_ENV
395
398
- 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
397
400
with :
398
401
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
399
402
test_download_vendor_packages_command : cd ./integration-tests && go mod download
@@ -411,7 +414,7 @@ jobs:
411
414
QA_KUBECONFIG : ${{ secrets.QA_KUBECONFIG }}
412
415
cache_key_id : solana-e2e-${{ env.MOD_CACHE_VERSION }}
413
416
cache_restore_only : " false"
414
- DEFAULT_CHAINLINK_IMAGE : ${{ env.CL_ECR }}
415
417
env :
418
+ E2E_TEST_CHAINLINK_IMAGE : ${{ env.CL_ECR }}
416
419
E2E_TEST_SOLANA_SECRET : thisisatestingonlysecret
417
420
0 commit comments