From 8d8b35560409f200d6ee4da225c550daebd36711 Mon Sep 17 00:00:00 2001 From: Marcin Date: Wed, 22 May 2024 11:15:01 +0000 Subject: [PATCH] Post A0-4278 fixes (#1741) # Description This PR fixes failures of below PRs * [ Weekly test featurenets create (short session, branch) #29 ](https://github.com/Cardinal-Cryptography/aleph-node/actions/runs/9184709772/job/25257716527) * [ Nightly pipeline e2e tests on featurenet #252 ](https://github.com/Cardinal-Cryptography/aleph-node/actions/runs/9182597897/job/25251809531) * [ Weekly test featurenets create (short session, full sha) #29 ](https://github.com/Cardinal-Cryptography/aleph-node/actions/runs/9184881192) * [ Weekly test featurenets create (short session, tag) #31 ](https://github.com/Cardinal-Cryptography/aleph-node/actions/runs/9185009358/job/25258262062) Also, this PR shifts sync non-pruned snapshots tests by 2 hours so that they end by 7 am CEST time. ## Type of change Please delete options that are not relevant. - Bug fix (non-breaking change which fixes an issue) # Checklist: The above tests passes: * https://github.com/Cardinal-Cryptography/aleph-node/actions/runs/9185929615 * https://github.com/Cardinal-Cryptography/aleph-node/actions/runs/9186216412 * https://github.com/Cardinal-Cryptography/aleph-node/actions/runs/9185932129 * https://github.com/Cardinal-Cryptography/aleph-node/actions/runs/9186357810 Below passes (no regressions): * https://github.com/Cardinal-Cryptography/aleph-node/actions/runs/9186005787 --- .github/workflows/on-main-or-release-branch-commit.yml | 1 + .../workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml | 2 +- .github/workflows/sync-from-snapshot-mainnet-partidb.yml | 4 ++-- .github/workflows/sync-from-snapshot-testnet-partidb.yml | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/on-main-or-release-branch-commit.yml b/.github/workflows/on-main-or-release-branch-commit.yml index 3b96a9306c..485c5fffad 100644 --- a/.github/workflows/on-main-or-release-branch-commit.yml +++ b/.github/workflows/on-main-or-release-branch-commit.yml @@ -19,6 +19,7 @@ jobs: runs-on: ubuntu-20.04 outputs: fqdn-image: ${{ steps.get-fqdns.outputs.fqdn-image }} + fqdn-image-latest: ${{ steps.get-fqdns.outputs.fqdn-image-latest }} ref: ${{ steps.get-fqdns.outputs.ref }} image-exists: ${{ steps.get-fqdns.outputs.image-exists }} # yamllint disable-line rule:line-length diff --git a/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml b/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml index 38059095b9..ce8c839f9b 100644 --- a/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml +++ b/.github/workflows/sync-from-snapshot-mainnet-paritydb-pruned.yml @@ -5,7 +5,7 @@ # For now, this test not quite correctly tests sync Mainnet from latest aleph-node binary, # for which we don't guarantee it will always happen to work. -name: Weekly sync from snapshot, Mainnet, ParityDB pruned +name: Sync from snapshot, Mainnet, ParityDB pruned on: # At 03:00 on Wednesday and Saturday schedule: diff --git a/.github/workflows/sync-from-snapshot-mainnet-partidb.yml b/.github/workflows/sync-from-snapshot-mainnet-partidb.yml index 79b47396ba..1977b0a5ea 100644 --- a/.github/workflows/sync-from-snapshot-mainnet-partidb.yml +++ b/.github/workflows/sync-from-snapshot-mainnet-partidb.yml @@ -7,9 +7,9 @@ name: Sync from snapshot test, Mainnet, ParityDB non-pruned on: - # At 03:00 on Wednesday and Saturday + # At 01:00 on Wednesday and Saturday schedule: - - cron: '0 3 * * 3,6' + - cron: '0 1 * * 3,6' workflow_dispatch: concurrency: diff --git a/.github/workflows/sync-from-snapshot-testnet-partidb.yml b/.github/workflows/sync-from-snapshot-testnet-partidb.yml index 4cf9e21cef..4daa78ba0a 100644 --- a/.github/workflows/sync-from-snapshot-testnet-partidb.yml +++ b/.github/workflows/sync-from-snapshot-testnet-partidb.yml @@ -4,9 +4,9 @@ name: Sync from snapshot test, Testnet, ParityDB non-pruned on: - # At 03:00 on Wednesday and Saturday + # At 01:00 on Wednesday and Saturday schedule: - - cron: '0 3 * * 3,6' + - cron: '0 1 * * 3,6' workflow_dispatch: concurrency: