Skip to content

Commit 5d7987b

Browse files
kouraulcd
authored andcommitted
GH-44422: [Packaging][Release][Linux] Upload artifacts before test (#44425)
### Rationale for this change It seems that the current `quay.io/centos/centos:stream9` for `linux/aarch64` is broken. We use it for building and testing but testing is only broken for now. Because we use cached (a bit old) `quay.io/centos/centos:stream9` for now. Building will be failed when the cache is expired. ### What changes are included in this PR? Change upload phase to after the build from after the test. Test is still failing but we can proceed our release process by this. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #44422 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
1 parent 70a2245 commit 5d7987b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dev/tasks/linux-packages/github.linux.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ jobs:
8383
APT_TARGETS: {{ target }}
8484
REPO: {{ '${{ secrets.REPO }}' }}
8585
YUM_TARGETS: {{ target }}
86+
87+
{% set patterns = upload_extensions | format_all("arrow/dev/tasks/linux-packages/*/*/repositories/**/*{}") %}
88+
{{ macros.github_upload_releases(patterns)|indent }}
89+
8690
- name: Set up test
8791
run: |
8892
sudo apt install -y \
@@ -123,6 +127,3 @@ jobs:
123127
APT_TARGETS: {{ target }}
124128
ARROW_VERSION: {{ arrow.version }}
125129
YUM_TARGETS: {{ target }}
126-
127-
{% set patterns = upload_extensions | format_all("arrow/dev/tasks/linux-packages/*/*/repositories/**/*{}") %}
128-
{{ macros.github_upload_releases(patterns)|indent }}

0 commit comments

Comments
 (0)