-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CI: add py38 slow build #35160 #36626
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
Conversation
can u out this on azure instead? we have more parallelism there - and they are slightly less opaque than travis |
I'll look at how to set up sql on azure. It's more straightforward to do this on Travis. |
@fangchenli another alternative is to move one of the other travis builds to azure if that's easier. |
can you rebase; also is the 3.7_locale duplicated in azure & travis? (or is it different)? |
The one on travis has sql related tests. Maybe we can combine those two. |
- moto | ||
- flask |
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.
Those two were in the auzre-37-locale build.
# py37_32bit: | ||
# ENV_FILE: ci/deps/azure-37-32bit.yaml | ||
# CONDA_PY: "37" | ||
# PATTERN: "not slow and not network and not clipboard" | ||
# BITS32: "yes" |
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.
Conda doesn't have 32bit build anymore.
- env: | ||
- JOB="3.8" ENV_FILE="ci/deps/travis-38.yaml" PATTERN="(not slow and not network and not clipboard)" | ||
|
||
- env: | ||
- JOB="3.7" ENV_FILE="ci/deps/travis-37.yaml" PATTERN="(not slow and not network and not clipboard)" |
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.
Those two are not using any travis services.
ok this lgtm. can you merge master to retrigger and ping on green. |
thanks @fangchenli |
This issue was created before we dropped py36 support. So I think we should add equivalent CI build for py38.