Skip to content

Commit 0b6ad58

Browse files
committed
Make sure to run the ci-distro to catch similar issues in the future, and run long tests on it
1 parent 862535c commit 0b6ad58

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/ci-distro.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ on:
1919
paths:
2020
- '.github/workflows/ci-distro.yml'
2121
- 'build/pkgs/**'
22+
- 'build/make/**'
2223
- 'configure.ac'
23-
- '!build/pkgs/sage_docbuild/**'
24-
- '!build/pkgs/sage_setup/**'
25-
- '!build/pkgs/sage_sws2rst/**'
26-
- '!build/pkgs/sagelib/**'
27-
- '!build/pkgs/sagemath_*/**'
2824
push:
2925
tags:
3026
- '*'
@@ -34,7 +30,7 @@ on:
3430
env:
3531
TARGETS_PRE: all-sage-local
3632
TARGETS: build
37-
TARGETS_OPTIONAL: ptest
33+
TARGETS_OPTIONAL: ptestlong
3834

3935
permissions:
4036
packages: write
@@ -55,7 +51,7 @@ jobs:
5551
# FIXME: duplicated from env.TARGETS
5652
targets_pre: all-sage-local
5753
targets: build
58-
targets_optional: ptest
54+
targets_optional: ptestlong
5955
tox_system_factors: >-
6056
["ubuntu-jammy"]
6157
tox_packages_factors: >-
@@ -70,7 +66,7 @@ jobs:
7066
docker_targets: "with-system-packages configured with-targets-pre with-targets with-targets-optional"
7167
targets_pre: all-sage-local
7268
targets: build
73-
targets_optional: ptest
69+
targets_optional: ptestlong
7470
tox_packages_factors: >-
7571
["standard"]
7672
docker_push_repository: ghcr.io/${{ github.repository }}/

0 commit comments

Comments
 (0)