Skip to content

Commit

Permalink
test: prepare staging for 1.5.0 e2e tests (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsporny authored Feb 3, 2025
1 parent f61fb54 commit e3610ce
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'v1.3.0-test' }}
ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'master' }}

- name: Set deployment_version as env variable
run: echo "DEPLOYMENT_VERSION=$(jq -r .deployment_version ./e2e-tests/config/substrate/devnet_nodes.json)" >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'v1.4.0-rc11' }}
ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'master' }}

- name: Set deployment_version as env variable
run: echo "DEPLOYMENT_VERSION=$(jq -r .deployment_version ./e2e-tests/config/substrate/staging_nodes.json)" >> $GITHUB_ENV
Expand All @@ -72,7 +72,7 @@ jobs:
elif [ ! -z "${{ inputs.execution }}" ]; then
echo "TEST_EXECUTION=${{ inputs.execution }}" >> $GITHUB_ENV
else
echo "TEST_PLAN=ETCM-8917" >> $GITHUB_ENV
echo "TEST_PLAN=ETCM-9302" >> $GITHUB_ENV
fi
- name: set report_to_xray env variable
Expand Down
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 @@ -2,7 +2,7 @@
"stack_config": {
"ogmios_host": "devnet-services-service",
"ogmios_port": 1337,
"tools_host": "10.0.12.126",
"tools_host": "10.0.12.65",
"ssh": {
"username": "root",
"host": "${stack_config[tools_host]}",
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/config/substrate/devnet_nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"deployment_mc_epoch": 755,
"initial_pc_epoch": 4810931,
"genesis_utxo": "c14edd7764339d9877f76259184ecebca240e8cdf41b1a837c34637e7d50b5ed#0",
"deployment_version": "v1.4.0",
"deployment_version": "master",
"test_environment": "devnet",
"committee_participation_tolerance": 0.21,
"nodes_config": {
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 @@ -2,7 +2,7 @@
"stack_config": {
"ogmios_host": "devnet-services-service",
"ogmios_port": 1337,
"tools_host": "10.0.12.126",
"tools_host": "10.0.12.65",
"ssh": {
"username": "root",
"host": "${stack_config[tools_host]}",
Expand Down
4 changes: 2 additions & 2 deletions 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.157 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJT7id6aw53R0FeVna/QvrQuwlGOafAWP5DjS/bQioUt
binary-host-service.sc.svc.cluster.local ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINevlKvq/nBitkudwLWGB2mzuCWfsZGcBOhGLg/JvsLT
10.0.12.65 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINevlKvq/nBitkudwLWGB2mzuCWfsZGcBOhGLg/JvsLT
2 changes: 1 addition & 1 deletion e2e-tests/config/substrate/staging_nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"deployment_mc_epoch": 813,
"initial_pc_epoch": 4824881,
"genesis_utxo": "0c1fe996e4bdc2480d1e16c57823b4c5cd80b190d0814212977835ecce24afe3#1",
"deployment_version": "v1.4.0-rc9",
"deployment_version": "v1.5.0-rc4",
"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 @@ -2,7 +2,7 @@
"stack_config": {
"ogmios_host": "staging-preview-services-service.staging-preview.svc.cluster.local",
"ogmios_port": 1337,
"tools_host": "10.0.12.157",
"tools_host": "10.0.12.65",
"ssh": {
"username": "root",
"host": "${stack_config[tools_host]}",
Expand Down

0 comments on commit e3610ce

Please sign in to comment.