-
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
GH-34812: [Packaging][Python] Use self-hosted arm64 Linux runner instead of Travis CI for Linux arm64 wheels #34835
Conversation
Signed-off-by: SHIMA Tatsuya <[email protected]>
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format?
or
In the case of PARQUET issues on JIRA the title also supports:
See also: |
|
@github-actions crossbow submit wheel-manylinux* |
Revision: b2a442c Submitted crossbow builds: ursacomputing/crossbow @ actions-f5b646c499 |
This comment was marked as resolved.
This comment was marked as resolved.
@github-actions crossbow submit wheel-manylinux2014-cp39-arm64 |
Revision: 5c06f77 Submitted crossbow builds: ursacomputing/crossbow @ actions-300f1c78f9
|
Signed-off-by: SHIMA Tatsuya <[email protected]>
5c06f77
to
a6d7db2
Compare
@github-actions crossbow submit wheel-manylinux2014-cp39-arm64 |
Revision: a6d7db2 Submitted crossbow builds: ursacomputing/crossbow @ actions-8254ca5d1d
|
Signed-off-by: SHIMA Tatsuya <[email protected]>
@github-actions crossbow submit wheel-manylinux2014-cp39-arm64 |
Revision: 90ebfb3 Submitted crossbow builds: ursacomputing/crossbow @ actions-4cee463654
|
@github-actions crossbow submit wheel-manylinux2014-cp39-arm64 |
Revision: cac43b6 Submitted crossbow builds: ursacomputing/crossbow @ actions-8bf50b4a7c
|
This comment was marked as resolved.
This comment was marked as resolved.
Signed-off-by: SHIMA Tatsuya <[email protected]>
cac43b6
to
778298c
Compare
@github-actions crossbow submit wheel-manylinux2014-cp39-arm64 |
Revision: 778298c Submitted crossbow builds: ursacomputing/crossbow @ actions-b19acd78ec
|
@github-actions crossbow submit wheel-manylinux* |
Revision: 778298c Submitted crossbow builds: ursacomputing/crossbow @ actions-e732e65c9b |
This comment was marked as resolved.
This comment was marked as resolved.
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.
Should some of the jinja macros be removed in this PR as they seem to be used only in the file that will be removed in this PR?
Yes, please.
@@ -49,6 +71,7 @@ jobs: | |||
archery docker run python-wheel-manylinux-test-imports | |||
archery docker run python-wheel-manylinux-test-unittests | |||
|
|||
{% if arch == "amd64" %} |
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.
Can we enable this on arm64 too?
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.
I did not enable these in arm64 because Travis job did not seem having this, but I will try it out.
Signed-off-by: SHIMA Tatsuya <[email protected]>
Signed-off-by: SHIMA Tatsuya <[email protected]>
Signed-off-by: SHIMA Tatsuya <[email protected]>
Signed-off-by: SHIMA Tatsuya <[email protected]>
@github-actions crossbow submit -g wheel |
Revision: 65eedb8 Submitted crossbow builds: ursacomputing/crossbow @ actions-4d259964be |
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.
+1
Benchmark runs are scheduled for baseline = ce94fba and contender = 34addbb. 34addbb is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
…r instead of Travis CI for Linux arm64 wheels (apache#34835) ### Rationale for this change Change one of the jobs that uses Travis CI to run on GitHub Actions self-hosted runner, reducing the number of Travis CI jobs. ### What changes are included in this PR? Changes to use self-hosted arm64 linux runner for Crossbow jobs building wheels. ### Are these changes tested? Yes ### Are there any user-facing changes? No * Closes: apache#34812 Authored-by: SHIMA Tatsuya <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
…r instead of Travis CI for Linux arm64 wheels (apache#34835) ### Rationale for this change Change one of the jobs that uses Travis CI to run on GitHub Actions self-hosted runner, reducing the number of Travis CI jobs. ### What changes are included in this PR? Changes to use self-hosted arm64 linux runner for Crossbow jobs building wheels. ### Are these changes tested? Yes ### Are there any user-facing changes? No * Closes: apache#34812 Authored-by: SHIMA Tatsuya <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Rationale for this change
Change one of the jobs that uses Travis CI to run on GitHub Actions self-hosted runner, reducing the number of Travis CI jobs.
What changes are included in this PR?
Changes to use self-hosted arm64 linux runner for Crossbow jobs building wheels.
Are these changes tested?
Yes
Are there any user-facing changes?
No