Skip to content
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
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
---
# This workflow performs sync to Mainnet from a pruned ParityDB snapshot using the latest
# main version.
#
# 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.
# This workflow performs sync to Mainnet from a pruned ParityDB snapshot

name: Sync from snapshot, Mainnet, ParityDB pruned
on:
# At 15:00 on Sunday
# Time corresponds with a snapshot creation time
schedule:
- cron: '0 15 * * 0'
workflow_dispatch:
inputs:
snapshot-day:
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/sync-from-snapshot-mainnet-rocksdb-pruned.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
---
# This workflow performs sync to Mainnet from a RocksDB pruned snapshot using the latest
# main version.
#
# 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.
# This workflow performs sync to Mainnet from a RocksDB pruned snapshot

name: Sync from snapshot test, Mainnet, RocksDB pruned
on:
# At 15:00 on Sunday
# Time corresponds with a snapshot creation time
schedule:
- cron: '0 15 * * 0'
workflow_dispatch:
inputs:
snapshot-day:
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/sync-from-snapshot-mainnet.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
---
# This workflow performs sync to Mainnet from a RocksDB snapshot using the latest
# main version.
#
# 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.
# This workflow performs sync to Mainnet from a RocksDB snapshot

name: Sync from snapshot test, Mainnet, RocksDB
on:
# At 15:00 on Sunday
# Time corresponds with a snapshot creation time
schedule:
- cron: '0 15 * * 0'
workflow_dispatch:
inputs:
snapshot-day:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
---
# This workflow performs sync to Testnet from a pruned ParityDB snapshot using the latest
# main version.
# This workflow performs sync to Testnet from a pruned ParityDB snapshot

name: Sync from snapshot, Testnet, ParityDB pruned
on:
# At 15:00 on Sunday
# Time corresponds with a snapshot creation time
schedule:
- cron: '0 15 * * 0'
workflow_dispatch:
inputs:
snapshot-day:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
---
# This workflow performs sync to Testnet from a RocksDB pruned snapshot using the latest
# main version.
# This workflow performs sync to Testnet from a RocksDB pruned snapshot

name: Sync from snapshot test, Testnet, RocksDB pruned
on:
# At 15:00 on Sunday
# Time corresponds with a snapshot creation time
schedule:
- cron: '0 15 * * 0'
workflow_dispatch:
inputs:
snapshot-day:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/sync-from-snapshot-testnet.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
---
# This workflow performs sync to Testnet from a RocksDB snapshot using the latest
# main version.
# This workflow performs sync to Testnet from a RocksDB snapshot

name: Sync from snapshot test, Testnet, RocksDB
on:
# At 15:00 on Sunday
# Time corresponds with a snapshot creation time
schedule:
- cron: '0 15 * * 0'
workflow_dispatch:
inputs:
snapshot-day:
Expand Down