From ca0f073075c7b82caa9cac282df7b39b4d766f9b Mon Sep 17 00:00:00 2001 From: Kunshan Wang Date: Thu, 26 Sep 2024 13:17:09 +0800 Subject: [PATCH] Testing regression history canary --- .github/workflows/perf-regression-ci.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/perf-regression-ci.yml b/.github/workflows/perf-regression-ci.yml index 4e4d46a59a..46275cd09c 100644 --- a/.github/workflows/perf-regression-ci.yml +++ b/.github/workflows/perf-regression-ci.yml @@ -8,13 +8,13 @@ on: # READ BEFORE ENABLING THE TRIGGER BELOW # This trigger is only used when testing the scripts in a branch, and should be commented out in other cases. # If this trigger is used, please change the following env: RESULT_REPO_BRANCH -> 'test' (MUST), DEPLOY -> 'false' (optional) - # pull_request: - # branches: - # - master + pull_request: + branches: + - master env: # The branch to save run data and plot graph from. Use 'self-hosted' for master, use 'test' or anything else for testing in a branch. - RESULT_REPO_BRANCH: 'self-hosted' + RESULT_REPO_BRANCH: 'test' # Whether we deploy the generated page. Set to true for master. DEPLOY: true # Directories in ci-perf-kit that will be uploaded as artifacts. The dirs can be found in ci-perf-kit/scripts/common.sh @@ -24,6 +24,7 @@ env: jobs: # JikesRVM jikesrvm-perf-regression: + if: false # Disable this to test openjdk regression, only. runs-on: [self-hosted, Linux, freq-scaling-off] timeout-minutes: 1440 steps: @@ -116,8 +117,8 @@ jobs: - name: Checkout Perf Kit uses: actions/checkout@v4 with: - repository: mmtk/ci-perf-kit - ref: "0.8.0" + repository: wks/ci-perf-kit + ref: "feature/history-canary" path: ci-perf-kit token: ${{ secrets.CI_ACCESS_TOKEN }} submodules: true @@ -196,6 +197,7 @@ jobs: if-no-files-found: error openjdk-mutator-perf: + if: false # Disable this to test openjdk regression, only. runs-on: [self-hosted, Linux, freq-scaling-off] timeout-minutes: 1440 steps: