Skip to content

Commit

Permalink
Some edits in CI linux incremental
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Feb 19, 2025
1 parent 4ba72d4 commit 5e22dfb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci-linux-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
sage-package metrics :all:
fi
standard-incremental:
standard:
needs: [changed_files]
uses: ./.github/workflows/docker.yml
with:
Expand All @@ -106,7 +106,7 @@ jobs:
docker_push_repository: ghcr.io/${{ github.repository }}/
max_parallel: 8

minimal-incremental:
minimal:
needs: [changed_files]
uses: ./.github/workflows/docker.yml
with:
Expand All @@ -131,7 +131,9 @@ jobs:
docker_push_repository: ghcr.io/${{ github.repository }}/
max_parallel: 8

standard-constraints_pkgs-incremental:
standard-constraints_pkgs:
# Turned off until fixed
if: false
needs: [changed_files]
uses: ./.github/workflows/docker.yml
with:
Expand All @@ -154,7 +156,7 @@ jobs:
docker_push_repository: ghcr.io/${{ github.repository }}/
max_parallel: 16

standard-sitepackages-incremental:
standard-sitepackages:
needs: [changed_files]
uses: ./.github/workflows/docker.yml
with:
Expand Down
12 changes: 9 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,16 @@ envlist =
#
# $ tox -e local-direct -- openblas

###
### Delegation to src/tox.ini
###
### This works through build/make/Makefile(.in). Find "recursive tox invocation" there.
#
# $ tox -e sagelib-tox-sagepython-constraints_pkgs-norequirements
#
# Recursively, this runs tox -e sagepython-constraints_pkgs-norequirements in build/pkgs/sagelib/src/
# with build/pkgs/sagelib/src/tox.ini

#####
##### Delegation to src/tox.ini
#####

# included with (cd src && tox -p auto):
#
Expand Down

0 comments on commit 5e22dfb

Please sign in to comment.