Skip to content

Commit

Permalink
QA-78 Cleanup node 12 and save-state warnings (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
tateexon committed Dec 5, 2022
1 parent 11cc0e4 commit ba50ba5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chainlink-testing-framework/build-image/action.yml
Expand Up @@ -106,7 +106,7 @@ runs:
fi
- name: Configure AWS Credentials
if: steps.push.outputs.push == 'true'
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@495fc37803e35461021a6229a7c1a9cda25e54fe
with:
aws-region: ${{ inputs.QA_AWS_REGION }}
role-to-assume: ${{ inputs.QA_AWS_ROLE_TO_ASSUME }}
Expand Down
4 changes: 2 additions & 2 deletions chainlink-testing-framework/run-tests/action.yml
Expand Up @@ -83,7 +83,7 @@ runs:
steps:
# Setup Tools and libraries
- name: Setup environment
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@v2.0.28
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/setup-run-tests-environment@v2.0.29
with:
test_download_vendor_packages_command: ${{ inputs.test_download_vendor_packages_command }}
test_download_ginkgo_command: ${{ inputs.test_download_ginkgo_command }}
Expand Down Expand Up @@ -151,7 +151,7 @@ runs:
path: ${{ inputs.artifacts_location }}
- name: cleanup
if: always()
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/cleanup@v2.0.28
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/cleanup@v2.0.29
with:
triggered_by: ${{ inputs.triggered_by }}
should_cleanup: ${{ inputs.should_cleanup }}
Expand Up @@ -61,7 +61,7 @@ runs:
# Setup AWS cred and K8s context
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@495fc37803e35461021a6229a7c1a9cda25e54fe
with:
aws-region: ${{ inputs.QA_AWS_REGION }}
role-to-assume: ${{ inputs.QA_AWS_ROLE_TO_ASSUME }}
Expand Down
2 changes: 1 addition & 1 deletion docker/build-push/action.yml
Expand Up @@ -25,7 +25,7 @@ runs:
using: composite
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@495fc37803e35461021a6229a7c1a9cda25e54fe
with:
aws-region: ${{ inputs.AWS_REGION }}
role-to-assume: ${{ inputs.AWS_ROLE_TO_ASSUME }}
Expand Down

0 comments on commit ba50ba5

Please sign in to comment.