-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-10311: [Release] Update crossbow verification process #8464
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
|
Thanks for opening a pull request! Could you open an issue for this pull request on JIRA? Then could you also rename pull request title in the following format? See also: |
63e6f4d to
91c1c61
Compare
|
The builds are here https://github.com/ursa-labs/crossbow/branches/all?query=build-928 |
|
Most recent builds https://github.com/ursa-labs/crossbow/branches/all?query=build-931 |
kszucs
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.
+1, merging once the last build gets green as well.
- Fix the verification build setups - Expose `--param` options to crossbow.py submit to override jinja parameters - Expose the same option to the comment bot, so `crossbow submit -p release=2.0.0 -p rc=2 -g verify-rc` will work next time Closes #8464 from kszucs/release-verification Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
--paramoptions to crossbow.py submit to override jinja parameterscrossbow submit -p release=2.0.0 -p rc=2 -g verify-rcwill work next time