-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ARROW-17233: [Packaging][Linux] Update artifact patterns #13740
Conversation
@github-actions crossbow submit ubuntu-bionic-* |
|
Revision: 67f4f02 Submitted crossbow builds: ursacomputing/crossbow @ actions-29cbcd52c6
|
@github-actions crossbow submit ubuntu-bionic-* |
Revision: 96072ae Submitted crossbow builds: ursacomputing/crossbow @ actions-8d44931495
|
@github-actions crossbow submit ubuntu-bionic-* |
Revision: 1676f0d Submitted crossbow builds: ursacomputing/crossbow @ actions-d5186f5644
|
@github-actions crossbow submit ubuntu-bionic-* |
|
@github-actions crossbow submit ubuntu-bionic-* |
|
@github-actions crossbow submit ubuntu-bionic-* |
|
e5b7bca
to
f400098
Compare
f400098
to
0d46eef
Compare
@kszucs Could you review this? See the pull request description for details. |
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.
LGTM, thanks @kou!
Benchmark runs are scheduled for baseline = 70c6708 and contender = 6e8f0e4. 6e8f0e4 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Add `--validate` option to `archery crossbow status`. If `--validate` is specified and there are any missing artifacts, `archery crossbow status --validate` is existed with non-zero exit code. We can use it for CI to detect missing artifacts. We can't use `@github-actions crossbow submit` for this change because this isn't merged into the master branch yet. See https://github.com/ursacomputing/crossbow/branches/all?query=build-674 that is submitted `nightly-packages` manually. Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Add
--validate
option toarchery crossbow status
.If
--validate
is specified and there are any missing artifacts,archery crossbow status --validate
is existedwith non-zero exit code. We can use it for CI to detect missing artifacts.
We can't use
@github-actions crossbow submit
for this change because this isn't merged into the master branchyet. See https://github.com/ursacomputing/crossbow/branches/all?query=build-674 that is submitted
nightly-packages
manually.