-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Skip testing with PyTorch 1.7 and Python 3.9 on Ubuntu #11217
Merged
Merged
Changes from all commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
886f1b7
[skip azpipelines]
akihironitta 7c2d096
Merge branch 'master' into ci/fix-segfault
akihironitta a3764c3
Disable coverage
akihironitta 99ab83c
python -X faulthander
akihironitta 1c99eeb
pytest -p no:faulthandler
akihironitta 65fd952
revert python's faulthandler
akihironitta 7fe8c96
gdb
akihironitta 97202d3
Merge branch 'master' into ci/fix-segfault
akihironitta 46f9ae0
install gdb
akihironitta 871ae6b
pytest --color=no for visibility in raw log
akihironitta 24fb084
suppress pytest output and return its status
akihironitta a476ef2
Simplify pytest options under gdb
akihironitta b88c257
[azp skip]
akihironitta 1317ba0
Temporarily disable example tests and uploading results
akihironitta 10ec844
echo after tests
akihironitta baf2bf8
fix illegal option -f on macos
akihironitta ca1c639
execute command running under gdb for checking if working
akihironitta cc37fd0
enable gdb again
akihironitta 7995994
Temporarily disable win and mac
akihironitta 4906fe8
Merge branch 'master' into ci/fix-segfault
akihironitta 999d01d
Temporarily rm horovod installation
akihironitta 3c55405
tmp: no reinstallation of horovod
akihironitta 3494f10
disable gdb for clean output
akihironitta ebe3af1
Revert "disable gdb for clean output"
akihironitta e766a29
[skip azp] wish the latest pytest somehow works
akihironitta d8cabe7
[skip azp] Don't use old versions of packages for testing
akihironitta 7ca993c
[skip azp] disable gdb for clean output
akihironitta 73f78f0
[skip azp] python -X faulthandler with typo fixed (redo of 99ab83c)
akihironitta aaaf7d1
[skip azp] enable gdb
akihironitta e61abc1
Temporarily disable all other CI jobs
akihironitta 4dde7e8
split into doctests and tests
akihironitta fd8ee63
split tests into subdirectories
akihironitta eb4fe89
Fix 'split tests into subdirectories'
akihironitta dcd67ed
Fix 'split tests into subdirectories'
akihironitta 8213659
Disable tests unrelated to segfault
akihironitta cdc1bb1
use ubuntu20.04
akihironitta f1a7996
uninstall horovod
akihironitta ea4d419
_HOROVOD_AVAILABLE = False
akihironitta b048c9b
run tests/callbacks and then tests/accelerators
akihironitta 3d52b34
Add a fake test
akihironitta a5721a4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e05effd
Update .github/workflows/ci_test-full.yml
carmocca 61fbd2b
Move foo test with callbacks tests
carmocca b73261e
Revert Horovod changes
carmocca b70319b
Just foo worked
carmocca 306676e
Trim down steps
carmocca 3eba49e
Just test_callbaks.py worked
carmocca adc4a59
Fix rich bug
carmocca 814f2fe
tests/callbacks failed. try now each file separately
carmocca d1b595d
Narrow down
carmocca 3f34ca5
Narrow down
carmocca a741f63
Need the local import
carmocca 24e3645
Try bug_report_model with pytest
carmocca 30e1d88
Clean unused code
carmocca 2cb5f91
Try SSH
carmocca a85861a
Disable checkpointing
carmocca 34a16f2
Narrow down
carmocca fe84e8d
empty commit for rerun ci
akihironitta 0560e77
Revert "use ubuntu20.04"
akihironitta 9ad12b8
Undo unrelated changes
akihironitta 42aa328
Revert "pytest --color=no for visibility in raw log"
akihironitta a71ee32
Undo unrelated change - set-min-requirements.py
akihironitta beafe53
Revert "Fix rich bug"
akihironitta bc569bc
revert bug_report_model
akihironitta 5e2508c
revert foo test
akihironitta b8c0bcd
Skip (ubuntu, py3.9, oldest)
akihironitta e48738d
Revert "Temporarily disable all other CI jobs"
akihironitta fc8f3c3
Enable testing on mac and win
akihironitta 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw, I would not run any oldest for py3.9
- {python-version: "3.9", requires: "oldest"}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Borda Could I ask why you wouldn't? This problem shouldn't apply to other oldest settings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use
release: "stable"
is redundant since we do not have other release values then stable nowand in general, if someone is using almost the latest python I don't think he would assist on the oldest packages...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
I see your point. I've just created an issue #11367 to gain some visibility on this.