Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GAP distro tests #1067

Merged
merged 31 commits into from
Jan 7, 2025
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1b56a12
Add GAP distro tests
lgoettgens Nov 21, 2024
ad118ab
Try with matrix
lgoettgens Nov 21, 2024
4d2e091
Fix retrieval of GAP packages list
lgoettgens Dec 13, 2024
8aefe07
Add `GAP.Packages.test`
lgoettgens Nov 21, 2024
c43cdf9
Remove dependency on `Test`
lgoettgens Dec 18, 2024
2e50af0
Add exclude list
lgoettgens Dec 18, 2024
65dbc88
Add to changelog
lgoettgens Dec 18, 2024
c33e175
Extend exclusion list
lgoettgens Dec 18, 2024
b0b10c2
Reduce number of CI action caches
lgoettgens Dec 18, 2024
648890e
debugging
fingolfin Dec 18, 2024
123a3a7
hack
fingolfin Dec 18, 2024
82d282d
WIP
fingolfin Dec 18, 2024
c1c91df
Update .github/workflows/CI-distro.yml
lgoettgens Dec 18, 2024
78573e3
Fix typo
lgoettgens Dec 19, 2024
1274be5
Merge branch 'master' into lg/CI-distro
lgoettgens Dec 19, 2024
62a0868
Update .github/workflows/CI-distro.yml
lgoettgens Dec 19, 2024
70171cd
Merge branch 'master' into lg/CI-distro
fingolfin Dec 20, 2024
91c9597
tweak
fingolfin Dec 20, 2024
0ed4d36
Update exclusion list
lgoettgens Dec 20, 2024
5587398
Apply suggestions from code review
lgoettgens Dec 20, 2024
e81846a
Merge branch 'master' into lg/CI-distro
fingolfin Dec 20, 2024
e16e5c9
tweak
fingolfin Dec 20, 2024
3c30ef1
Work around packages calling `QuitGap` multiple times
lgoettgens Dec 21, 2024
e7f7acf
Apply suggestions from code review
lgoettgens Dec 21, 2024
4e448e9
Apply suggestions from code review
lgoettgens Dec 23, 2024
e3e5907
Apply suggestions from code review
lgoettgens Dec 23, 2024
eed4903
Disable `help` tests
lgoettgens Jan 6, 2025
8f489e1
Disable `atlasrep` tests
lgoettgens Jan 6, 2025
b92955a
Apply suggestions from code review
fingolfin Jan 6, 2025
b38232f
Apply suggestions from code review
fingolfin Jan 6, 2025
29c4f28
Merge branch 'master' into lg/CI-distro
fingolfin Jan 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Disable atlasrep tests
  • Loading branch information
lgoettgens committed Jan 6, 2025
commit 8f489e1fabe59dcea155a61e1a4f44b4c31aadc6
1 change: 1 addition & 0 deletions .github/workflows/CI-distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
gap-package: ${{fromJSON(needs.generate-matrix.outputs.gap-packages)}}
exclude:
- gap-package: 'alnuth' # `AL_EXECUTABLE, the executable for PARI/GP, has to be set`
- gap-package: 'atlasrep' # random segfaults during testing
- gap-package: 'autodoc' # tries and fails to build its own documentation, inside the (partially write protected) artifacts dir
- gap-package: 'example' # no jll
- gap-package: 'examplesforhomalg' # `Error, found no GAP executable in PATH`
Expand Down
Loading