Skip to content

Commit

Permalink
[ADP-3260] Drop Babbage integration tests from CI (#4779)
Browse files Browse the repository at this point in the history
- [x] Drop linux Babbage integration tests in CI
- [x] Switch the macOS integration tests from Babbage to Conway

### Issue Number

ADP-3260
  • Loading branch information
Anviking authored Sep 19, 2024
2 parents bfdcdd3 + bf97cb0 commit 1463662
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,20 +101,6 @@ steps:
agents:
system: ${linux}

- label: Babbage Integration Tests (linux)
key: linux-tests-integration-babbage
depends_on: []
command: |
mkdir integration-test-dir
export CLUSTER_LOGS_DIR_PATH=integration-test-dir/cluster.logs
export INTEGRATION_TEST_DIR=integration-test-dir
nix shell 'nixpkgs#just' -c just babbage-integration-tests
artifact_paths: [ "./integration-test-dir/**" ]
agents:
system: ${linux}
concurrency: 8
concurrency_group: 'linux-integration-tests'

- label: Conway Integration Tests (linux)
key: linux-tests-integration-conway
depends_on: []
Expand Down Expand Up @@ -579,7 +565,7 @@ steps:
- label: Run Integration Tests (macOS)
key: macos-tests-integration
depends_on: macos-integration-tests-block
command: nix shell 'nixpkgs#just' -c just babbage-integration-tests
command: nix shell 'nixpkgs#just' -c just conway-integration-tests
agents:
system: ${macos}
queue: "cardano-wallet"
Expand Down

0 comments on commit 1463662

Please sign in to comment.