Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: switch to use new pipeline trigger by prow in branch 8.1 #3116

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove comment
  • Loading branch information
purelind committed Sep 10, 2024
commit 0b7a827b9c97adea1d5acd0c294ba84f4c72a22c
12 changes: 6 additions & 6 deletions prow-jobs/tikv/tikv/release-8.1-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ presubmits:
- name: tikv/tikv/release-8.1/pull_unit_test
agent: jenkins
decorate: false # need add this.
always_run: true # update here after test passed
optional: false # update here after test passed
skip_report: false # update here after test passed
always_run: true
optional: false
skip_report: false
context: pull-unit-test
trigger: "(?m)^/test (?:.*? )?pull-unit-test(?: .*?)?$"
rerun_command: "/test pull-unit-test"
branches: *branches
- name: tikv/tikv/release-8.1/pull_integration_test
agent: jenkins
decorate: false # need add this.
always_run: false # update here after test passed
optional: true # update here after test passed
skip_report: true # update here after test passed
always_run: false
optional: true
skip_report: true
context: wip/pull-integration-test
trigger: "(?m)^/debug (?:.*? )?pull-integration-test(?: .*?)?$"
rerun_command: "/debug pull-integration-test"
Expand Down