@@ -214,6 +214,7 @@ steps:
214
214
environment :
215
215
GOPROXY : off
216
216
TAGS : bindata sqlite sqlite_unlock_notify
217
+ RACE_ENABLED : true
217
218
GITHUB_READ_TOKEN :
218
219
from_secret : github_read_token
219
220
@@ -236,6 +237,7 @@ steps:
236
237
environment :
237
238
GOPROXY : off
238
239
TAGS : bindata gogit sqlite sqlite_unlock_notify
240
+ RACE_ENABLED : true
239
241
GITHUB_READ_TOKEN :
240
242
from_secret : github_read_token
241
243
@@ -246,6 +248,7 @@ steps:
246
248
environment :
247
249
GOPROXY : off
248
250
TAGS : bindata
251
+ RACE_ENABLED : true
249
252
TEST_LDAP : 1
250
253
USE_REPO_TEST_DIR : 1
251
254
TEST_INDEXER_CODE_ES_URL : " http://elastic:changeme@elasticsearch:9200"
@@ -259,6 +262,7 @@ steps:
259
262
environment :
260
263
GOPROXY : off
261
264
TAGS : bindata
265
+ RACE_ENABLED : true
262
266
TEST_LDAP : 1
263
267
USE_REPO_TEST_DIR : 1
264
268
depends_on :
@@ -271,6 +275,7 @@ steps:
271
275
environment :
272
276
GOPROXY : off
273
277
TAGS : bindata
278
+ RACE_ENABLED : true
274
279
TEST_LDAP : 1
275
280
USE_REPO_TEST_DIR : 1
276
281
depends_on :
@@ -366,6 +371,7 @@ steps:
366
371
environment :
367
372
GOPROXY : off
368
373
TAGS : bindata gogit sqlite sqlite_unlock_notify
374
+ RACE_ENABLED : true
369
375
TEST_TAGS : gogit sqlite sqlite_unlock_notify
370
376
USE_REPO_TEST_DIR : 1
371
377
depends_on :
@@ -378,6 +384,7 @@ steps:
378
384
environment :
379
385
GOPROXY : off
380
386
TAGS : bindata gogit
387
+ RACE_ENABLED : true
381
388
TEST_TAGS : gogit
382
389
TEST_LDAP : 1
383
390
USE_REPO_TEST_DIR : 1
@@ -520,7 +527,6 @@ steps:
520
527
environment :
521
528
GOPROXY : https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
522
529
TAGS : bindata sqlite sqlite_unlock_notify
523
- RACE_ENABLED : true
524
530
525
531
- name : gpg-sign
526
532
pull : always
@@ -617,7 +623,6 @@ steps:
617
623
environment :
618
624
GOPROXY : https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
619
625
TAGS : bindata sqlite sqlite_unlock_notify
620
- RACE_ENABLED : true
621
626
622
627
- name : gpg-sign
623
628
pull : always
0 commit comments