File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 62
62
- name : Run pypy3 tests
63
63
run : tox -e pypy3
64
64
env :
65
- PYPY_GC_MAX : " 10G"
65
+ PYPY_GC_MAX : " 2G"
66
+ PYPY_GC_MIN : " 1G"
66
67
67
68
json_infra :
68
69
runs-on : [self-hosted-ghr, size-xl-x64]
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ extras =
45
45
commands =
46
46
fill \
47
47
-m " not slow and not zkevm and not benchmark" \
48
- -n auto --maxprocesses 6 \
48
+ -n auto --maxprocesses 10 -- dist =loadgroup \
49
49
--basetemp =" {temp_dir}/pytest" \
50
50
--clean \
51
51
--until Osaka \
@@ -56,13 +56,16 @@ extras =
56
56
test,fill
57
57
passenv =
58
58
PYPY_GC_MAX
59
+ PYPY_GC_MIN
59
60
commands =
60
61
fill \
62
+ --skip-index \
63
+ --no-html \
61
64
--tb =no \
62
65
--show-capture =no \
63
66
--disable-warnings \
64
67
-m " not slow and not zkevm and not benchmark" \
65
- -n auto --maxprocesses 3 \
68
+ -n auto --maxprocesses 7 -- dist =loadgroup \
66
69
--basetemp =" {temp_dir}/pytest" \
67
70
--clean \
68
71
--until Osaka \
@@ -74,6 +77,7 @@ extras =
74
77
optimized
75
78
passenv =
76
79
PYPY_GC_MAX
80
+ PYPY_GC_MIN
77
81
commands =
78
82
pytest \
79
83
-m " not slow and not evm_tools" \
You can’t perform that action at this time.
0 commit comments