Skip to content

Commit

Permalink
Update the soak tests action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tateexon authored and archseer committed Oct 7, 2022
1 parent 9935f5d commit 3a51ca5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e_custom_cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@v2.0.20
with:
test_command_to_run: make test_smoke
go_mod_path: ./tests/go.mod
cl_repo: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink
cl_image_tag: custom.${{ github.event.pull_request.head.sha }}
download_contract_artifacts_path: contracts/target/deploy
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/soak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
contents: read
steps:
- name: Build Image
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@02c9ae5ec7f88250088bab88f14b4b043162b46d # v2.0.18
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@v2.0.20
with:
cl_repo: smartcontractkit/chainlink
# by default we are integrating with develop
Expand Down Expand Up @@ -66,9 +66,10 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # v2.4.1
- name: Run Tests
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@02c9ae5ec7f88250088bab88f14b4b043162b46d # v2.0.18
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@v2.0.20
with:
test_command_to_run: make test_ocr_soak
go_mod_path: ./tests/go.mod
cl_repo: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink
cl_image_tag: custom.${{ github.sha }}
download_contract_artifacts_path: contracts/target/deploy
Expand Down

0 comments on commit 3a51ca5

Please sign in to comment.