Skip to content

Commit a535755

Browse files
committed
trigger solana tests
1 parent a2d365c commit a535755

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/integration-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,9 @@ jobs:
858858
echo "should-run-solana-tests=false" | tee -a "$GITHUB_OUTPUT"
859859
fi
860860
861+
#TODO: remove after testing
862+
echo "should-run-solana-tests=true" | tee -a "$GITHUB_OUTPUT"
863+
861864
get-solana-sha:
862865
if: needs.solana-smoke-tests-setup.outputs.should-run-solana-tests == 'true'
863866
name: Get Solana Sha From Go Mod
@@ -921,9 +924,10 @@ jobs:
921924
id-token: write
922925
contents: read
923926
if: needs.solana-smoke-tests-setup.outputs.should-run-solana-tests == 'true'
924-
uses: smartcontractkit/chainlink-solana/.github/workflows/e2e_custom_cl_reusable.yml@9fdc4f669a5f9eec0053f48223d5228e07b5a3cf
927+
uses: smartcontractkit/chainlink-solana/.github/workflows/e2e_custom_cl_reusable.yml@bf436e90419173cbe6a4ae73f7428b67534d8207
925928
with:
926929
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
927931
secrets:
928932
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 }}
929933

0 commit comments

Comments
 (0)