Skip to content

Commit

Permalink
update CTF, update dockerfile paths
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Nov 27, 2024
1 parent f41b892 commit 1f25769
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 1 addition & 3 deletions e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ module github.com/smartcontractkit/chainlink/e2e

go 1.22.8

//replace github.com/smartcontractkit/chainlink-testing-framework/framework => /Users/fahrenheit/GolandProjects/chainlink-testing-framework/framework

require (
github.com/ethereum/go-ethereum v1.14.11
github.com/smartcontractkit/chainlink-testing-framework/framework v0.2.11
github.com/smartcontractkit/chainlink-testing-framework/framework v0.2.13
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
4 changes: 2 additions & 2 deletions e2e/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ github.com/shoenig/test v0.6.4 h1:kVTaSd7WLz5WZ2IaoM0RSzRsUD+m8wRR+5qvntpn4LU=
github.com/shoenig/test v0.6.4/go.mod h1:byHiCGXqrVaflBLAMq/srcZIHynQPQgeyvkvXnjqq0k=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
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/framework v0.2.13 h1:uBCtRLP5EbHeOhRsXMD1UEMbEYaMiZFqdKkT+4kUmMg=
github.com/smartcontractkit/chainlink-testing-framework/framework v0.2.13/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
10 changes: 5 additions & 5 deletions e2e/tests/environment.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[nodeset.node_specs.node]
docker_ctx = "../.."
docker_file = "../../plugins/chainlink.Dockerfile"
docker_file = "plugins/chainlink.Dockerfile"
docker_image_name = "chainlink"
user_config_overrides = """
[Feature]
Expand All @@ -37,7 +37,7 @@
[nodeset.node_specs.node]
capabilities = ["./streams-linux-amd64"]
docker_ctx = "../.."
docker_file = "../../plugins/chainlink.Dockerfile"
docker_file = "plugins/chainlink.Dockerfile"
docker_image_name = "chainlink"
user_config_overrides = """
[Feature]
Expand All @@ -57,7 +57,7 @@
[nodeset.node_specs.node]
capabilities = ["./streams-linux-amd64"]
docker_ctx = "../.."
docker_file = "../../plugins/chainlink.Dockerfile"
docker_file = "plugins/chainlink.Dockerfile"
docker_image_name = "chainlink"
user_config_overrides = """
[Feature]
Expand All @@ -77,7 +77,7 @@
[nodeset.node_specs.node]
capabilities = ["./streams-linux-amd64"]
docker_ctx = "../.."
docker_file = "../../plugins/chainlink.Dockerfile"
docker_file = "plugins/chainlink.Dockerfile"
docker_image_name = "chainlink"
user_config_overrides = """
[Feature]
Expand All @@ -97,7 +97,7 @@
[nodeset.node_specs.node]
capabilities = ["./streams-linux-amd64"]
docker_ctx = "../.."
docker_file = "../../plugins/chainlink.Dockerfile"
docker_file = "plugins/chainlink.Dockerfile"
docker_image_name = "chainlink"
user_config_overrides = """
[Feature]
Expand Down

0 comments on commit 1f25769

Please sign in to comment.