Skip to content
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

Add optional CI run against python nightly #10213

Merged
merged 2 commits into from
Mar 15, 2021

Conversation

freundTech
Copy link
Contributor

@freundTech freundTech commented Mar 14, 2021

Description

This commit adds an optional CI run with python nightly. It is allowed to allow run failures, so even if the nightly run fails the whole CI still succeeds.

This can be useful for detecting breaking changes in newer python versions and tracking progress towards supporting them.

Runtime

This adds around 17 minutes to the total time calculated by travis.
Due to the fast_finish attribute the success of the CI can be determined, even if the nightly run isn't finished yet, therefor no actual runtime is added.

Copy link
Collaborator

@JukkaL JukkaL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, let's try this out! Previously we've had issues keeping up with the nightlies, and this should help with that.

@JukkaL JukkaL merged commit 4ecbd4d into python:master Mar 15, 2021
@freundTech freundTech deleted the add-ci-python310 branch March 15, 2021 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants