-
-
Notifications
You must be signed in to change notification settings - Fork 782
Add focal and remove xenial #5283
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
blag
left a comment
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.
Aside from one small, possibly necessary fix, this looks good. Thanks!
I'm assuming that it doesn't matter what version of Python our CircleCI jobs run in (currently using: circleci/python:3.6 image), since they are packaged within Docker containers, and the Ubuntu Focal packaging container/s will be running Python 3.8.
.circleci/config.yml
Outdated
| # but the fastest is still ~x1.5-2 slower, comparing to Travis | ||
| machine: true | ||
| parallelism: 4 | ||
| parallelism: 3 |
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.
| parallelism: 3 | |
| parallelism: 4 |
If we're adding focal at the same time that we're removing xenial, then let's leave this alone.
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.
@blag Fixed...
Also yes my understanding is the same. It does the building and testing in the docker containers, and so the focal containers have python 3.8 so I believe this is all good. As the image is just what you run the essentially commands to pull up docker run in.
blag
left a comment
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.
👍
Update circleci to run packages for focal and remove xenial