Skip to content

Commit

Permalink
feat: tikv new ut add trigger on 6.1 (#2940)
Browse files Browse the repository at this point in the history
  • Loading branch information
purelind committed Apr 24, 2024
1 parent c944560 commit 09f9a72
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions prow-jobs/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ configMapGenerator:
- ti-community-infra-test-infra-presubmits.yaml
- tikv-migration-latest-presubmits.yaml
- tikv-tikv-latest-presubmits.yaml
- tikv-tikv-release-6.1-presubmits.yaml
- tikv-tikv-release-6.5-presubmits.yaml
- tikv-tikv-release-7.1-presubmits.yaml
- tikv-tikv-release-7.5-presubmits.yaml
Expand Down
14 changes: 14 additions & 0 deletions prow-jobs/tikv-tikv-release-6.1-presubmits.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# struct ref: https://pkg.go.dev/k8s.io/test-infra/prow/config#Presubmit
presubmits:
tikv/tikv:
- name: tikv/tikv/release-6.1/pull_unit_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
context: wip/pull-unit-test
trigger: "(?m)^/debug (?:.*? )?pull-unit-test(?: .*?)?$"
rerun_command: "/debug pull-unit-test"
branches:
- ^release-6\.1(\.\d+)?(-\d+)?(-v[\.\d]+)?$

0 comments on commit 09f9a72

Please sign in to comment.