Skip to content

Commit

Permalink
test: update e2e tests config for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsporny committed Jan 15, 2025
1 parent d197db8 commit b001059
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion E2E-tests/config/substrate/ci_stack.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ogmios_port": 1337,
"kupo_host": "devnet-services-service",
"kupo_port": 1442,
"tools_host": "10.0.12.126",
"tools_host": "10.0.12.157",
"ssh": {
"username": "root",
"host": "${stack_config[tools_host]}",
Expand Down
2 changes: 1 addition & 1 deletion E2E-tests/config/substrate/devnet_stack.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ogmios_port": 1337,
"kupo_host": "devnet-services-service",
"kupo_port": 1442,
"tools_host": "10.0.12.126",
"tools_host": "10.0.12.157",
"ssh": {
"username": "root",
"host": "${stack_config[tools_host]}",
Expand Down
2 changes: 1 addition & 1 deletion E2E-tests/config/substrate/known_hosts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
binary-host-service.sc.svc.cluster.local ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJT7id6aw53R0FeVna/QvrQuwlGOafAWP5DjS/bQioUt
10.0.12.126 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJT7id6aw53R0FeVna/QvrQuwlGOafAWP5DjS/bQioUt
10.0.12.157 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJT7id6aw53R0FeVna/QvrQuwlGOafAWP5DjS/bQioUt
6 changes: 3 additions & 3 deletions E2E-tests/config/substrate/staging_nodes.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"deployment_mc_epoch": 784,
"genesis_utxo": "de7b8efb08243b770be30cfa22a9ed64317c50052bb4394392960ddcc9810048#1",
"deployment_version": "v1.4.0",
"deployment_mc_epoch": 815,
"genesis_utxo": "0c1fe996e4bdc2480d1e16c57823b4c5cd80b190d0814212977835ecce24afe3#1",
"deployment_version": "v1.4.0-rc9",
"test_environment": "staging",
"nodes_config": {
"nodes": {
Expand Down
2 changes: 1 addition & 1 deletion E2E-tests/config/substrate/staging_stack.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ogmios_port": 1337,
"kupo_host": "staging-preview-services-service.staging-preview.svc.cluster.local",
"kupo_port": 1442,
"tools_host": "10.0.12.126",
"tools_host": "10.0.12.157",
"ssh": {
"username": "root",
"host": "${stack_config[tools_host]}",
Expand Down

0 comments on commit b001059

Please sign in to comment.