-
Notifications
You must be signed in to change notification settings - Fork 22
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
run all the jobs for sp7 #637
base: main
Are you sure you want to change the base?
Conversation
1994258
to
9b80bec
Compare
9b80bec
to
e0d5679
Compare
0edc9c3
to
bdb2bf3
Compare
@@ -172,20 +173,6 @@ jobs: | |||
os_version: 15.4 | |||
- toxenv: metadata | |||
os_version: 15.4 | |||
- toxenv: all |
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.
Accidental removal?
At least from the PR description it doesn't become clear why this part of the CI got cropped.
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.
no it's not accidental, the all
environment should be running by default already
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.
nit: it would be nice to split into another commit with proper justification.
@@ -172,20 +173,6 @@ jobs: | |||
os_version: 15.4 | |||
- toxenv: metadata | |||
os_version: 15.4 | |||
- toxenv: all |
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.
nit: it would be nice to split into another commit with proper justification.
73d94ec
to
a256fe4
Compare
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.
LGTM!
The all environment is run by default anyway, no need to add it explicitly into the test matrix
9d10883
probably a bit too early to enable it, so just as a test that can be manually triggered for now.