File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 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 }}/
You can’t perform that action at this time.
0 commit comments