diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 633ee2ac3a0..6db8e56738c 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,5 +1,5 @@ agents: - queue: "cardano-wallet" + queue: cardano-wallet env: LC_ALL: "C.UTF-8" @@ -144,15 +144,8 @@ steps: concurrency: 1 concurrency_group: 'linux-e2e-tests' - - label: Build .#cardano-wallet (linux) - key: cardano-wallet - depends_on: linux-nix - command: 'nix build .#cardano-wallet' - agents: - system: ${linux} - - label: Private Network Full Sync - depends_on: cardano-wallet + depends_on: linux-nix timeout: 10 command: | rm -rf run/private/nix/logs @@ -170,7 +163,7 @@ steps: NETWORK: testnet - label: Mainnet Boot Sync - depends_on: cardano-wallet + depends_on: linux-nix timeout: 2 command: | cd run/mainnet/nix @@ -191,12 +184,11 @@ steps: - block: Sanchonet Full Sync if: build.env("RELEASE_CANDIDATE") == null - depends_on: cardano-wallet + depends_on: linux-nix key: linux-sanchonet-full-sync-block - label: Sanchonet Full Sync depends_on: - - cardano-wallet - linux-sanchonet-full-sync-block timeout_in_minutes: 120 command: | @@ -221,7 +213,6 @@ steps: - label: Preprod Full Sync depends_on: - - cardano-wallet - linux-preprod-full-sync-block timeout_in_minutes: 240 command: |