Skip to content

Commit 694e212

Browse files
committed
update integration tests workflow
1 parent a535755 commit 694e212

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -924,12 +924,16 @@ jobs:
924924
id-token: write
925925
contents: read
926926
if: needs.solana-smoke-tests-setup.outputs.should-run-solana-tests == 'true'
927-
uses: smartcontractkit/chainlink-solana/.github/workflows/e2e_custom_cl_reusable.yml@bf436e90419173cbe6a4ae73f7428b67534d8207
927+
uses: smartcontractkit/chainlink-solana/.github/workflows/e2e_custom_cl_reusable.yml@4aaee68f9567729990383995fd436345e63d5581
928928
with:
929929
solana_ref: ${{ needs.get-solana-sha.outputs.sha }}
930-
tests_ref: "bf436e90419173cbe6a4ae73f7428b67534d8207" # remove after testing if we can update solana reference in go.mod to the one with relevant changes
930+
tests_ref: "4aaee68f9567729990383995fd436345e63d5581" # remove after testing if we can update solana reference in go.mod to the one with relevant changes
931+
ecr_repository: ${{ inputs.ecr_name || 'chainlink-integration-tests' }}
932+
image_tag: ${{ inputs.evm-ref || inputs.cl_ref || github.sha }}
931933
secrets:
932-
chainlink_image: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/${{ inputs.ecr_name || 'chainlink-integration-tests' }}:${{ inputs.evm-ref || inputs.cl_ref || github.sha }}
934+
aws_account_id: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}
935+
aws_region: ${{ secrets.QA_AWS_REGION }}
936+
aws_role_to_assume: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }}
933937

934938
notify-test-failure:
935939
name: Notify Test Failure

0 commit comments

Comments
 (0)