Skip to content

Commit

Permalink
Bumped CI for chainlink env
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Jul 21, 2023
1 parent 5571809 commit 080f1e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e_custom_cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- name: Check if image exists
id: check-image
uses: smartcontractkit/chainlink-github-actions/docker/image-exists@ad22fbd6f4d108b82aaf49b527bcf40f32babea8 # v2.2.0
uses: smartcontractkit/chainlink-github-actions/docker/image-exists@c46244485685a0c0b1bea657b8602360378e4cd7 # v3.5.0
with:
repository: chainlink-solana-tests
tag: ${{ github.sha }}
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
steps:
- name: Check if image exists
id: check-image
uses: smartcontractkit/chainlink-github-actions/docker/image-exists@ad22fbd6f4d108b82aaf49b527bcf40f32babea8 # v2.2.0
uses: smartcontractkit/chainlink-github-actions/docker/image-exists@c46244485685a0c0b1bea657b8602360378e4cd7 # v3.5.0
with:
repository: chainlink
tag: solana.${{ github.sha }}
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Checkout the repo
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- name: Run Tests
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@ad22fbd6f4d108b82aaf49b527bcf40f32babea8 # v2.2.0
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@c46244485685a0c0b1bea657b8602360378e4cd7 # v3.5.0
with:
test_command_to_run: cd ./integration-tests && go test -timeout 24h -count=1 -run TestSolanaOCRV2Smoke -json $(args) ./smoke 2>&1 | tee /tmp/gotest.log | gotestfmt
go_mod_path: ./integration-tests/go.mod
Expand Down
11 changes: 0 additions & 11 deletions integration-tests/common/test_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ package common

import (
"fmt"
"github.com/smartcontractkit/chainlink/integration-tests/actions"
"go.uber.org/zap/zapcore"
"math/big"
"os"
"strings"
Expand Down Expand Up @@ -170,16 +168,7 @@ func (m *OCRv2TestState) LabelChaosGroups() {
}

func (m *OCRv2TestState) DeployCluster(contractsDir string) {
l := utils.GetTestLogger(m.T)
m.DeployEnv(contractsDir)
if m.Common.Env.WillUseRemoteRunner() {
return
}
m.T.Cleanup(func() {
if err := actions.TeardownSuite(m.T, m.Common.Env, "logs", m.ChainlinkNodes, nil, zapcore.PanicLevel, nil); err != nil {
l.Error().Err(err).Msg("Error tearing down environment")
}
})
m.SetupClients()
m.DeployContracts(contractsDir)
m.CreateJobs()
Expand Down

0 comments on commit 080f1e4

Please sign in to comment.