Uh oh!
There was an error while loading. Please reload this page.
ARROW-10311: [Release] Update crossbow verification process - #8464
Closed
kszucs wants to merge 15 commits into
Closed
ARROW-10311: [Release] Update crossbow verification process#8464kszucs wants to merge 15 commits into
kszucs wants to merge 15 commits into
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: |
kszucsforce-pushed
the
release-verification
branch
from
October 14, 2020 22:08
63e6f4d to
91c1c61Comparekszucs
commented
Oct 14, 2020
MemberAuthor
The builds are here https://github.com/ursa-labs/crossbow/branches/all?query=build-928 |
kszucs
commented
Oct 15, 2020
MemberAuthor
Most recent builds https://github.com/ursa-labs/crossbow/branches/all?query=build-931 |
kszucs
commented
Oct 15, 2020
kszucs
left a comment
MemberAuthor
There was a problem hiding this comment.
+1, merging once the last build gets green as well.
kszucs added a commit
that referenced
this pull request
Oct 19, 2020
- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
--paramoptions to crossbow.py submit to override jinja parameterscrossbow submit -p release=2.0.0 -p rc=2 -g verify-rcwill work next time