@@ -227,24 +227,6 @@ jobs:
227
227
- store_artifacts :
228
228
path : /tmp/dash_artifacts
229
229
230
- test-312-react-18 :
231
- << : *test
232
- docker :
233
- - image : cimg/python:3.12.1-browsers
234
- auth :
235
- username : dashautomation
236
- password : $DASH_PAT_DOCKERHUB
237
- environment :
238
- PERCY_ENABLE : 0
239
- PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : True
240
- PYVERSION : python312
241
- REDIS_URL : redis://localhost:6379
242
- REACT_VERSION : " 18.2.0"
243
- - image : cimg/redis:6.2.6
244
- auth :
245
- username : dashautomation
246
- password : $DASH_PAT_DOCKERHUB
247
-
248
230
test-38 :
249
231
<< : *test
250
232
docker :
@@ -349,18 +331,6 @@ jobs:
349
331
- store_artifacts :
350
332
path : /tmp/dash_artifacts
351
333
352
- dcc-312-react-18 :
353
- << : *dcc-test
354
- docker :
355
- - image : cimg/python:3.12.1-browsers
356
- auth :
357
- username : dashautomation
358
- password : $DASH_PAT_DOCKERHUB
359
- environment :
360
- PYVERSION : python312
361
- PERCY_ENABLE : 0
362
- REACT_VERSION : " 18.2.0"
363
-
364
334
dcc-38 :
365
335
<< : *dcc-test
366
336
docker :
@@ -430,18 +400,6 @@ jobs:
430
400
- store_artifacts :
431
401
path : /tmp/dash_artifacts
432
402
433
- html-312-react-18 :
434
- << : *html-test
435
- docker :
436
- - image : cimg/python:3.12.1-browsers
437
- auth :
438
- username : dashautomation
439
- password : $DASH_PAT_DOCKERHUB
440
- environment :
441
- PYVERSION : python312
442
- PERCY_ENABLE : 0
443
- REACT_VERSION : " 18.2.0"
444
-
445
403
html-38 :
446
404
<< : *html-test
447
405
docker :
@@ -506,15 +464,6 @@ jobs:
506
464
- store_artifacts :
507
465
path : /tmp/dash_artifacts
508
466
509
- table-server-react-18 :
510
- << : *table-server
511
- docker :
512
- - image : cimg/python:3.12.1-browsers
513
- environment :
514
- PYVERSION : python312
515
- PERCY_ENABLE : 0
516
- REACT_VERSION : " 18.2.0"
517
-
518
467
table-unit-test :
519
468
working_directory : ~/dash
520
469
docker :
@@ -655,9 +604,6 @@ workflows:
655
604
- test-312 :
656
605
requires :
657
606
- install-dependencies-312
658
- - test-312-react-18 :
659
- requires :
660
- - install-dependencies-312
661
607
- test-38 :
662
608
requires :
663
609
- install-dependencies-38
@@ -672,19 +618,13 @@ workflows:
672
618
- dcc-312 :
673
619
requires :
674
620
- install-dependencies-312
675
- - dcc-312-react-18 :
676
- requires :
677
- - install-dependencies-312
678
621
- dcc-38 :
679
622
requires :
680
623
- install-dependencies-38
681
624
682
625
- html-312 :
683
626
requires :
684
627
- install-dependencies-312
685
- - html-312-react-18 :
686
- requires :
687
- - install-dependencies-312
688
628
- html-38 :
689
629
requires :
690
630
- install-dependencies-38
@@ -699,9 +639,6 @@ workflows:
699
639
- table-server :
700
640
requires :
701
641
- install-dependencies-312
702
- - table-server-react-18 :
703
- requires :
704
- - install-dependencies-312
705
642
706
643
- percy/finalize_all :
707
644
requires :
0 commit comments