Skip to content

Commit

Permalink
bump and input naming
Browse files Browse the repository at this point in the history
  • Loading branch information
chray-zhang committed Nov 21, 2024
1 parent d65f65e commit 25a63fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
# shellcheck disable=SC2086
echo "BASE64_CONFIG_OVERRIDE=$BASE64_CONFIG_OVERRIDE" >> $GITHUB_ENV
- name: Run Tests ${{ matrix.image.name }}
uses: smartcontractkit/.github/actions/ctf-run-tests@042911a3a41e15266551ca64a173d63669a6690f # v2.3.31
uses: smartcontractkit/.github/actions/ctf-run-tests@db561aa37f6c64904c78dfeaf529fdce5d36cc14 # v2.3.31
with:
aws_registries: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}
test_command_to_run: nix develop -c sh -c "make test=${{ matrix.image.test-name }} test-integration-smoke-ci"
Expand All @@ -197,9 +197,9 @@ jobs:
QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }}
QA_AWS_ROLE_TO_ASSUME: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }}
QA_KUBECONFIG: ${{ secrets.QA_KUBECONFIG }}
QA_PROD_ROLE_TO_ASSUME: ${{ secrets.AWS_OIDC_IAM_ROLE_ARN }}
PROD_AWS_ROLE_TO_ASSUME: ${{ secrets.AWS_OIDC_IAM_ROLE_ARN }}
artifacts_location: /home/runner/work/chainlink-starknet/chainlink-starknet/integration-tests/smoke/logs
QA_PROD_REGION: ${{ secrets.PROD_AWS_REGION}}
PROD_AWS_REGION: ${{ secrets.PROD_AWS_REGION}}
PROD_AWS_ACCOUNT_NUMBER: ${{ secrets.PROD_AWS_ACCOUNT_NUMBER }}
gauntlet_plus_plus_image: ${{ secrets.PROD_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.PROD_AWS_REGION }}.amazonaws.com/gauntlet-plus-plus:v2.5.0
env:
Expand Down

0 comments on commit 25a63fa

Please sign in to comment.