From 0fe2922518ce266ae5e26a3431a767623c7497c0 Mon Sep 17 00:00:00 2001 From: Marcin Date: Thu, 6 Feb 2025 15:04:54 +0100 Subject: [PATCH] A0-0000: Fix finality version in updatenet test (#1938) # 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 --- .github/workflows/featurenet-create.yml | 1 + .github/workflows/nightly-update-test-testnet-main.yml | 2 +- .github/workflows/weekly-featurenets-short-session-full-sha.yml | 2 +- .github/workflows/weekly-featurenets-short-session-tag.yml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/featurenet-create.yml b/.github/workflows/featurenet-create.yml index 2b01fb1c..a7c55501 100644 --- a/.github/workflows/featurenet-create.yml +++ b/.github/workflows/featurenet-create.yml @@ -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: diff --git a/.github/workflows/nightly-update-test-testnet-main.yml b/.github/workflows/nightly-update-test-testnet-main.yml index 4245973b..3b8c9a5a 100644 --- a/.github/workflows/nightly-update-test-testnet-main.yml +++ b/.github/workflows/nightly-update-test-testnet-main.yml @@ -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] diff --git a/.github/workflows/weekly-featurenets-short-session-full-sha.yml b/.github/workflows/weekly-featurenets-short-session-full-sha.yml index 0ae89d6a..b46c7a26 100644 --- a/.github/workflows/weekly-featurenets-short-session-full-sha.yml +++ b/.github/workflows/weekly-featurenets-short-session-full-sha.yml @@ -24,7 +24,7 @@ jobs: secrets: inherit with: featurenet-name: 'ops-test-full-hash' - ref: '87ebe7c4856b4f3365ddba55b55089713a96631a' + ref: '0788bc518ffefb7084cb3401149b696f1ba37a2c' expiration: '2h' validators: '5' internal: true diff --git a/.github/workflows/weekly-featurenets-short-session-tag.yml b/.github/workflows/weekly-featurenets-short-session-tag.yml index ac4adf66..9ad407a6 100644 --- a/.github/workflows/weekly-featurenets-short-session-tag.yml +++ b/.github/workflows/weekly-featurenets-short-session-tag.yml @@ -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