Skip to content

Commit

Permalink
v1.16: ci: remove stable-perf from PR and push CI (backport of #33479) (
Browse files Browse the repository at this point in the history
#33499)

ci: remove stable-perf from PR and push CI (#33479)

ci: move stable-perf to nightly pipeline
(cherry picked from commit b87c8d1)

Co-authored-by: Yihau Chen <[email protected]>
  • Loading branch information
mergify[bot] and yihau authored Oct 4, 2023
1 parent 1526c74 commit ec1115e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 81 deletions.
27 changes: 0 additions & 27 deletions ci/buildkite-pipeline-in-disk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,33 +196,6 @@ EOF
"Stable-SBF skipped as no relevant files were modified"
fi

# Perf test suite
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/ \
; then
cat >> "$output_file" <<"EOF"
- command: "ci/test-stable-perf.sh"
name: "stable-perf"
timeout_in_minutes: 35
artifact_paths: "log-*.txt"
agents:
queue: "cuda"
EOF
else
annotate --style info \
"Stable-perf skipped as no relevant files were modified"
fi

# Downstream backwards compatibility
if affects \
.rs$ \
Expand Down
27 changes: 0 additions & 27 deletions ci/buildkite-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,33 +190,6 @@ EOF
"Stable-SBF skipped as no relevant files were modified"
fi

# Perf test suite
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/ \
; then
cat >> "$output_file" <<"EOF"
- command: "ci/test-stable-perf.sh"
name: "stable-perf"
timeout_in_minutes: 35
artifact_paths: "log-*.txt"
agents:
queue: "cuda"
EOF
else
annotate --style info \
"Stable-perf skipped as no relevant files were modified"
fi

# Downstream backwards compatibility
if affects \
.rs$ \
Expand Down
27 changes: 0 additions & 27 deletions ci/buildkite-solana-private.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,33 +180,6 @@ EOF
"Stable-SBF skipped as no relevant files were modified"
fi

# Perf test suite
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/ \
; then
cat >> "$output_file" <<"EOF"
- command: "ci/test-stable-perf.sh"
name: "stable-perf"
timeout_in_minutes: 35
artifact_paths: "log-*.txt"
agents:
queue: "sol-private"
EOF
else
annotate --style info \
"Stable-perf skipped as no relevant files were modified"
fi

# Downstream backwards compatibility
if affects \
.rs$ \
Expand Down

0 comments on commit ec1115e

Please sign in to comment.