Skip to content

Commit 6a0fce0

Browse files
authored
feat(pingcap/tiflow,pingcap/pd): support feature branch (#3036)
Signed-off-by: wuhuizuo <[email protected]> --------- Signed-off-by: wuhuizuo <[email protected]>
1 parent 7c382ee commit 6a0fce0

File tree

5 files changed

+32
-1
lines changed

5 files changed

+32
-1
lines changed

prow-jobs/pingcap/tidb/latest-presubmits.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ presubmits:
1010
rerun_command: "/test build"
1111
branches:
1212
- ^master$
13+
- ^feature/.+
1314
- name: pingcap/tidb/ghpr_check
1415
agent: jenkins
1516
decorate: false # need add this.
@@ -19,6 +20,7 @@ presubmits:
1920
rerun_command: "/test check-dev"
2021
branches:
2122
- ^master$
23+
- ^feature/.+
2224
- name: pingcap/tidb/ghpr_check2
2325
agent: jenkins
2426
decorate: false # need add this.
@@ -28,6 +30,7 @@ presubmits:
2830
rerun_command: "/test check-dev2"
2931
branches:
3032
- ^master$
33+
- ^feature/.+
3134
- name: pingcap/tidb/ghpr_mysql_test
3235
agent: jenkins
3336
decorate: false # need add this.
@@ -37,6 +40,7 @@ presubmits:
3740
rerun_command: "/test mysql-test"
3841
branches:
3942
- ^master$
43+
- ^feature/.+
4044
- name: pingcap/tidb/ghpr_unit_test
4145
agent: jenkins
4246
decorate: false # need add this.
@@ -46,6 +50,7 @@ presubmits:
4650
rerun_command: "/test unit-test"
4751
branches:
4852
- ^master$
53+
- ^feature/.+
4954
- name: pingcap/tidb/pull_integration_mysql_test
5055
agent: jenkins
5156
decorate: false # need add this.
@@ -56,6 +61,7 @@ presubmits:
5661
rerun_command: "/test pull-integration-mysql-test"
5762
branches:
5863
- ^master$
64+
- ^feature/.+
5965
- name: pingcap/tidb/pull_integration_copr_test
6066
agent: jenkins
6167
decorate: false # need add this.
@@ -67,6 +73,7 @@ presubmits:
6773
rerun_command: "/test pull-integration-copr-test"
6874
branches:
6975
- ^master$
76+
- ^feature/.+
7077
- name: pingcap/tidb/pull_integration_jdbc_test
7178
agent: jenkins
7279
decorate: false # need add this.
@@ -78,6 +85,7 @@ presubmits:
7885
rerun_command: "/test pull-integration-jdbc-test"
7986
branches:
8087
- ^master$
88+
- ^feature/.+
8189
- name: pingcap/tidb/pull_e2e_test
8290
agent: jenkins
8391
decorate: false # need add this.
@@ -89,6 +97,7 @@ presubmits:
8997
rerun_command: "/test pull-e2e-test"
9098
branches:
9199
- ^master$
100+
- ^feature/.+
92101
- name: pingcap/tidb/pull_br_integration_test
93102
agent: jenkins
94103
decorate: false # need add this.
@@ -100,6 +109,7 @@ presubmits:
100109
rerun_command: "/test pull-br-integration-test"
101110
branches:
102111
- ^master$
112+
- ^feature/.+
103113
- name: pingcap/tidb/pull_lightning_integration_test
104114
agent: jenkins
105115
decorate: false # need add this.
@@ -111,6 +121,7 @@ presubmits:
111121
rerun_command: "/test pull-lightning-integration-test"
112122
branches:
113123
- ^master$
124+
- ^feature/.+
114125
- name: pingcap/tidb/pull_common_test
115126
agent: jenkins
116127
decorate: false # need add this.
@@ -122,6 +133,7 @@ presubmits:
122133
rerun_command: "/test pull-common-test"
123134
branches:
124135
- ^master$
136+
- ^feature/.+
125137
- name: pingcap/tidb/pull_integration_common_test
126138
agent: jenkins
127139
decorate: false # need add this.
@@ -133,6 +145,7 @@ presubmits:
133145
rerun_command: "/test pull-integration-common-test"
134146
branches:
135147
- ^master$
148+
- ^feature/.+
136149
- name: pingcap/tidb/pull_integration_ddl_test
137150
agent: jenkins
138151
decorate: false # need add this.
@@ -143,6 +156,7 @@ presubmits:
143156
rerun_command: "/test pull-integration-ddl-test"
144157
branches:
145158
- ^master$
159+
- ^feature/.+
146160
- name: pingcap/tidb/pull_sqllogic_test
147161
agent: jenkins
148162
decorate: false # need add this.
@@ -154,6 +168,7 @@ presubmits:
154168
rerun_command: "/test pull-sqllogic-test"
155169
branches:
156170
- ^master$
171+
- ^feature/.+
157172
- name: pingcap/tidb/pull_tiflash_test
158173
agent: jenkins
159174
decorate: false # need add this.
@@ -165,6 +180,7 @@ presubmits:
165180
rerun_command: "/test pull-tiflash-test"
166181
branches:
167182
- ^master$
183+
- ^feature/.+
168184
- name: pingcap/tidb/pull_mysql_client_test
169185
agent: jenkins
170186
decorate: false # need add this.
@@ -175,6 +191,7 @@ presubmits:
175191
rerun_command: "/test pull-mysql-client-test"
176192
branches:
177193
- ^master$
194+
- ^feature/.+
178195
- name: pingcap/tidb/pull_integration_nodejs_test
179196
agent: jenkins
180197
decorate: false # need add this.
@@ -186,3 +203,4 @@ presubmits:
186203
rerun_command: "/test pull-integration-nodejs-test"
187204
branches:
188205
- ^master$
206+
- ^feature/.+

prow-jobs/pingcap/tiflash/latest-presubmits.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ presubmits:
1212
rerun_command: "/test pull-unit-test"
1313
branches:
1414
- ^master$
15+
- ^feature/.+
1516
- name: pingcap/tiflash/pull_integration_test
1617
agent: jenkins
1718
decorate: false # need add this.
@@ -23,3 +24,4 @@ presubmits:
2324
rerun_command: "/test pull-integration-test"
2425
branches:
2526
- ^master$
27+
- ^feature/.+

prow-jobs/pingcap/tiflow/latest-presubmits.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ presubmits:
1313
rerun_command: "/test cdc-integration-kafka-test"
1414
branches:
1515
- ^master$
16+
- ^feature/.+
1617
# TODO: combine other CDC integration tests to a single one,
1718
# Currently we keep the Jenkins job name.
1819
- name: pingcap/tiflow/pull_cdc_integration_test
@@ -27,6 +28,7 @@ presubmits:
2728
rerun_command: "/test cdc-integration-mysql-test"
2829
branches:
2930
- ^master$
31+
- ^feature/.+
3032
- name: pingcap/tiflow/pull_cdc_integration_storage_test
3133
agent: jenkins
3234
decorate: false # need add this.
@@ -39,6 +41,7 @@ presubmits:
3941
rerun_command: "/test cdc-integration-storage-test"
4042
branches:
4143
- ^master$
44+
- ^feature/.+
4245
- name: pingcap/tiflow/pull_cdc_integration_pulsar_test
4346
agent: jenkins
4447
decorate: false # need add this.
@@ -51,6 +54,7 @@ presubmits:
5154
rerun_command: "/test cdc-integration-pulsar-test"
5255
branches:
5356
- ^master$
57+
- ^feature/.+
5458
- name: pingcap/tiflow/pull_dm_compatibility_test
5559
agent: jenkins
5660
decorate: false # need add this.
@@ -63,6 +67,7 @@ presubmits:
6367
rerun_command: "/test dm-compatibility-test"
6468
branches:
6569
- ^master$
70+
- ^feature/.+
6671
- name: pingcap/tiflow/pull_dm_integration_test
6772
agent: jenkins
6873
decorate: false # need add this.
@@ -75,6 +80,7 @@ presubmits:
7580
rerun_command: "/test dm-integration-test"
7681
branches:
7782
- ^master$
83+
- ^feature/.+
7884
- name: pingcap/tiflow/pull_engine_integration_test
7985
agent: jenkins
8086
decorate: false # need add this.
@@ -87,6 +93,7 @@ presubmits:
8793
rerun_command: "/test engine-integration-test"
8894
branches:
8995
- ^master$
96+
- ^feature/.+
9097
- name: pingcap/tiflow/ghpr_verify
9198
agent: jenkins
9299
decorate: false # need add this.
@@ -97,4 +104,5 @@ presubmits:
97104
rerun_command: "/test verify"
98105
branches:
99106
- ^master$
107+
- ^feature/.+
100108

prow-jobs/tikv/pd/latest-presubmits.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ presubmits:
1010
rerun_command: "/test build"
1111
branches:
1212
- ^master$
13+
- ^feature/.+
1314
- ^release-7\.[4-9](\.\d+)?(-\d+)?(-v[\.\d]+)?$
1415
- ^release-8\.[0-9](\.\d+)?(-\d+)?(-v[\.\d]+)?$
1516
- name: tikv/pd/pull_integration_copr_test
@@ -22,6 +23,7 @@ presubmits:
2223
rerun_command: "/test pull-integration-copr-test"
2324
branches:
2425
- ^master$
26+
- ^feature/.+
2527
- ^release-7\.[4-9](\.\d+)?(-\d+)?(-v[\.\d]+)?$
2628
- ^release-8\.[0-9](\.\d+)?(-\d+)?(-v[\.\d]+)?$
2729
- name: tikv/pd/pull_integration_realcluster_test
@@ -34,4 +36,4 @@ presubmits:
3436
rerun_command: "/test pull-integration-realcluster-test"
3537
branches:
3638
- ^master$
37-
39+
- ^feature/.+

prow-jobs/tikv/tikv/latest-presubmits.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ presubmits:
1212
rerun_command: "/test pull-unit-test"
1313
branches:
1414
- ^master$
15+
- ^feature/.+

0 commit comments

Comments
 (0)