Skip to content

Commit 5ac6d13

Browse files
author
Matthias Koeppe
committed
.github/workflows/ci-linux-incremental.yml: Set max_parallel = 8, reduce platforms tested with standard-sitepackages
1 parent 4430e4c commit 5ac6d13

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/ci-linux-incremental.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
["standard",
9999
"minimal"]
100100
docker_push_repository: ghcr.io/${{ github.repository }}/
101+
max_parallel: 8
101102

102103
site:
103104
needs: [changed_files]
@@ -120,16 +121,10 @@ jobs:
120121
docker_targets: "with-targets"
121122
targets: "${{needs.changed_files.outputs.uninstall_targets}} ${{needs.changed_files.outputs.build_targets}} build doc-html ptest"
122123
# Only test systems with a usable system python (>= 3.9)
124+
# with only a small number of test failures as of 10.2.rc0
123125
tox_system_factors: >-
124-
["ubuntu-jammy",
125-
"ubuntu-mantic",
126-
"debian-bullseye",
127-
"debian-bookworm",
128-
"fedora-33",
129-
"fedora-38",
130-
"gentoo-python3.11",
131-
"archlinux",
132-
"debian-bullseye-i386"]
126+
["gentoo-python3.11",
127+
"archlinux"]
133128
tox_packages_factors: >-
134129
["standard-sitepackages"]
135130
docker_push_repository: ghcr.io/${{ github.repository }}/

0 commit comments

Comments
 (0)