Skip to content

Commit

Permalink
Update test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tateexon committed Sep 22, 2022
1 parent 2dea18d commit 60ca3ee
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 28 deletions.
9 changes: 4 additions & 5 deletions .github/actions/build_contract_artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ runs:
with:
repository: smartcontractkit/chainlink-solana
ref: ${{ inputs.ref }}
- uses: smartcontractkit/tool-versions-to-env-action@v1.0.7
id: tool-versions
- name: Setup go ${{ steps.tool-versions.outputs.golang_version }}
uses: actions/setup-go@v2
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: ${{ steps.tool-versions.outputs.golang_version }}
go-version-file: "go.mod"
check-latest: true
- name: yarn install
shell: bash
run: yarn install --frozen-lockfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e_custom_cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
contents: read
steps:
- name: Build Image
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@f70ebbe4a912eb25783498c88268001e6931f99f #v2.0.17
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@02c9ae5ec7f88250088bab88f14b4b043162b46d # v2.0.18
with:
cl_repo: smartcontractkit/chainlink
# by default we are integrating with develop
Expand Down Expand Up @@ -72,7 +72,7 @@ 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@a7d97aae34922fa7bc04f8083fe4e4b37947a1df # v2.0.17
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@02c9ae5ec7f88250088bab88f14b4b043162b46d # v2.0.18
with:
test_command_to_run: make test_smoke
cl_repo: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink
Expand All @@ -86,6 +86,6 @@ jobs:
QA_KUBECONFIG: ${{ secrets.QA_KUBECONFIG }}
- name: cleanup
if: always()
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/cleanup@a7d97aae34922fa7bc04f8083fe4e4b37947a1df # v2.0.17
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/cleanup@02c9ae5ec7f88250088bab88f14b4b043162b46d # v2.0.18
with:
triggered_by: ${{ env.TEST_TRIGGERED_BY }}
2 changes: 1 addition & 1 deletion .github/workflows/gauntlet.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: gauntlet

on:
push:
pull_request:

jobs:
gauntlet_build:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: golangci_lint

on:
push:
pull_request:

jobs:
golang_lint:
Expand All @@ -12,10 +12,11 @@ jobs:
uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # v2.4.1
- uses: smartcontractkit/tool-versions-to-env-action@v1.0.7
id: tool-versions
- name: Setup go ${{ steps.tool-versions.outputs.golang_version }}
uses: actions/setup-go@v2
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: ${{ steps.tool-versions.outputs.golang_version }}
go-version-file: "go.mod"
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-gh-workflows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint GH Workflows
on:
push:
pull_request:
jobs:
lint_workflows:
name: Validate Github Action Workflows
Expand All @@ -9,4 +9,4 @@ jobs:
- name: Check out Code
uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # v2.4.1
- name: Run actionlint
uses: reviewdog/action-actionlint@a0541743e79d2ce4ee65276807ac493a93149b7c # v1.23.0
uses: reviewdog/action-actionlint@a35861959a069cdcfb5ad9a5246817d1c8ed26eb # v1.31.0
11 changes: 5 additions & 6 deletions .github/workflows/relay.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: relay

on:
push:
pull_request:

jobs:
relay_run_unit_tests:
Expand All @@ -10,12 +10,11 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # v2.4.1
- uses: smartcontractkit/tool-versions-to-env-action@v1.0.7
id: tool-versions
- name: Setup go ${{ steps.tool-versions.outputs.golang_version }}
uses: actions/setup-go@v2
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: ${{ steps.tool-versions.outputs.golang_version }}
go-version-file: "go.mod"
check-latest: true
- name: Install Solana CLI
run: ./scripts/install-solana-ci.sh
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rust
on:
push:
pull_request:

defaults:
run:
Expand Down
4 changes: 2 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@f828fdf6b929c762f1f5ed4e6ecd52be52a2f379 # v2.0.8
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/build-image@02c9ae5ec7f88250088bab88f14b4b043162b46d # v2.0.18
with:
cl_repo: smartcontractkit/chainlink
# by default we are integrating with develop
Expand Down Expand Up @@ -66,7 +66,7 @@ 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@f828fdf6b929c762f1f5ed4e6ecd52be52a2f379 # v2.0.8
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@02c9ae5ec7f88250088bab88f14b4b043162b46d # v2.0.18
with:
test_command_to_run: make test_ocr_soak
cl_repo: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.QA_AWS_REGION }}.amazonaws.com/chainlink
Expand Down
6 changes: 3 additions & 3 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rust 1.59.0
golang 1.18
golangci-lint 1.45.2
pulumi 3.40.1
ginkgo 2.1.4
actionlint 1.6.15
ginkgo 2.2.0
actionlint 1.6.19
shellcheck 0.8.0
helm 3.9.2
helm 3.9.4
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/smartcontractkit/chainlink-solana/tests

go 1.18
go 1.19

replace github.com/smartcontractkit/chainlink-solana => ../

Expand Down

0 comments on commit 60ca3ee

Please sign in to comment.