Skip to content

Commit

Permalink
clean up keystone e2e configs (#16610)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel authored Feb 27, 2025
1 parent f161274 commit 9249e41
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 27 deletions.
10 changes: 3 additions & 7 deletions system-tests/tests/smoke/capabilities/environment-one-don.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@

use_cre_cli = true
should_compile_new_workflow = true
# workflow_folder_location = "path-to-folder-with-main.go-of-your-workflow"
workflow_folder_location = "/Users/bartektofel/Downloads/workflow_test"
# PoR test workflow is stored in smartcontractkit/proof-of-reserves-workflow-e2e-test repository
# config below assumes that you have it cloned next to chainlink repository
workflow_folder_location = "../../../../../proof-of-reserves-workflow-e2e-test"

[workflow_config.dependencies]
capabilities_version = "v1.0.2-alpha"
Expand All @@ -44,7 +45,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
user_config_overrides = """
[Feature]
LogPoller = true
Expand All @@ -63,7 +63,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
capabilities = ["./amd64_cron"]
user_config_overrides = """
[Feature]
Expand All @@ -83,7 +82,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
capabilities = ["./amd64_cron"]
user_config_overrides = """
[Feature]
Expand All @@ -103,7 +101,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
capabilities = ["./amd64_cron"]
user_config_overrides = """
[Feature]
Expand All @@ -123,7 +120,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
capabilities = ["./amd64_cron"]
user_config_overrides = """
[Feature]
Expand Down
14 changes: 3 additions & 11 deletions system-tests/tests/smoke/capabilities/environment-three-dons.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@

use_cre_cli = true
should_compile_new_workflow = true
# workflow_folder_location = "path-to-folder-with-main.go-of-your-workflow"
workflow_folder_location = "/Users/bartektofel/Downloads/workflow_test"
# PoR test workflow is stored in smartcontractkit/proof-of-reserves-workflow-e2e-test repository
# config below assumes that you have it cloned next to chainlink repository
workflow_folder_location = "../../../../../proof-of-reserves-workflow-e2e-test"

[workflow_config.dependencies]
capabilities_version = "v1.0.2-alpha"
Expand All @@ -39,7 +40,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
user_config_overrides = """
[Feature]
LogPoller = true
Expand All @@ -58,7 +58,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
capabilities = ["./amd64_cron"]
user_config_overrides = """
[Feature]
Expand All @@ -78,7 +77,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
capabilities = ["./amd64_cron"]
user_config_overrides = """
[Feature]
Expand All @@ -98,7 +96,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
capabilities = ["./amd64_cron"]
user_config_overrides = """
[Feature]
Expand All @@ -118,7 +115,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
capabilities = ["./amd64_cron"]
user_config_overrides = """
[Feature]
Expand Down Expand Up @@ -148,7 +144,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
user_config_overrides = """
[Feature]
LogPoller = true
Expand All @@ -167,7 +162,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
user_config_overrides = """
[Feature]
LogPoller = true
Expand All @@ -186,7 +180,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
user_config_overrides = """
[Feature]
LogPoller = true
Expand Down Expand Up @@ -215,7 +208,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
user_config_overrides = """
[Feature]
LogPoller = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

use_cre_cli = true
should_compile_new_workflow = false
workflow_folder_location = "not-needed-here"

[workflow_config.dependencies]
capabilities_version = "v1.0.2-alpha"
Expand Down
11 changes: 3 additions & 8 deletions system-tests/tests/smoke/capabilities/environment-two-dons.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@

use_cre_cli = true
should_compile_new_workflow = true
# workflow_folder_location = "path-to-folder-with-main.go-of-your-workflow"
workflow_folder_location = "/Users/bartektofel/Downloads/workflow_test"
# PoR test workflow is stored in smartcontractkit/proof-of-reserves-workflow-e2e-test repository
# config below assumes that you have it cloned next to chainlink repository
workflow_folder_location = "../../../../../proof-of-reserves-workflow-e2e-test"

[workflow_config.dependencies]
capabilities_version = "v1.0.2-alpha"
Expand All @@ -44,7 +45,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
user_config_overrides = """
[Feature]
LogPoller = true
Expand All @@ -63,7 +63,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
capabilities = ["./amd64_cron"]
user_config_overrides = """
[Feature]
Expand All @@ -83,7 +82,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
capabilities = ["./amd64_cron"]
user_config_overrides = """
[Feature]
Expand All @@ -103,7 +101,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
capabilities = ["./amd64_cron"]
user_config_overrides = """
[Feature]
Expand All @@ -123,7 +120,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
capabilities = ["./amd64_cron"]
user_config_overrides = """
[Feature]
Expand Down Expand Up @@ -153,7 +149,6 @@
[nodesets.node_specs.node]
docker_ctx = "../../../.."
docker_file = "plugins/chainlink.Dockerfile"
# image = "chainlink-tmp"
user_config_overrides = """
[Feature]
LogPoller = true
Expand Down

0 comments on commit 9249e41

Please sign in to comment.