@@ -30,68 +30,44 @@ define: &all_jobs
30
30
- py38-ensip15
31
31
- py38-integration-goethereum-ipc
32
32
- py38-integration-goethereum-ipc_async
33
- - py38-integration-goethereum-ipc_flaky
34
33
- py38-integration-goethereum-http
35
34
- py38-integration-goethereum-http_async
36
- - py38-integration-goethereum-http_async_flaky
37
- - py38-integration-goethereum-http_flaky
38
35
- py38-integration-goethereum-legacy_ws
39
- - py38-integration-goethereum-legacy_ws_flaky
40
36
- py38-integration-goethereum-ws
41
- - py38-integration-goethereum-ws_flaky
42
37
- py38-integration-ethtester-pyevm
43
- - py38-integration-ethtester-pyevm_flaky
44
38
- py38-wheel-cli
45
39
- py39-lint
46
40
- py39-ens
47
41
- py39-ensip15
48
42
- py39-integration-goethereum-ipc
49
43
- py39-integration-goethereum-ipc_async
50
- - py39-integration-goethereum-ipc_flaky
51
44
- py39-integration-goethereum-http
52
45
- py39-integration-goethereum-http_async
53
- - py39-integration-goethereum-http_async_flaky
54
- - py39-integration-goethereum-http_flaky
55
46
- py39-integration-goethereum-legacy_ws
56
- - py39-integration-goethereum-legacy_ws_flaky
57
47
- py39-integration-goethereum-ws
58
- - py39-integration-goethereum-ws_flaky
59
48
- py39-integration-ethtester-pyevm
60
- - py39-integration-ethtester-pyevm_flaky
61
49
- py39-wheel-cli
62
50
- py310-lint
63
51
- py310-ens
64
52
- py310-ensip15
65
53
- py310-integration-goethereum-ipc
66
54
- py310-integration-goethereum-ipc_async
67
- - py310-integration-goethereum-ipc_flaky
68
55
- py310-integration-goethereum-http
69
56
- py310-integration-goethereum-http_async
70
- - py310-integration-goethereum-http_async_flaky
71
- - py310-integration-goethereum-http_flaky
72
57
- py310-integration-goethereum-legacy_ws
73
- - py310-integration-goethereum-legacy_ws_flaky
74
58
- py310-integration-goethereum-ws
75
- - py310-integration-goethereum-ws_flaky
76
59
- py310-integration-ethtester-pyevm
77
- - py310-integration-ethtester-pyevm_flaky
78
60
- py310-wheel-cli
79
61
- py311-lint
80
62
- py311-ens
81
63
- py311-ensip15
82
64
- py311-integration-goethereum-ipc
83
65
- py311-integration-goethereum-ipc_async
84
- - py311-integration-goethereum-ipc_flaky
85
66
- py311-integration-goethereum-http
86
67
- py311-integration-goethereum-http_async
87
- - py311-integration-goethereum-http_async_flaky
88
- - py311-integration-goethereum-http_flaky
89
68
- py311-integration-goethereum-legacy_ws
90
- - py311-integration-goethereum-legacy_ws_flaky
91
69
- py311-integration-goethereum-ws
92
- - py311-integration-goethereum-ws_flaky
93
70
- py311-integration-ethtester-pyevm
94
- - py311-integration-ethtester-pyevm_flaky
95
71
- py311-wheel-cli
96
72
- py311-wheel-cli-windows
97
73
@@ -322,13 +298,6 @@ jobs:
322
298
environment :
323
299
TOXENV : py38-integration-goethereum-ipc_async
324
300
325
- py38-integration-goethereum-ipc_flaky :
326
- << : *geth_steps
327
- docker :
328
- - image : cimg/python:3.8
329
- environment :
330
- TOXENV : py38-integration-goethereum-ipc_flaky
331
-
332
301
py38-integration-goethereum-http :
333
302
<< : *geth_steps
334
303
docker :
@@ -343,48 +312,20 @@ jobs:
343
312
environment :
344
313
TOXENV : py38-integration-goethereum-http_async
345
314
346
- py38-integration-goethereum-http_async_flaky :
347
- << : *geth_steps
348
- docker :
349
- - image : cimg/python:3.8
350
- environment :
351
- TOXENV : py38-integration-goethereum-http_async_flaky
352
-
353
- py38-integration-goethereum-http_flaky :
354
- << : *geth_steps
355
- docker :
356
- - image : cimg/python:3.8
357
- environment :
358
- TOXENV : py38-integration-goethereum-http_flaky
359
-
360
315
py38-integration-goethereum-legacy_ws :
361
316
<< : *geth_steps
362
317
docker :
363
318
- image : cimg/python:3.8
364
319
environment :
365
320
TOXENV : py38-integration-goethereum-legacy_ws
366
321
367
- py38-integration-goethereum-legacy_ws_flaky :
368
- << : *geth_steps
369
- docker :
370
- - image : cimg/python:3.8
371
- environment :
372
- TOXENV : py38-integration-goethereum-legacy_ws_flaky
373
-
374
322
py38-integration-goethereum-ws :
375
323
<< : *geth_steps
376
324
docker :
377
325
- image : cimg/python:3.8
378
326
environment :
379
327
TOXENV : py38-integration-goethereum-ws
380
328
381
- py38-integration-goethereum-ws_flaky :
382
- << : *geth_steps
383
- docker :
384
- - image : cimg/python:3.8
385
- environment :
386
- TOXENV : py38-integration-goethereum-ws_flaky
387
-
388
329
py38-integration-ethtester-pyevm :
389
330
<< : *common
390
331
docker :
@@ -393,14 +334,6 @@ jobs:
393
334
TOXENV : py38-integration-ethtester
394
335
ETHEREUM_TESTER_CHAIN_BACKEND : eth_tester.backends.PyEVMBackend
395
336
396
- py38-integration-ethtester-pyevm_flaky :
397
- << : *common
398
- docker :
399
- - image : cimg/python:3.8
400
- environment :
401
- TOXENV : py38-integration-ethtester_flaky
402
- ETHEREUM_TESTER_CHAIN_BACKEND : eth_tester.backends.PyEVMBackend
403
-
404
337
py38-wheel-cli :
405
338
<< : *common
406
339
docker :
@@ -460,13 +393,6 @@ jobs:
460
393
environment :
461
394
TOXENV : py39-integration-goethereum-ipc_async
462
395
463
- py39-integration-goethereum-ipc_flaky :
464
- << : *geth_steps
465
- docker :
466
- - image : cimg/python:3.9
467
- environment :
468
- TOXENV : py39-integration-goethereum-ipc_flaky
469
-
470
396
py39-integration-goethereum-http :
471
397
<< : *geth_steps
472
398
docker :
@@ -481,48 +407,20 @@ jobs:
481
407
environment :
482
408
TOXENV : py39-integration-goethereum-http_async
483
409
484
- py39-integration-goethereum-http_async_flaky :
485
- << : *geth_steps
486
- docker :
487
- - image : cimg/python:3.9
488
- environment :
489
- TOXENV : py39-integration-goethereum-http_async_flaky
490
-
491
- py39-integration-goethereum-http_flaky :
492
- << : *geth_steps
493
- docker :
494
- - image : cimg/python:3.9
495
- environment :
496
- TOXENV : py39-integration-goethereum-http_flaky
497
-
498
410
py39-integration-goethereum-ws :
499
411
<< : *geth_steps
500
412
docker :
501
413
- image : cimg/python:3.9
502
414
environment :
503
415
TOXENV : py39-integration-goethereum-ws
504
416
505
- py39-integration-goethereum-legacy_ws_flaky :
506
- << : *geth_steps
507
- docker :
508
- - image : cimg/python:3.9
509
- environment :
510
- TOXENV : py39-integration-goethereum-legacy_ws_flaky
511
-
512
417
py39-integration-goethereum-legacy_ws :
513
418
<< : *geth_steps
514
419
docker :
515
420
- image : cimg/python:3.9
516
421
environment :
517
422
TOXENV : py39-integration-goethereum-ws
518
423
519
- py39-integration-goethereum-ws_flaky :
520
- << : *geth_steps
521
- docker :
522
- - image : cimg/python:3.9
523
- environment :
524
- TOXENV : py39-integration-goethereum-ws_flaky
525
-
526
424
py39-integration-ethtester-pyevm :
527
425
<< : *common
528
426
docker :
@@ -531,14 +429,6 @@ jobs:
531
429
TOXENV : py39-integration-ethtester
532
430
ETHEREUM_TESTER_CHAIN_BACKEND : eth_tester.backends.PyEVMBackend
533
431
534
- py39-integration-ethtester-pyevm_flaky :
535
- << : *common
536
- docker :
537
- - image : cimg/python:3.9
538
- environment :
539
- TOXENV : py39-integration-ethtester_flaky
540
- ETHEREUM_TESTER_CHAIN_BACKEND : eth_tester.backends.PyEVMBackend
541
-
542
432
py39-wheel-cli :
543
433
<< : *common
544
434
docker :
@@ -598,13 +488,6 @@ jobs:
598
488
environment :
599
489
TOXENV : py310-integration-goethereum-ipc_async
600
490
601
- py310-integration-goethereum-ipc_flaky :
602
- << : *geth_steps
603
- docker :
604
- - image : cimg/python:3.10
605
- environment :
606
- TOXENV : py310-integration-goethereum-ipc_flaky
607
-
608
491
py310-integration-goethereum-http :
609
492
<< : *geth_steps
610
493
docker :
@@ -619,48 +502,20 @@ jobs:
619
502
environment :
620
503
TOXENV : py310-integration-goethereum-http_async
621
504
622
- py310-integration-goethereum-http_async_flaky :
623
- << : *geth_steps
624
- docker :
625
- - image : cimg/python:3.10
626
- environment :
627
- TOXENV : py310-integration-goethereum-http_async_flaky
628
-
629
- py310-integration-goethereum-http_flaky :
630
- << : *geth_steps
631
- docker :
632
- - image : cimg/python:3.10
633
- environment :
634
- TOXENV : py310-integration-goethereum-http_flaky
635
-
636
505
py310-integration-goethereum-legacy_ws :
637
506
<< : *geth_steps
638
507
docker :
639
508
- image : cimg/python:3.10
640
509
environment :
641
510
TOXENV : py310-integration-goethereum-legacy_ws
642
511
643
- py310-integration-goethereum-legacy_ws_flaky :
644
- << : *geth_steps
645
- docker :
646
- - image : cimg/python:3.10
647
- environment :
648
- TOXENV : py310-integration-goethereum-legacy_ws_flaky
649
-
650
512
py310-integration-goethereum-ws :
651
513
<< : *geth_steps
652
514
docker :
653
515
- image : cimg/python:3.10
654
516
environment :
655
517
TOXENV : py310-integration-goethereum-ws
656
518
657
- py310-integration-goethereum-ws_flaky :
658
- << : *geth_steps
659
- docker :
660
- - image : cimg/python:3.10
661
- environment :
662
- TOXENV : py310-integration-goethereum-ws_flaky
663
-
664
519
py310-integration-ethtester-pyevm :
665
520
<< : *common
666
521
docker :
@@ -669,14 +524,6 @@ jobs:
669
524
TOXENV : py310-integration-ethtester
670
525
ETHEREUM_TESTER_CHAIN_BACKEND : eth_tester.backends.PyEVMBackend
671
526
672
- py310-integration-ethtester-pyevm_flaky :
673
- << : *common
674
- docker :
675
- - image : cimg/python:3.10
676
- environment :
677
- TOXENV : py310-integration-ethtester_flaky
678
- ETHEREUM_TESTER_CHAIN_BACKEND : eth_tester.backends.PyEVMBackend
679
-
680
527
py310-wheel-cli :
681
528
<< : *common
682
529
docker :
@@ -741,13 +588,6 @@ jobs:
741
588
environment :
742
589
TOXENV : py311-integration-goethereum-ipc_async
743
590
744
- py311-integration-goethereum-ipc_flaky :
745
- << : *geth_steps
746
- docker :
747
- - image : cimg/python:3.11
748
- environment :
749
- TOXENV : py311-integration-goethereum-ipc_flaky
750
-
751
591
py311-integration-goethereum-http :
752
592
<< : *geth_steps
753
593
docker :
@@ -762,48 +602,20 @@ jobs:
762
602
environment :
763
603
TOXENV : py311-integration-goethereum-http_async
764
604
765
- py311-integration-goethereum-http_async_flaky :
766
- << : *geth_steps
767
- docker :
768
- - image : cimg/python:3.11
769
- environment :
770
- TOXENV : py311-integration-goethereum-http_async_flaky
771
-
772
- py311-integration-goethereum-http_flaky :
773
- << : *geth_steps
774
- docker :
775
- - image : cimg/python:3.11
776
- environment :
777
- TOXENV : py311-integration-goethereum-http_flaky
778
-
779
605
py311-integration-goethereum-legacy_ws :
780
606
<< : *geth_steps
781
607
docker :
782
608
- image : cimg/python:3.11
783
609
environment :
784
610
TOXENV : py311-integration-goethereum-legacy_ws
785
611
786
- py311-integration-goethereum-legacy_ws_flaky :
787
- << : *geth_steps
788
- docker :
789
- - image : cimg/python:3.11
790
- environment :
791
- TOXENV : py311-integration-goethereum-legacy_ws_flaky
792
-
793
612
py311-integration-goethereum-ws :
794
613
<< : *geth_steps
795
614
docker :
796
615
- image : cimg/python:3.11
797
616
environment :
798
617
TOXENV : py311-integration-goethereum-ws
799
618
800
- py311-integration-goethereum-ws_flaky :
801
- << : *geth_steps
802
- docker :
803
- - image : cimg/python:3.11
804
- environment :
805
- TOXENV : py311-integration-goethereum-ws_flaky
806
-
807
619
py311-integration-ethtester-pyevm :
808
620
<< : *common
809
621
docker :
@@ -812,14 +624,6 @@ jobs:
812
624
TOXENV : py311-integration-ethtester
813
625
ETHEREUM_TESTER_CHAIN_BACKEND : eth_tester.backends.PyEVMBackend
814
626
815
- py311-integration-ethtester-pyevm_flaky :
816
- << : *common
817
- docker :
818
- - image : cimg/python:3.11
819
- environment :
820
- TOXENV : py311-integration-ethtester_flaky
821
- ETHEREUM_TESTER_CHAIN_BACKEND : eth_tester.backends.PyEVMBackend
822
-
823
627
py311-wheel-cli :
824
628
<< : *common
825
629
docker :
0 commit comments