Skip to content

Commit f1bb03e

Browse files
authored
Merge pull request #3081 from mkoeppe/ci_sage_update
Ci sage update
2 parents 8c0228f + 68fb388 commit f1bb03e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci-sage.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ env:
5656
# Standard setting: Test the current beta release of Sage:
5757
SAGE_REPO: sagemath/sage
5858
SAGE_REF: develop
59-
# Temporarily test with the branch from sage ticket
60-
# (this is a no-op after that ticket is merged)
61-
#SAGE_TRAC_GIT: https://github.com/sagemath/sagetrac-mirror.git
62-
#SAGE_TICKET: 32579
59+
# Test with the branch from https://trac.sagemath.org/ticket/33288
60+
# This may provide hotfixes for the CI that have not been merged into
61+
# the sage develop branch yet.
62+
SAGE_TRAC_GIT: https://github.com/sagemath/sagetrac-mirror.git
63+
SAGE_TICKET: 33288
6364
REMOVE_PATCHES: "*"
6465

6566
jobs:
@@ -95,7 +96,7 @@ jobs:
9596
fail-fast: false
9697
max-parallel: 32
9798
matrix:
98-
tox_system_factor: [ubuntu-trusty, ubuntu-xenial, ubuntu-bionic, ubuntu-focal, ubuntu-hirsute, ubuntu-impish, ubuntu-jammy, debian-stretch, debian-buster, debian-bullseye, debian-bookworm, debian-sid, linuxmint-17, linuxmint-18, linuxmint-19, linuxmint-19.3, linuxmint-20.1, linuxmint-20.2, linuxmint-20.3, fedora-26, fedora-27, fedora-28, fedora-29, fedora-30, fedora-31, fedora-32, fedora-33, fedora-34, fedora-35, centos-7, centos-8, gentoo-python3.9, archlinux-latest, opensuse-15, opensuse-15.3, opensuse-tumbleweed, slackware-14.2, ubuntu-bionic-i386, manylinux-2_24-i686, debian-buster-i386, centos-7-i386]
99+
tox_system_factor: [ubuntu-trusty, ubuntu-xenial, ubuntu-bionic, ubuntu-focal, ubuntu-hirsute, ubuntu-impish, ubuntu-jammy, debian-stretch, debian-buster, debian-bullseye, debian-bookworm, debian-sid, linuxmint-17, linuxmint-18, linuxmint-19, linuxmint-19.3, linuxmint-20.1, linuxmint-20.2, linuxmint-20.3, fedora-26, fedora-27, fedora-28, fedora-29, fedora-30, fedora-31, fedora-32, fedora-33, fedora-34, fedora-35, centos-7, centos-stream-8, centos-stream-9, gentoo-python3.9, archlinux-latest, opensuse-15, opensuse-15.3, opensuse-tumbleweed, slackware-14.2, ubuntu-bionic-i386, manylinux-2_24-i686, debian-buster-i386, centos-7-i386]
99100
tox_packages_factor: [minimal, standard]
100101
env:
101102
TOX_ENV: docker-${{ matrix.tox_system_factor }}-${{ matrix.tox_packages_factor }}

0 commit comments

Comments
 (0)