Skip to content

Commit

Permalink
Update comment and ci-perf-kit version
Browse files Browse the repository at this point in the history
  • Loading branch information
wks committed Oct 21, 2024
1 parent e1adde4 commit 1523bb4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/perf-regression-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@ jobs:
# Running the canary alongside regular regression tests help us identify unnoticed environment
# changes and the level of noise.
#
# Currently, we choose one release version as the canary. We may change to another release
# version if necessary, or introduce a mechanism to dynamically choose the canary in the
# future.
# Currently, we choose one release version as the canary, and will use it until we can no
# longer run it for any reason, such as the toolchain for compiling that version is no longer
# available. Then we may change to another release version and mark the change of canary on
# the timeline, or introduce a mechanism to dynamically choose the canary version.
CANARY_VERSION: "v0.28.0"
steps:
# checkout latest versions
Expand All @@ -135,7 +136,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: mmtk/ci-perf-kit
ref: "0.8.0"
ref: "0.8.1"
path: ci-perf-kit
submodules: true
# checkout canary versions.
Expand Down

0 comments on commit 1523bb4

Please sign in to comment.