From fd307fc88a5234bf19fc608e81ba184709adb9a3 Mon Sep 17 00:00:00 2001 From: Yi Lin Date: Wed, 11 Sep 2024 03:45:40 +0000 Subject: [PATCH] Update ci-perf-kit to 0.7.6 --- .github/workflows/micro-bm.yml | 2 +- .github/workflows/perf-baseline.yml | 4 ++-- .github/workflows/perf-compare-ci.yml | 4 ++-- .github/workflows/perf-regression-ci.yml | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/micro-bm.yml b/.github/workflows/micro-bm.yml index 3465b9594e..b9f29114b4 100644 --- a/.github/workflows/micro-bm.yml +++ b/.github/workflows/micro-bm.yml @@ -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) diff --git a/.github/workflows/perf-baseline.yml b/.github/workflows/perf-baseline.yml index 0c73c05602..1992a57e16 100644 --- a/.github/workflows/perf-baseline.yml +++ b/.github/workflows/perf-baseline.yml @@ -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 @@ -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 diff --git a/.github/workflows/perf-compare-ci.yml b/.github/workflows/perf-compare-ci.yml index 1eab5dd3d5..4242c0b1fd 100644 --- a/.github/workflows/perf-compare-ci.yml +++ b/.github/workflows/perf-compare-ci.yml @@ -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 @@ -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 diff --git a/.github/workflows/perf-regression-ci.yml b/.github/workflows/perf-regression-ci.yml index 6e8546147d..2e3d6b95e0 100644 --- a/.github/workflows/perf-regression-ci.yml +++ b/.github/workflows/perf-regression-ci.yml @@ -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 @@ -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 @@ -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