Skip to content

fix tag build so it triggers prerequisites #1332

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

Merged
merged 2 commits into from
Jul 26, 2021
Merged

fix tag build so it triggers prerequisites #1332

merged 2 commits into from
Jul 26, 2021

Conversation

mattip
Copy link
Contributor

@mattip mattip commented Jun 15, 2021

Port pytorch/vision#3998 and pytorch/vision#4053 so that adding a tag will trigger a documentation build-and-upload. The problem was that the upload depends on both the wheel and the build_docs builds, but those did not have the correct filter so they were not running.

@mattip
Copy link
Contributor Author

mattip commented Jun 15, 2021

It would be nice to see this merged before the next tag event, to make sure the docs are now building (the last few tags did not generate docs)

@mattip
Copy link
Contributor Author

mattip commented Jun 15, 2021

I am pretty sure this needs to be backported to the 0.10 branch

@mattip
Copy link
Contributor Author

mattip commented Jun 15, 2021

hmm, binary_linux_wheel_py3.8 did not trigger?

Edit: fixed in ae129fa

@malfet malfet merged commit a0a015a into pytorch:master Jul 26, 2021
@parmeet
Copy link
Contributor

parmeet commented Jul 26, 2021

Looks like this merge is causing build_docs to fail? https://app.circleci.com/pipelines/github/pytorch/text/3664/workflows/4a92d4fa-4cbc-46da-af5b-b5d75176acc9/jobs/116759 @malfet @mattip

@malfet
Copy link
Contributor

malfet commented Jul 27, 2021

I don't think this PR could have broken anything, it just docs build has not been running for non-tagged builds. Looking into the failures now.
Failure is due to conda changing its default python version from 3.8 to 3.9. Should be fixed by #1365

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants