Skip to content

Commit 68031d7

Browse files
author
Will Feng
committed
try to fix
1 parent 94753f5 commit 68031d7

File tree

1 file changed

+54
-54
lines changed

1 file changed

+54
-54
lines changed

.circleci/config.yml

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -306,233 +306,233 @@ workflows:
306306
build:
307307
jobs:
308308
# Build jobs that only run on PR
309-
- pytorch_tutorial_build_worker_0_pr
310-
filters:
311-
branches:
312-
ignore:
313-
- master
314-
- pytorch_tutorial_build_worker_1_pr
315-
filters:
316-
branches:
317-
ignore:
318-
- master
319-
- pytorch_tutorial_build_worker_2_pr
320-
filters:
321-
branches:
322-
ignore:
323-
- master
324-
- pytorch_tutorial_build_worker_3_pr
309+
- pytorch_tutorial_build_worker_0_pr:
325310
filters:
326311
branches:
327312
ignore:
328313
- master
329-
- pytorch_tutorial_build_worker_4_pr
314+
- pytorch_tutorial_build_worker_1_pr:
330315
filters:
331316
branches:
332317
ignore:
333318
- master
334-
- pytorch_tutorial_build_worker_5_pr
319+
- pytorch_tutorial_build_worker_2_pr:
335320
filters:
336321
branches:
337322
ignore:
338323
- master
339-
- pytorch_tutorial_build_worker_6_pr
324+
- pytorch_tutorial_build_worker_3_pr:
340325
filters:
341326
branches:
342327
ignore:
343328
- master
344-
- pytorch_tutorial_build_worker_7_pr
329+
- pytorch_tutorial_build_worker_4_pr:
345330
filters:
346331
branches:
347332
ignore:
348333
- master
349-
- pytorch_tutorial_build_worker_8_pr
334+
- pytorch_tutorial_build_worker_5_pr:
350335
filters:
351336
branches:
352337
ignore:
353338
- master
354-
- pytorch_tutorial_build_worker_9_pr
339+
- pytorch_tutorial_build_worker_6_pr:
355340
filters:
356341
branches:
357342
ignore:
358343
- master
359-
- pytorch_tutorial_build_worker_10_pr
344+
- pytorch_tutorial_build_worker_7_pr:
360345
filters:
361346
branches:
362347
ignore:
363348
- master
364-
- pytorch_tutorial_build_worker_11_pr
349+
- pytorch_tutorial_build_worker_8_pr:
365350
filters:
366351
branches:
367352
ignore:
368353
- master
369-
- pytorch_tutorial_build_worker_12_pr
354+
- pytorch_tutorial_build_worker_9_pr:
370355
filters:
371356
branches:
372357
ignore:
373358
- master
374-
- pytorch_tutorial_build_worker_13_pr
359+
- pytorch_tutorial_build_worker_10_pr:
375360
filters:
376361
branches:
377362
ignore:
378363
- master
379-
- pytorch_tutorial_build_worker_14_pr
364+
- pytorch_tutorial_build_worker_11_pr:
380365
filters:
381366
branches:
382367
ignore:
383368
- master
384-
- pytorch_tutorial_build_worker_15_pr
369+
- pytorch_tutorial_build_worker_12_pr:
385370
filters:
386371
branches:
387372
ignore:
388373
- master
389-
- pytorch_tutorial_build_worker_16_pr
374+
- pytorch_tutorial_build_worker_13_pr:
390375
filters:
391376
branches:
392377
ignore:
393378
- master
394-
- pytorch_tutorial_build_worker_17_pr
379+
- pytorch_tutorial_build_worker_14_pr:
395380
filters:
396381
branches:
397382
ignore:
398383
- master
399-
- pytorch_tutorial_build_worker_18_pr
384+
- pytorch_tutorial_build_worker_15_pr:
400385
filters:
401386
branches:
402387
ignore:
403388
- master
404-
- pytorch_tutorial_build_worker_19_pr
389+
- pytorch_tutorial_build_worker_16_pr:
405390
filters:
406391
branches:
407392
ignore:
408393
- master
409-
- pytorch_tutorial_build_manager_pr
394+
- pytorch_tutorial_build_worker_17_pr:
395+
filters:
396+
branches:
397+
ignore:
398+
- master
399+
- pytorch_tutorial_build_worker_18_pr:
400+
filters:
401+
branches:
402+
ignore:
403+
- master
404+
- pytorch_tutorial_build_worker_19_pr:
405+
filters:
406+
branches:
407+
ignore:
408+
- master
409+
- pytorch_tutorial_build_manager_pr:
410410
filters:
411411
branches:
412412
ignore:
413413
- master
414414
# Build jobs that only run on master
415-
- pytorch_tutorial_build_worker_0_master
415+
- pytorch_tutorial_build_worker_0_master:
416416
context: org-member
417417
filters:
418418
branches:
419419
only:
420420
- master
421-
- pytorch_tutorial_build_worker_1_master
421+
- pytorch_tutorial_build_worker_1_master:
422422
context: org-member
423423
filters:
424424
branches:
425425
only:
426426
- master
427-
- pytorch_tutorial_build_worker_2_master
427+
- pytorch_tutorial_build_worker_2_master:
428428
context: org-member
429429
filters:
430430
branches:
431431
only:
432432
- master
433-
- pytorch_tutorial_build_worker_3_master
433+
- pytorch_tutorial_build_worker_3_master:
434434
context: org-member
435435
filters:
436436
branches:
437437
only:
438438
- master
439-
- pytorch_tutorial_build_worker_4_master
439+
- pytorch_tutorial_build_worker_4_master:
440440
context: org-member
441441
filters:
442442
branches:
443443
only:
444444
- master
445-
- pytorch_tutorial_build_worker_5_master
445+
- pytorch_tutorial_build_worker_5_master:
446446
context: org-member
447447
filters:
448448
branches:
449449
only:
450450
- master
451-
- pytorch_tutorial_build_worker_6_master
451+
- pytorch_tutorial_build_worker_6_master:
452452
context: org-member
453453
filters:
454454
branches:
455455
only:
456456
- master
457-
- pytorch_tutorial_build_worker_7_master
457+
- pytorch_tutorial_build_worker_7_master:
458458
context: org-member
459459
filters:
460460
branches:
461461
only:
462462
- master
463-
- pytorch_tutorial_build_worker_8_master
463+
- pytorch_tutorial_build_worker_8_master:
464464
context: org-member
465465
filters:
466466
branches:
467467
only:
468468
- master
469-
- pytorch_tutorial_build_worker_9_master
469+
- pytorch_tutorial_build_worker_9_master:
470470
context: org-member
471471
filters:
472472
branches:
473473
only:
474474
- master
475-
- pytorch_tutorial_build_worker_10_master
475+
- pytorch_tutorial_build_worker_10_master:
476476
context: org-member
477477
filters:
478478
branches:
479479
only:
480480
- master
481-
- pytorch_tutorial_build_worker_11_master
481+
- pytorch_tutorial_build_worker_11_master:
482482
context: org-member
483483
filters:
484484
branches:
485485
only:
486486
- master
487-
- pytorch_tutorial_build_worker_12_master
487+
- pytorch_tutorial_build_worker_12_master:
488488
context: org-member
489489
filters:
490490
branches:
491491
only:
492492
- master
493-
- pytorch_tutorial_build_worker_13_master
493+
- pytorch_tutorial_build_worker_13_master:
494494
context: org-member
495495
filters:
496496
branches:
497497
only:
498498
- master
499-
- pytorch_tutorial_build_worker_14_master
499+
- pytorch_tutorial_build_worker_14_master:
500500
context: org-member
501501
filters:
502502
branches:
503503
only:
504504
- master
505-
- pytorch_tutorial_build_worker_15_master
505+
- pytorch_tutorial_build_worker_15_master:
506506
context: org-member
507507
filters:
508508
branches:
509509
only:
510510
- master
511-
- pytorch_tutorial_build_worker_16_master
511+
- pytorch_tutorial_build_worker_16_master:
512512
context: org-member
513513
filters:
514514
branches:
515515
only:
516516
- master
517-
- pytorch_tutorial_build_worker_17_master
517+
- pytorch_tutorial_build_worker_17_master:
518518
context: org-member
519519
filters:
520520
branches:
521521
only:
522522
- master
523-
- pytorch_tutorial_build_worker_18_master
523+
- pytorch_tutorial_build_worker_18_master:
524524
context: org-member
525525
filters:
526526
branches:
527527
only:
528528
- master
529-
- pytorch_tutorial_build_worker_19_master
529+
- pytorch_tutorial_build_worker_19_master:
530530
context: org-member
531531
filters:
532532
branches:
533533
only:
534534
- master
535-
- pytorch_tutorial_build_manager_master
535+
- pytorch_tutorial_build_manager_master:
536536
context: org-member
537537
filters:
538538
branches:

0 commit comments

Comments
 (0)