WIP: [Release] Verify release-19.0.1-rc1#45502
Conversation
|
@github-actions crossbow submit --group verify-rc-source --param release=19.0.1 --param rc=1 |
|
Revision: 272715f Submitted crossbow builds: ursacomputing/crossbow @ actions-ba3bdf5e63 |
|
Revision: apache-arrow-19.0.1-rc1 Submitted crossbow builds: ursacomputing/crossbow @ release-19.0.1-rc1-0 |
|
@github-actions crossbow submit --group packaging --param release=19.0.1 --param rc=1 |
This comment was marked as outdated.
This comment was marked as outdated.
|
I re-ran packaging jobs because so many of them were failing due to network issues, for example:
That example URL resolves fine for me so maybe GitHub Actions is having some network issues and we should re-try in a few hours. I'll check back in. |
|
Hmm. Versions for binary artifacts aren't correct: https://github.com/ursacomputing/crossbow/actions/runs/13276018747/workflow#L95 I'll fix it and re-submit binary build tasks. |
|
Ah, I saw wrong jobs: #45502 (comment) I re-ran failed jobs in #45502 (comment) that use correct version. |
Ah, thanks @kou. These are looking better now. I see three remaining jobs to run and will check on those tomorrow and continue. |
|
@github-actions crossbow submit --group verify-rc-binaries --group verify-rc-wheels --param release=19.0.1 --param rc=1 |
|
Revision: 272715f Submitted crossbow builds: ursacomputing/crossbow @ actions-b62c50a9d6 |
|
@github-actions crossbow submit --group verify-rc-binaries --group verify-rc-wheels --param release=19.0.1 --param rc=1 --job-prefix verify-19.0.1-rc1 |
|
### Rationale for this change I want to find binary verification jobs in a release PR easily for GH-45548. Example jobs: #45502 (comment) If we use specific prefix for the jobs, we can find them easily. ### What changes are included in this PR? Make `prefix` customizable by an option. ### Are these changes tested? No. ### Are there any user-facing changes? No. * GitHub Issue: #45670 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
|
@github-actions crossbow submit --group verify-rc-binaries --group verify-rc-wheels --param release=19.0.1 --param rc=1 --prefix verify-19.0.1-rc1 |
|
Revision: 272715f Submitted crossbow builds: ursacomputing/crossbow @ verify-19.0.1-rc1-e8ef729825 |
### Rationale for this change I want to find binary verification jobs in a release PR easily for GH-45548. Example jobs: apache/arrow#45502 (comment) If we use specific prefix for the jobs, we can find them easily. ### What changes are included in this PR? Make `prefix` customizable by an option. ### Are these changes tested? No. ### Are there any user-facing changes? No. * GitHub Issue: #45670 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
PR to verify Release Candidate