Skip to content

Commit

Permalink
chore: prepare for v1.4.0 release (#295)
Browse files Browse the repository at this point in the history
* chore: prepare for v1.4.0 release

* chore: fix branch for staging nightly
  • Loading branch information
ladamesny authored Dec 4, 2024
1 parent 957a99d commit c4e54a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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.3.0-test' }}
ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'release-v1.4.0' }}

- 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-8562" >> $GITHUB_ENV
echo "TEST_PLAN=ETCM-8917" >> $GITHUB_ENV
fi
- name: set report_to_xray env variable
Expand Down
5 changes: 3 additions & 2 deletions E2E-tests/config/substrate/staging_nodes.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"deployment_mc_epoch": 749,
"deployment_mc_epoch": 770,
"initial_pc_epoch": 4814532,
"genesis_utxo": "4e65eddc6132c1b9891d43f9d67a4a0a7b6e614b648f59dc97538f3f23eb96bf#1",
"deployment_version": "v1.3.0",
"deployment_version": "v1.4.0-rc2",
"test_environment": "staging",
"nodes_config": {
"nodes": {
Expand Down

0 comments on commit c4e54a5

Please sign in to comment.