Skip to content

Commit

Permalink
fix: kagome run command in zombienet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikirov committed Aug 2, 2023
1 parent d2e0a04 commit bb760d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/kagome/0002-parachains-pvf-execution-time-bad.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requests = { memory = "2G", cpu = "1" }
[[relaychain.nodes]]
name = "alice"
image = "soramitsu/kagome:latest"
command = "$HOME/kagome/build/node/kagome"
command = "kagome"
args = [ "--alice", "-lparachain=debug,runtime=debug" ]
prometheus_prefix = "kagome"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requests = { memory = "2G", cpu = "1" }
[[relaychain.nodes]]
name = "alice"
image = "soramitsu/kagome:latest"
command = "$HOME/kagome/build/node/kagome"
command = "kagome"
args = [ "--alice", "-lparachain=debug,runtime=debug" ]
prometheus_prefix = "kagome"

Expand Down
2 changes: 1 addition & 1 deletion tests/kagome/0004-parachains-pvf-stack-allocation-bad.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requests = { memory = "2G", cpu = "1" }
[[relaychain.nodes]]
name = "alice"
image = "soramitsu/kagome:latest"
command = "$HOME/kagome/build/node/kagome"
command = "kagome"
args = [ "--alice", "-lparachain=debug,runtime=debug" ]
prometheus_prefix = "kagome"

Expand Down

0 comments on commit bb760d3

Please sign in to comment.