Skip to content

Commit

Permalink
Post A0-4278 fixes (#1741)
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
Marcin-Radecki authored May 22, 2024
1 parent 5cd0359 commit 8d8b355
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-main-or-release-branch-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-from-snapshot-mainnet-partidb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-from-snapshot-testnet-partidb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8d8b355

Please sign in to comment.