-
Notifications
You must be signed in to change notification settings - Fork 58
CI misc improvements #296
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
Merged
Merged
CI misc improvements #296
Changes from 5 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
54182de
refactor to use f-strings
justinlaughlin 2bdf1b7
fix some typos
justinlaughlin 6646eaf
add requirements.txt
justinlaughlin f6b6fe4
add fail-fast:false to strategy so tests always complete
justinlaughlin 9682049
update workflow to use requirements.txt
justinlaughlin 3e48920
fix a couple more typos
justinlaughlin 112ec9f
try adding macos-13 to see if it is more stable
justinlaughlin 677bf57
removed .saved from name and fix a typo in an unused function
justinlaughlin 5187edb
update name in cmakelists
justinlaughlin 424d285
cleanup. move unused code to test_cmd.py
justinlaughlin 7673158
update baseline_name
justinlaughlin 03a6793
revert adding macos-13
justinlaughlin 3fbf597
try forcing build on macos to see if it helps with stability
justinlaughlin 2f05fce
(wip) implementing image diff
justinlaughlin f3a51d2
image diff implemented
justinlaughlin 8f17c63
runner.os should be matrix.os
justinlaughlin 741c23a
testing... remove macos-latest from cache step
justinlaughlin 1853226
try adding image diff to ci driver
justinlaughlin d12eaa8
remove unnecessary (?) extra tar command in test GLVis (cmake/linux)
justinlaughlin 6cb85f4
update ci script to upload image diff in tarball
justinlaughlin eaacb1b
update image diff so zoom/pan is syncronized
justinlaughlin 7cdd418
for now, also generate image diff for 'zoom' tests so we know its wor…
justinlaughlin 00a5413
A try to fix MacOS runners.
najlkin 21a446f
Another try to fix MacOS runners.
najlkin a033fb4
A safer try for MacOS.
najlkin 81df60b
Revert "A safer try for MacOS."
najlkin c8fc30d
Revert "Another try to fix MacOS runners."
najlkin 6433a9d
Revert "A try to fix MacOS runners."
najlkin 4497f4d
Fixed init of the main thread.
najlkin 85360c7
add type hinting and only generate artifacts on test failure
justinlaughlin 8be84a0
revert force build for macos
justinlaughlin e1e3bcd
typo
justinlaughlin 3d63020
cleanup
justinlaughlin 8629302
make sure exist_ok=True
justinlaughlin 9cf8f95
change subplot titles
justinlaughlin 73b28a1
use source= argument for generating html files
justinlaughlin caaf323
remove dir structure from tarball
justinlaughlin 0d1407a
Merge branch 'master' into ci-misc-improvements
justinlaughlin 2d5c224
fix tarball
justinlaughlin 00c02c1
change behavior to always generate diff pngs. generate html on failures
justinlaughlin 582fd25
fix path for tarball
justinlaughlin c3dfcdb
fix erroneous extra extension
justinlaughlin b56afa3
typo
justinlaughlin 8073132
index bug
justinlaughlin 3408a23
use old glvis/data hash for illustration
justinlaughlin 11784ae
change subtitles to image_names
justinlaughlin e91ab56
revert the glvis/data hash even further for testing
justinlaughlin 6eeda89
include_plotlyjs='cdn' makes html much smaller but requires internet
justinlaughlin 1dea37d
since file is small now, always generate diff plot
justinlaughlin f2b0788
change glvis/data back to latest version
justinlaughlin 92d9ec6
Merge branch 'master' into ci-misc-improvements
tzanio 58cb4fe
New line
tzanio 4b41c58
update data to most recent
justinlaughlin a6ff194
update changelog
justinlaughlin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| scikit-image | ||
| plotly | ||
| numpy >= 1.20.0, < 2.0.0 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.