Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A0-0000: Fix finality version in updatenet test #1938

Merged
merged 3 commits into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading