Skip to content

Commit c78c2fe

Browse files
committed
split by suite, try just two processes
1 parent a11489b commit c78c2fe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/job.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
PIP_DISABLE_PIP_VERSION_CHECK: 1
2727
PYTHONUNBUFFERED: 1
2828

29-
ATEST_PROCESSES: 4
29+
ATEST_PROCESSES: 2
3030
ATEST_RETRIES: 3
3131
JLPM_CMD: jlpm --ignore-optional --prefer-offline --frozen-lockfile
3232

scripts/atest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def atest(attempt, extra_args):
112112
*("--processes", f"{ATEST_PROCESSES}"),
113113
*("--artifacts", "png,log"),
114114
"--artifactsinsubfolders",
115-
"--testlevelsplit",
116115
*str_args,
117116
]
118117
)

0 commit comments

Comments
 (0)