Skip to content

Commit a713e6a

Browse files
authored
add ocr2 spec changes, switch image repo (#152)
1 parent 932f4fd commit a713e6a

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ on:
1212
type: string
1313
cl_repo:
1414
required: true
15-
default: 795953128386.dkr.ecr.us-west-2.amazonaws.com/chainlink
15+
default: public.ecr.aws/z0b1w9r9/chainlink
1616
type: string
1717
cl_image:
1818
required: true
19-
default: develop.latest
19+
default: develop
2020
type: string
2121
secrets:
2222
QA_AWS_ACCESS_KEY_ID:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/smartcontractkit/chainlink v1.1.1-0.20220215214847-93630cf8c733
1414
github.com/smartcontractkit/chainlink-relay v0.0.0-20220216143252-cf2fe41e5b92
1515
github.com/smartcontractkit/helmenv v1.0.36
16-
github.com/smartcontractkit/integrations-framework v1.0.49
16+
github.com/smartcontractkit/integrations-framework v1.0.50
1717
github.com/smartcontractkit/libocr v0.0.0-20220125200954-5b957c834276
1818
github.com/smartcontractkit/terra.go v1.0.3-0.20220108002221-62b39252ee16
1919
github.com/stretchr/testify v1.7.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,8 +2394,8 @@ github.com/smartcontractkit/integrations-framework v1.0.21/go.mod h1:mceWG89OYgD
23942394
github.com/smartcontractkit/integrations-framework v1.0.24/go.mod h1:yFgbE88F6+om0jo5mFskgKEQBnxqfYg6H1OL2dCIekk=
23952395
github.com/smartcontractkit/integrations-framework v1.0.42/go.mod h1:TwDu8hGhQjt9o8XYFXPKKnUN5OqsgelHTgpW0PcL6/I=
23962396
github.com/smartcontractkit/integrations-framework v1.0.44/go.mod h1:80yVYzfn5jz2ubPbDEuD7Kw0a55cS+o7tZlTHQu4VQc=
2397-
github.com/smartcontractkit/integrations-framework v1.0.49 h1:jdQHtfrlcGSrI2xpgY9Ua6VW6VctjMX6aaQK+2FZR3c=
2398-
github.com/smartcontractkit/integrations-framework v1.0.49/go.mod h1:IZyYezzgpwa1Ir3iZMjAnJfwg+pJB5kyExBiwZqQe9c=
2397+
github.com/smartcontractkit/integrations-framework v1.0.50 h1:r9f0pRWGOT4CcPUx6XAf+LRON8SDbda3zbf2kR1O8WQ=
2398+
github.com/smartcontractkit/integrations-framework v1.0.50/go.mod h1:IZyYezzgpwa1Ir3iZMjAnJfwg+pJB5kyExBiwZqQe9c=
23992399
github.com/smartcontractkit/libocr v0.0.0-20201203233047-5d9b24f0cbb5/go.mod h1:bfdSuLnBWCkafDvPGsQ1V6nrXhg046gh227MKi4zkpc=
24002400
github.com/smartcontractkit/libocr v0.0.0-20211117215336-6c9726817b2d/go.mod h1:nq3crM3wVqnyMlM/4ZydTuJ/WyCapAsOt7P94oRgSPg=
24012401
github.com/smartcontractkit/libocr v0.0.0-20211202172717-e8b0536a572e/go.mod h1:nq3crM3wVqnyMlM/4ZydTuJ/WyCapAsOt7P94oRgSPg=

tests/e2e/chaos/chainlink-relay-terra.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ charts:
1212
replicas: 5
1313
chainlink:
1414
image:
15-
image: "795953128386.dkr.ecr.us-west-2.amazonaws.com/chainlink"
16-
version: "develop.latest"
15+
image: "public.ecr.aws/z0b1w9r9/chainlink"
16+
version: "develop"
1717
db:
1818
stateful: true
1919
capacity: 2Gi

tests/e2e/common/common.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ func CreateJobs(ocr2Addr string, nodes []client.Chainlink, nkb []NodeKeysBundle,
229229
Relay: ChainName,
230230
RelayConfig: relayConfig,
231231
P2PPeerID: nkb[nIdx].PeerID,
232+
PluginType: "median",
232233
P2PBootstrapPeers: bootstrapPeers,
233234
OCRKeyBundleID: nkb[nIdx].OCR2Key.Data.ID,
234235
TransmitterID: nkb[nIdx].TXKey.Data.ID,

0 commit comments

Comments
 (0)