Skip to content

Commit

Permalink
Merge #3820
Browse files Browse the repository at this point in the history
3820: flake.nix uses cardano-node input for executables in runtime r=Unisay a=Unisay

In compile time we could use `cardano-node-1.36.0` while in run-time (as in, `cardano-node` executable which is available in the nix-shell and picked up by some unit/integration tests) we want to have the `cardano-node-1.35.4` (the latest released one). 

### Issue Number

ADP-2897


Co-authored-by: Yura Lazarev <Unisay@users.noreply.github.com>
  • Loading branch information
iohk-bors[bot] and Unisay committed Mar 29, 2023
2 parents 575fb28 + 96c0437 commit 672effb
Show file tree
Hide file tree
Showing 4 changed files with 9,312 additions and 745 deletions.
16 changes: 8 additions & 8 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ steps:
env:
TMPDIR: "/cache"


- label: 'Build bench and run unit tests (linux)'
depends_on: linux-nix
command:
Expand Down Expand Up @@ -122,25 +121,25 @@ steps:

- label: 'Run integration tests (linux)'
command: 'nix build -L .#ci.${linux}.tests.run.integration'
depends_on:
trigger-linux
depends_on: trigger-linux
agents:
system: ${linux}
env:
TMPDIR: "/cache"

- block: "macOS test"
if: 'build.branch != "master"'
key: trigger-macos-test

- label: 'Check nix (macOS)'
key: macos-nix
depends_on: trigger-macos-test
depends_on: linux-nix
commands:
- './nix/regenerate.sh'
agents:
system: ${macos}

- block: "macOS test"
depends_on: macos-nix
if: 'build.branch != "master"'
key: trigger-macos-test

- label: 'Run unit tests (macOS)'
depends_on: trigger-macos-test
key: macos-build-tests
Expand All @@ -149,6 +148,7 @@ steps:
system: ${macos}

- block: "macOS package"
depends_on: macos-nix
if: 'build.branch != "master"'
key: trigger-macos-package

Expand Down

0 comments on commit 672effb

Please sign in to comment.