Uh oh!
There was an error while loading. Please reload this page.
ARROW-11085: [Rust] Migrated from action-rs to shell in github actions. - #9056
ARROW-11085: [Rust] Migrated from action-rs to shell in github actions.#9056jorgecarleitao wants to merge 1 commit into
Conversation
This addresses a blocker in our pipeline
jorgecarleitao
commented
Dec 31, 2020
codecov-io
commented
Dec 31, 2020
Codecov Report
@@ Coverage Diff @@## master #9056 +/- ##
==========================================
- Coverage 82.87% 82.64% -0.24%
==========================================
Files 201 202 +1 Lines 49737 50044 +307 ==========================================
+ Hits 41219 41357 +138 - Misses 8518 8687 +169
Continue to review full report at Codecov.
|
alamb
left a comment
There was a problem hiding this comment.
I went through the changes to the workflows files and I understand them all.
I also reviewed the actual test runs on this PR (https://github.com/apache/arrow/actions/runs/454322405) and the tests all look good to me
Thank you so much for figuring this out @jorgecarleitao -- I'll merge this PR in and then ping all outstanding Rust PRs asking them to rebase so the CI runs.
👍 👍 ❤️ 👍 👍
| default: true | ||
| components: rustfmt | ||
| - name: Setup Rust toolchain | ||
| run: | |
This addresses a blocker in our pipeline causing all CIs to not run due to a policy change by the INFRA team.
See https://issues.apache.org/jira/browse/INFRA-21234 and https://issues.apache.org/jira/browse/INFRA-21239 for more details.