Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
4451886
.github/workflows/build.yml: First build really incrementally and tes…
mkoeppe May 19, 2023
2881586
src/sage/doctest/control.py: Make 'sage -t --new' work in git worktrees
mkoeppe May 19, 2023
43fcf4a
.github/workflows/build.yml: Run non-incremental tests with --long
mkoeppe May 19, 2023
f9b4412
.github/workflows/build.yml: Explicitly run bootstrap before the incr…
mkoeppe May 26, 2023
f93a4d6
.github/workflows/build.yml: Explicitly run bootstrap before the incr…
mkoeppe May 27, 2023
f46d247
.github/workflows/build.yml: Add comments
mkoeppe May 28, 2023
cbc0198
.github/workflows/build.yml: Add comments (fixup)
mkoeppe May 28, 2023
b8b235c
Merge remote-tracking branch 'upstream/develop' into ci_more_incremental
mkoeppe Jun 4, 2023
f4a6ca0
.github/workflows/doc-build.yml: Build incrementally
mkoeppe Jun 5, 2023
29a3ae0
build/pkgs/maxima/spkg-install.in: Patch out self-race
mkoeppe Jun 5, 2023
7d9af59
Fix up git acrobatics
mkoeppe Jun 5, 2023
a0e18d9
build/pkgs/info/spkg-configure.m4: Remove info file created in test
mkoeppe Jun 5, 2023
36b9484
.github/workflows/doc-publish.yml: Show link to CHANGES.html
mkoeppe Jun 5, 2023
5d13d8f
.github/workflows/doc-build.yml: Normalize Sage version in output bef…
mkoeppe Jun 6, 2023
2384f1d
.github/workflows/doc-build.yml: Fix path
mkoeppe Jun 6, 2023
f40fa16
.github/workflows/doc-build.yml: Ignore some generated files for diff
mkoeppe Jun 6, 2023
c865882
sage -t --new: Handle '# sage.doctest: optional' directives
mkoeppe Jun 6, 2023
21c5240
build/pkgs/{ecl,maxima}: Make info an order-only dependency
mkoeppe Jun 6, 2023
eb0ef34
.github/workflows/doc-build.yml: Fall back to non-incremental build&d…
mkoeppe Jun 6, 2023
a423367
.github/workflows/build.yml: Also do the main test in worktree-image
mkoeppe Jun 6, 2023
506db04
.github/workflows/build.yml: Remove an obsolete step
mkoeppe Jun 7, 2023
9f30a8d
.github/workflows/doc-build.yml: Include diff in zip
mkoeppe Jun 7, 2023
b13cbf4
.github/workflows/doc-build.yml: Reduce verbosity
mkoeppe Jun 7, 2023
136337c
.github/workflows/doc-build.yml: Remove redundant bootstrap
mkoeppe Jun 7, 2023
a29d22e
Add note on a doctest that randomly behaves
kwankyu Jun 12, 2023
004247c
Merge branch 'fix-doctest' into ci_more_incremental
mkoeppe Jun 12, 2023
2e5d4ce
.github/workflows/doc-build.yml: Build docs non-incrementally
mkoeppe Jun 12, 2023
908ad71
.github/workflows/build.yml: Reword test steps
mkoeppe Jun 12, 2023
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
Merge remote-tracking branch 'upstream/develop' into ci_more_incremental
  • Loading branch information
Matthias Koeppe committed Jun 4, 2023
commit b8b235c33b1e2deda00a922f008054c7864921b9
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
if: always() && steps.build.outcome == 'success'
run: |
../sage -python -m pip install coverage
../sage -python -m coverage run ./bin/sage-runtests --all --long -p2
../sage -python -m coverage run ./bin/sage-runtests --all --long -p2 --random-seed=286735480429121101562228604801325644303
working-directory: ./src

- name: Prepare coverage results
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.