Skip to content

Commit 6d7f074

Browse files
EtiennePerotgvisor-bot
authored andcommitted
PGO: Create profile data for KVM platform as well.
PiperOrigin-RevId: 775925008
1 parent dbd86b2 commit 6d7f074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/pgo.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ env:
2020

2121
steps:
2222
- <<: *common
23-
label: ":arrows_counterclockwise: Refresh PGO profiles (x86_64 Systrap)"
23+
label: ":arrows_counterclockwise: Refresh PGO profiles (x86_64)"
2424
if: build.branch == "master" && build.tag == null
2525
commands:
2626
- ./.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
2728
- ./.buildkite/scripts/pgo/maybe-skip.sh ./.buildkite/scripts/pgo/commit-update.sh
2829
agents:
2930
arch: "amd64"

0 commit comments

Comments
 (0)