From eee6de8ff4d5b7f0d55e6de3cd70db76037cbcaf Mon Sep 17 00:00:00 2001 From: paolino Date: Thu, 8 Aug 2024 15:22:54 +0000 Subject: [PATCH 1/2] Add nix build to the check nix step --- .buildkite/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 46f8d757c29..633ee2ac3a0 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -20,6 +20,7 @@ steps: key: linux-nix commands: - './nix/regenerate.sh' + - nix build agents: system: ${linux} From 24cbec7aaafa4479142443ca1db20461a500ed80 Mon Sep 17 00:00:00 2001 From: paolino Date: Thu, 8 Aug 2024 15:28:35 +0000 Subject: [PATCH 2/2] Remove redundant nix build .#cardano-wallet --- .buildkite/pipeline.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) 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: |