Skip to content

Commit 9ddc2b8

Browse files
committed
Testing regression history canary
1 parent d7d55a1 commit 9ddc2b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/perf-regression-ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ on:
88
# READ BEFORE ENABLING THE TRIGGER BELOW
99
# This trigger is only used when testing the scripts in a branch, and should be commented out in other cases.
1010
# If this trigger is used, please change the following env: RESULT_REPO_BRANCH -> 'test' (MUST), DEPLOY -> 'false' (optional)
11-
# pull_request:
12-
# branches:
13-
# - master
11+
pull_request:
12+
branches:
13+
- master
1414

1515
env:
1616
# 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.
17-
RESULT_REPO_BRANCH: 'self-hosted'
17+
RESULT_REPO_BRANCH: 'test'
1818
# Whether we deploy the generated page. Set to true for master.
1919
DEPLOY: true
2020
# Directories in ci-perf-kit that will be uploaded as artifacts. The dirs can be found in ci-perf-kit/scripts/common.sh
@@ -44,8 +44,8 @@ jobs:
4444
- name: Checkout Perf Kit
4545
uses: actions/checkout@v4
4646
with:
47-
repository: mmtk/ci-perf-kit
48-
ref: "0.8.0"
47+
repository: wks-github/ci-perf-kit
48+
ref: "feature/history-canary"
4949
path: ci-perf-kit
5050
token: ${{ secrets.CI_ACCESS_TOKEN }}
5151
submodules: true

0 commit comments

Comments
 (0)