Skip to content

Commit

Permalink
update the framework, switch back the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Nov 26, 2024
1 parent 6481c5b commit 3aec009
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
test:
runs-on: ubuntu22.04-32cores-128GB
runs-on: ubuntu22.04-8cores-32GB
env:
CTF_CONFIGS: environment.toml
CTF_LOG_LEVEL: info
Expand Down
2 changes: 1 addition & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go 1.22.8

require (
github.com/ethereum/go-ethereum v1.14.11
github.com/smartcontractkit/chainlink-testing-framework/framework v0.2.11-0.20241126181929-ac835110e917
github.com/smartcontractkit/chainlink-testing-framework/framework v0.2.11
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.4
github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 2 additions & 0 deletions e2e/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVs
github.com/smartcontractkit/chainlink-testing-framework/framework v0.2.11-0.20241126180505-09966798170a/go.mod h1:mMUqvS3BZfvN1OfK4OFTYf1+T0X6nwmSXJM2keaPsSM=
github.com/smartcontractkit/chainlink-testing-framework/framework v0.2.11-0.20241126181929-ac835110e917 h1:NuYeFIKUNWS+ZG7xzAtNm8Oij3IK+wdTrtB8/F4Px58=
github.com/smartcontractkit/chainlink-testing-framework/framework v0.2.11-0.20241126181929-ac835110e917/go.mod h1:mMUqvS3BZfvN1OfK4OFTYf1+T0X6nwmSXJM2keaPsSM=
github.com/smartcontractkit/chainlink-testing-framework/framework v0.2.11 h1:riFDHenxxd0YRi05g2pvKgydeL6+8ooJLZz+Gy7cJA0=
github.com/smartcontractkit/chainlink-testing-framework/framework v0.2.11/go.mod h1:mMUqvS3BZfvN1OfK4OFTYf1+T0X6nwmSXJM2keaPsSM=
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.4 h1:hPI9GhHE1RmIG1oyPeFjED0AhWnNb9JzD74Oq2bO+IQ=
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.4/go.mod h1:afY3QmNgeR/VI1pRbGH8g3YXGy7C2RrFOwUzEFvL3L8=
github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12 h1:NzZGjaqez21I3DU7objl3xExTH4fxYvzTqar8DC6360=
Expand Down

0 comments on commit 3aec009

Please sign in to comment.