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

Remove failing snapshots download step from CI #4893

Merged
merged 1 commit into from
Dec 20, 2024
Merged
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
45 changes: 0 additions & 45 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,35 +214,6 @@ steps:
concurrency: 1
concurrency_group: 'mithril-mainnet-full-sync'

- block: Preprod Full Sync
if: build.env("RELEASE_CANDIDATE") == null
depends_on: []
key: linux-preprod-full-sync-block

- label: Preprod Full Sync
depends_on:
- linux-preprod-full-sync-block
timeout_in_minutes: 240
soft_fail:
- exit_status: 45
command: |
cd run/preprod/nix
rm -rf logs
mkdir -p logs
rm -rf databases
./snapshot.sh
./run.sh sync
artifact_paths:
- "./run/preprod/nix/logs/*"
agents:
system: x86_64-linux
env:
NODE_LOGS_FILE: ./logs/node.log
WALLET_LOGS_FILE: ./logs/wallet.log
CLEANUP_DB: true
NETWORK: testnet


- group: Code Quality Checks
key: code-quality
if: build.env("RELEASE_CANDIDATE") == null || build.env("TEST_RC") == "FALSE"
Expand Down Expand Up @@ -731,22 +702,6 @@ steps:
SUCCESS_STATUS: syncing
USE_LOCAL_IMAGE: true

- label: Preprod Full Sync
timeout_in_minutes: 240
soft_fail:
- exit_status: 45
command: |
cd run/preprod/docker
export WALLET_TAG=$(buildkite-agent meta-data get "release-cabal-version")
rm -rf databases
# necessary to avoid the broken network
./snapshot.sh
./run.sh sync
agents:
system: x86_64-linux
env:
USE_LOCAL_IMAGE: true

- group: Links
key: links-validity
steps:
Expand Down
Loading