From 48982778efd3ef5903ce1ec0d9d73f8ad51078f0 Mon Sep 17 00:00:00 2001 From: Jon Cinque Date: Tue, 17 May 2022 02:27:38 +0200 Subject: [PATCH] ci: Remove downstream anchor projects (#25266) --- ci/buildkite-pipeline-in-disk.sh | 25 ------------------------- ci/buildkite-pipeline.sh | 27 --------------------------- ci/buildkite-solana-private.sh | 27 --------------------------- 3 files changed, 79 deletions(-) diff --git a/ci/buildkite-pipeline-in-disk.sh b/ci/buildkite-pipeline-in-disk.sh index 858820831..ee48ee404 100644 --- a/ci/buildkite-pipeline-in-disk.sh +++ b/ci/buildkite-pipeline-in-disk.sh @@ -241,31 +241,6 @@ EOF "downstream-projects skipped as no relevant files were modified" fi - # Downstream Anchor projects backwards compatibility - if affects \ - .rs$ \ - Cargo.lock$ \ - Cargo.toml$ \ - ^ci/rust-version.sh \ - ^ci/test-stable-perf.sh \ - ^ci/test-stable.sh \ - ^ci/test-local-cluster.sh \ - ^core/build.rs \ - ^fetch-perf-libs.sh \ - ^programs/ \ - ^sdk/ \ - ^scripts/build-downstream-anchor-projects.sh \ - ; then - cat >> "$output_file" <<"EOF" - - command: "scripts/build-downstream-anchor-projects.sh" - name: "downstream-anchor-projects" - timeout_in_minutes: 10 -EOF - else - annotate --style info \ - "downstream-anchor-projects skipped as no relevant files were modified" - fi - # Wasm support if affects \ ^ci/test-wasm.sh \ diff --git a/ci/buildkite-pipeline.sh b/ci/buildkite-pipeline.sh index f72ebc635..cb8267865 100755 --- a/ci/buildkite-pipeline.sh +++ b/ci/buildkite-pipeline.sh @@ -243,33 +243,6 @@ EOF "downstream-projects skipped as no relevant files were modified" fi - # Downstream Anchor projects backwards compatibility - if affects \ - .rs$ \ - Cargo.lock$ \ - Cargo.toml$ \ - ^ci/rust-version.sh \ - ^ci/test-stable-perf.sh \ - ^ci/test-stable.sh \ - ^ci/test-local-cluster.sh \ - ^core/build.rs \ - ^fetch-perf-libs.sh \ - ^programs/ \ - ^sdk/ \ - ^scripts/build-downstream-anchor-projects.sh \ - ; then - cat >> "$output_file" <<"EOF" - - command: "scripts/build-downstream-anchor-projects.sh" - name: "downstream-anchor-projects" - timeout_in_minutes: 10 - agents: - - "queue=solana" -EOF - else - annotate --style info \ - "downstream-anchor-projects skipped as no relevant files were modified" - fi - # Wasm support if affects \ ^ci/test-wasm.sh \ diff --git a/ci/buildkite-solana-private.sh b/ci/buildkite-solana-private.sh index 547326fbc..a670ca289 100644 --- a/ci/buildkite-solana-private.sh +++ b/ci/buildkite-solana-private.sh @@ -243,33 +243,6 @@ EOF "downstream-projects skipped as no relevant files were modified" fi - # Downstream Anchor projects backwards compatibility - if affects \ - .rs$ \ - Cargo.lock$ \ - Cargo.toml$ \ - ^ci/rust-version.sh \ - ^ci/test-stable-perf.sh \ - ^ci/test-stable.sh \ - ^ci/test-local-cluster.sh \ - ^core/build.rs \ - ^fetch-perf-libs.sh \ - ^programs/ \ - ^sdk/ \ - ^scripts/build-downstream-anchor-projects.sh \ - ; then - cat >> "$output_file" <<"EOF" - - command: "scripts/build-downstream-anchor-projects.sh" - name: "downstream-anchor-projects" - timeout_in_minutes: 10 - agents: - - "queue=sol-private" -EOF - else - annotate --style info \ - "downstream-anchor-projects skipped as no relevant files were modified" - fi - # Wasm support if affects \ ^ci/test-wasm.sh \