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 \