Buildkite pipeline overhaul 2 (#10529)

This commit is contained in:
Michael Vines
2020-06-11 17:34:13 -07:00
committed by GitHub
parent fb8612be49
commit 206b8118a1
13 changed files with 277 additions and 242 deletions

View File

@ -8,19 +8,6 @@ annotate() {
}
}
ci/affects-files.sh \
.rs$ \
Cargo.lock$ \
Cargo.toml$ \
^ci/rust-version.sh \
^ci/test-coverage.sh \
^scripts/coverage.sh \
|| {
annotate --style info --context test-coverage \
"Coverage skipped as no .rs files were modified"
exit 0
}
source ci/upload-ci-artifact.sh
source scripts/ulimit-n.sh