We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd86b2 commit 6d7f074Copy full SHA for 6d7f074
.buildkite/pgo.yaml
@@ -20,10 +20,11 @@ env:
20
21
steps:
22
- <<: *common
23
- label: ":arrows_counterclockwise: Refresh PGO profiles (x86_64 Systrap)"
+ label: ":arrows_counterclockwise: Refresh PGO profiles (x86_64)"
24
if: build.branch == "master" && build.tag == null
25
commands:
26
- ./.buildkite/scripts/pgo/maybe-skip.sh --tolerate-no-profile-changes make ARCH=x86_64 benchmark-refresh-pgo BENCHMARKS_PLATFORMS=systrap
27
+ - ./.buildkite/scripts/pgo/maybe-skip.sh --tolerate-no-profile-changes make ARCH=x86_64 benchmark-refresh-pgo BENCHMARKS_PLATFORMS=kvm
28
- ./.buildkite/scripts/pgo/maybe-skip.sh ./.buildkite/scripts/pgo/commit-update.sh
29
agents:
30
arch: "amd64"
0 commit comments