@@ -10,6 +10,7 @@ presubmits:
10
10
rerun_command : " /test build"
11
11
branches :
12
12
- ^master$
13
+ - ^feature/.+
13
14
- name : pingcap/tidb/ghpr_check
14
15
agent : jenkins
15
16
decorate : false # need add this.
@@ -19,6 +20,7 @@ presubmits:
19
20
rerun_command : " /test check-dev"
20
21
branches :
21
22
- ^master$
23
+ - ^feature/.+
22
24
- name : pingcap/tidb/ghpr_check2
23
25
agent : jenkins
24
26
decorate : false # need add this.
@@ -28,6 +30,7 @@ presubmits:
28
30
rerun_command : " /test check-dev2"
29
31
branches :
30
32
- ^master$
33
+ - ^feature/.+
31
34
- name : pingcap/tidb/ghpr_mysql_test
32
35
agent : jenkins
33
36
decorate : false # need add this.
@@ -37,6 +40,7 @@ presubmits:
37
40
rerun_command : " /test mysql-test"
38
41
branches :
39
42
- ^master$
43
+ - ^feature/.+
40
44
- name : pingcap/tidb/ghpr_unit_test
41
45
agent : jenkins
42
46
decorate : false # need add this.
@@ -46,6 +50,7 @@ presubmits:
46
50
rerun_command : " /test unit-test"
47
51
branches :
48
52
- ^master$
53
+ - ^feature/.+
49
54
- name : pingcap/tidb/pull_integration_mysql_test
50
55
agent : jenkins
51
56
decorate : false # need add this.
@@ -56,6 +61,7 @@ presubmits:
56
61
rerun_command : " /test pull-integration-mysql-test"
57
62
branches :
58
63
- ^master$
64
+ - ^feature/.+
59
65
- name : pingcap/tidb/pull_integration_copr_test
60
66
agent : jenkins
61
67
decorate : false # need add this.
@@ -67,6 +73,7 @@ presubmits:
67
73
rerun_command : " /test pull-integration-copr-test"
68
74
branches :
69
75
- ^master$
76
+ - ^feature/.+
70
77
- name : pingcap/tidb/pull_integration_jdbc_test
71
78
agent : jenkins
72
79
decorate : false # need add this.
@@ -78,6 +85,7 @@ presubmits:
78
85
rerun_command : " /test pull-integration-jdbc-test"
79
86
branches :
80
87
- ^master$
88
+ - ^feature/.+
81
89
- name : pingcap/tidb/pull_e2e_test
82
90
agent : jenkins
83
91
decorate : false # need add this.
@@ -89,6 +97,7 @@ presubmits:
89
97
rerun_command : " /test pull-e2e-test"
90
98
branches :
91
99
- ^master$
100
+ - ^feature/.+
92
101
- name : pingcap/tidb/pull_br_integration_test
93
102
agent : jenkins
94
103
decorate : false # need add this.
@@ -100,6 +109,7 @@ presubmits:
100
109
rerun_command : " /test pull-br-integration-test"
101
110
branches :
102
111
- ^master$
112
+ - ^feature/.+
103
113
- name : pingcap/tidb/pull_lightning_integration_test
104
114
agent : jenkins
105
115
decorate : false # need add this.
@@ -111,6 +121,7 @@ presubmits:
111
121
rerun_command : " /test pull-lightning-integration-test"
112
122
branches :
113
123
- ^master$
124
+ - ^feature/.+
114
125
- name : pingcap/tidb/pull_common_test
115
126
agent : jenkins
116
127
decorate : false # need add this.
@@ -122,6 +133,7 @@ presubmits:
122
133
rerun_command : " /test pull-common-test"
123
134
branches :
124
135
- ^master$
136
+ - ^feature/.+
125
137
- name : pingcap/tidb/pull_integration_common_test
126
138
agent : jenkins
127
139
decorate : false # need add this.
@@ -133,6 +145,7 @@ presubmits:
133
145
rerun_command : " /test pull-integration-common-test"
134
146
branches :
135
147
- ^master$
148
+ - ^feature/.+
136
149
- name : pingcap/tidb/pull_integration_ddl_test
137
150
agent : jenkins
138
151
decorate : false # need add this.
@@ -143,6 +156,7 @@ presubmits:
143
156
rerun_command : " /test pull-integration-ddl-test"
144
157
branches :
145
158
- ^master$
159
+ - ^feature/.+
146
160
- name : pingcap/tidb/pull_sqllogic_test
147
161
agent : jenkins
148
162
decorate : false # need add this.
@@ -154,6 +168,7 @@ presubmits:
154
168
rerun_command : " /test pull-sqllogic-test"
155
169
branches :
156
170
- ^master$
171
+ - ^feature/.+
157
172
- name : pingcap/tidb/pull_tiflash_test
158
173
agent : jenkins
159
174
decorate : false # need add this.
@@ -165,6 +180,7 @@ presubmits:
165
180
rerun_command : " /test pull-tiflash-test"
166
181
branches :
167
182
- ^master$
183
+ - ^feature/.+
168
184
- name : pingcap/tidb/pull_mysql_client_test
169
185
agent : jenkins
170
186
decorate : false # need add this.
@@ -175,6 +191,7 @@ presubmits:
175
191
rerun_command : " /test pull-mysql-client-test"
176
192
branches :
177
193
- ^master$
194
+ - ^feature/.+
178
195
- name : pingcap/tidb/pull_integration_nodejs_test
179
196
agent : jenkins
180
197
decorate : false # need add this.
@@ -186,3 +203,4 @@ presubmits:
186
203
rerun_command : " /test pull-integration-nodejs-test"
187
204
branches :
188
205
- ^master$
206
+ - ^feature/.+
0 commit comments