Skip to content

Commit

Permalink
chore: update changes for v1.4.0 deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamesny committed Dec 5, 2024
1 parent 595520d commit 335b111
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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 Down
2 changes: 1 addition & 1 deletion E2E-tests/config/substrate/staging_nodes.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"deployment_mc_epoch": 749,
"genesis_utxo": "4e65eddc6132c1b9891d43f9d67a4a0a7b6e614b648f59dc97538f3f23eb96bf#1",
"deployment_version": "v1.3.0",
"deployment_version": "v1.4.0",
"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 @@ -22,7 +22,7 @@
"ssh": "${stack_config[ssh]}"
},
"generate_signatures_cli": {
"cli": "/tools/v1.3.0-rc1/partner-chains-node",
"cli": "/tools/partner-chains-node",
"ssh": "${stack_config[ssh]}"
},
"bech32": {
Expand Down
1 change: 1 addition & 0 deletions E2E-tests/tests/committee/test_committee.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class TestCommitteeDistribution:
@mark.committee_distribution
@mark.ariadne
@mark.xdist_group("governance_action")
@mark.usefixtures("governance_skey_with_cli")
def test_update_d_param(
self,
api: BlockchainApi,
Expand Down

0 comments on commit 335b111

Please sign in to comment.