Skip to content

Commit

Permalink
Remove redundant nix build .#cardano-wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Aug 8, 2024
1 parent eee6de8 commit 24cbec7
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
agents:
queue: "cardano-wallet"
queue: cardano-wallet

env:
LC_ALL: "C.UTF-8"
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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: |
Expand All @@ -221,7 +213,6 @@ steps:

- label: Preprod Full Sync
depends_on:
- cardano-wallet
- linux-preprod-full-sync-block
timeout_in_minutes: 240
command: |
Expand Down

0 comments on commit 24cbec7

Please sign in to comment.