Skip to content

Commit

Permalink
Update ci-perf-kit to 0.7.6 (#1199)
Browse files Browse the repository at this point in the history
Add a note about kernel update on 20240903 for CI machines.
  • Loading branch information
qinsoon authored Sep 11, 2024
1 parent a025c24 commit 0c4f9c3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/micro-bm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
repository: mmtk/ci-perf-kit
token: ${{ secrets.GITHUB_TOKEN }}
ref: "0.7.5"
ref: "0.7.6"
path: ci-perf-kit
submodules: true
# Use rust-toolchain in the trunk (it doesnt matter much - if the toolchains defined in the trunk and the branch are different, we cant run anyway)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perf-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
token: ${{ secrets.CI_ACCESS_TOKEN }}
repository: mmtk/ci-perf-kit
ref: "0.7.5"
ref: "0.7.6"
path: ci-perf-kit
submodules: true
# setup
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
with:
token: ${{ secrets.CI_ACCESS_TOKEN }}
repository: mmtk/ci-perf-kit
ref: "0.7.5"
ref: "0.7.6"
path: ci-perf-kit
submodules: true
# setup
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perf-compare-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
with:
repository: mmtk/ci-perf-kit
token: ${{ secrets.CI_ACCESS_TOKEN }}
ref: "0.7.5"
ref: "0.7.6"
path: ci-perf-kit
submodules: true
# setup
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
with:
repository: mmtk/ci-perf-kit
token: ${{ secrets.CI_ACCESS_TOKEN }}
ref: "0.7.5"
ref: "0.7.6"
path: ci-perf-kit
submodules: true
# setup
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/perf-regression-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: mmtk/ci-perf-kit
ref: "0.7.5"
ref: "0.7.6"
path: ci-perf-kit
token: ${{ secrets.CI_ACCESS_TOKEN }}
submodules: true
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: mmtk/ci-perf-kit
ref: "0.7.5"
ref: "0.7.6"
path: ci-perf-kit
token: ${{ secrets.CI_ACCESS_TOKEN }}
submodules: true
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: mmtk/ci-perf-kit
ref: "0.7.5"
ref: "0.7.6"
path: ci-perf-kit
token: ${{ secrets.CI_ACCESS_TOKEN }}
submodules: true
Expand Down

0 comments on commit 0c4f9c3

Please sign in to comment.