Skip to content

Commit

Permalink
A0-0000: Fix finality version in updatenet test (#1938)
Browse files Browse the repository at this point in the history
# Description

Minor fixes to featurenets after recent Mainnet 14 release.

## Type of change

Please delete options that are not relevant.

- Bug fix (non-breaking change which fixes an issue)

## Testing


https://github.com/Cardinal-Cryptography/aleph-node/actions/runs/13176739999/job/36778388597
  • Loading branch information
Marcin-Radecki authored Feb 6, 2025
1 parent b503c61 commit 0fe2922
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/featurenet-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ on:
If not specified, it will be generated from the runtime.'
type: string
required: false
deprecationMessage: "This input is not supported in aleph-node 15 version"
workflow_call:
inputs:
featurenet-name:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-update-test-testnet-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
validators: '8'
internal: true
short-session: false
finality-version: '3'
finality-version: '4'

update-featurenet-to-main:
needs: [create-featurenet-from-testnet]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
secrets: inherit
with:
featurenet-name: 'ops-test-full-hash'
ref: '87ebe7c4856b4f3365ddba55b55089713a96631a'
ref: '0788bc518ffefb7084cb3401149b696f1ba37a2c'
expiration: '2h'
validators: '5'
internal: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-featurenets-short-session-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
secrets: inherit
with:
featurenet-name: 'ops-test-tag'
ref: 'r-13.3'
ref: 'r-14.0.0'
expiration: '5h'
validators: '7'
internal: true
Expand Down

0 comments on commit 0fe2922

Please sign in to comment.