You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments