-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Rebase CircleCI to master if it is gcc5_4 #26321
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
baf4172 to
b18a4ff
Compare
08d1f0e to
97b2c5d
Compare
| docker pull ${DOCKER_IMAGE} >/dev/null | ||
| export id=$(docker run -t -d -w /var/lib/jenkins ${DOCKER_IMAGE}) | ||
| # Rebase to master only if in xenial_py3_6_gcc5_4 case |
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.
Better to put this chunk of code into a "step"?
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.
Sure, if that is preferred, I can turn it into a step.
| ("gcc", [ | ||
| ("4.8", [X("3.6")]), | ||
| ("5.4", [ | ||
| ("5.4", [ # All this subtree rebases to master and then build |
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.
Better to add compat to the name of jobs that run the backward compatibility checks? (and then configure the generator script to add a step to merge with master for all compat jobs)
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.
Yes. I will add bc to the name of test phase, see #26329
This is only for build. Want to share the build stage with some other tests.
ezyang
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.
okey dokey, although this code is a lot more complicated than I expected lol
facebook-github-bot
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.
@houseroad has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
@houseroad merged this pull request in b63f8ef. |
This is the first step of adding CI for bc breaking changes detection of function shcemas.