@@ -219,24 +219,6 @@ jobs:
219
219
- store_artifacts :
220
220
path : /tmp/dash_artifacts
221
221
222
- test-312-react-18 :
223
- << : *test
224
- docker :
225
- - image : cimg/python:3.12.1-browsers
226
- auth :
227
- username : dashautomation
228
- password : $DASH_PAT_DOCKERHUB
229
- environment :
230
- PERCY_ENABLE : 0
231
- PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : True
232
- PYVERSION : python312
233
- REDIS_URL : redis://localhost:6379
234
- REACT_VERSION : " 18.2.0"
235
- - image : cimg/redis:6.2.6
236
- auth :
237
- username : dashautomation
238
- password : $DASH_PAT_DOCKERHUB
239
-
240
222
test-38 :
241
223
<< : *test
242
224
docker :
@@ -337,18 +319,6 @@ jobs:
337
319
- store_artifacts :
338
320
path : /tmp/dash_artifacts
339
321
340
- dcc-312-react-18 :
341
- << : *dcc-test
342
- docker :
343
- - image : cimg/python:3.12.1-browsers
344
- auth :
345
- username : dashautomation
346
- password : $DASH_PAT_DOCKERHUB
347
- environment :
348
- PYVERSION : python312
349
- PERCY_ENABLE : 0
350
- REACT_VERSION : " 18.2.0"
351
-
352
322
dcc-38 :
353
323
<< : *dcc-test
354
324
docker :
@@ -414,18 +384,6 @@ jobs:
414
384
- store_artifacts :
415
385
path : /tmp/dash_artifacts
416
386
417
- html-312-react-18 :
418
- << : *html-test
419
- docker :
420
- - image : cimg/python:3.12.1-browsers
421
- auth :
422
- username : dashautomation
423
- password : $DASH_PAT_DOCKERHUB
424
- environment :
425
- PYVERSION : python312
426
- PERCY_ENABLE : 0
427
- REACT_VERSION : " 18.2.0"
428
-
429
387
html-38 :
430
388
<< : *html-test
431
389
docker :
@@ -486,15 +444,6 @@ jobs:
486
444
- store_artifacts :
487
445
path : /tmp/dash_artifacts
488
446
489
- table-server-react-18 :
490
- << : *table-server
491
- docker :
492
- - image : cimg/python:3.12.1-browsers
493
- environment :
494
- PYVERSION : python312
495
- PERCY_ENABLE : 0
496
- REACT_VERSION : " 18.2.0"
497
-
498
447
table-unit-test :
499
448
working_directory : ~/dash
500
449
docker :
@@ -627,9 +576,6 @@ workflows:
627
576
- test-312 :
628
577
requires :
629
578
- install-dependencies-312
630
- - test-312-react-18 :
631
- requires :
632
- - install-dependencies-312
633
579
- test-38 :
634
580
requires :
635
581
- install-dependencies-38
@@ -644,19 +590,13 @@ workflows:
644
590
- dcc-312 :
645
591
requires :
646
592
- install-dependencies-312
647
- - dcc-312-react-18 :
648
- requires :
649
- - install-dependencies-312
650
593
- dcc-38 :
651
594
requires :
652
595
- install-dependencies-38
653
596
654
597
- html-312 :
655
598
requires :
656
599
- install-dependencies-312
657
- - html-312-react-18 :
658
- requires :
659
- - install-dependencies-312
660
600
- html-38 :
661
601
requires :
662
602
- install-dependencies-38
@@ -671,9 +611,6 @@ workflows:
671
611
- table-server :
672
612
requires :
673
613
- install-dependencies-312
674
- - table-server-react-18 :
675
- requires :
676
- - install-dependencies-312
677
614
678
615
- percy/finalize_all :
679
616
requires :
0 commit comments