-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
ARROW-7685: [Developer] Add support for GitHub Actions to Crossbow #6286
Conversation
@ursabot crossbow submit -g linux -g linux-arm |
AMD64 Conda Crossbow Submit (#88448) builder has been succeeded. Revision: 4fefbb4 Submitted crossbow builds: ursa-labs/crossbow @ ursabot-463
|
4fefbb4
to
d28ce99
Compare
@ursabot crossbow submit -g linux -g linux-arm |
AMD64 Conda Crossbow Submit (#88654) builder has been succeeded. Revision: d28ce99 Submitted crossbow builds: ursa-labs/crossbow @ ursabot-466
|
Umm, it seems that |
d28ce99
to
f0eaf7c
Compare
If we use GitHub Actions, we don't need to set additional secret variables to crossbow repository because we can use built-in GITHUB_TOKEN secret variable. We'll be able to use self-hosted runner with GitHub Actions. It means that we'll be able to build .deb/.rpm packages on ARM machine instead on QEMU. linux-packages tasks are migrated to GitHub Actions from Azure Pipelines as an example.
f0eaf7c
to
75c574a
Compare
@ursabot crossbow submit -g linux |
AMD64 Conda Crossbow Submit (#92290) builder has been succeeded. Revision: 75c574a Submitted crossbow builds: ursa-labs/crossbow @ ursabot-533
|
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.
LGTM
@ursabot crossbow submit centos-6 |
AMD64 Conda Crossbow Submit (#92326) builder has been succeeded. Revision: 3a75ac4 Submitted crossbow builds: ursa-labs/crossbow @ ursabot-534
|
Added support for github actions badge in voltrondata-labs/ursabot@3236ce9 |
Thanks @kou ! |
If we use GitHub Actions, we don't need to set additional secret
variables to crossbow repository because we can use built-in
GITHUB_TOKEN secret variable.
We'll be able to use self-hosted runner with GitHub Actions. It means
that we'll be able to build .deb/.rpm packages on ARM machine instead
on QEMU.
linux-packages tasks are migrated to GitHub Actions from Azure
Pipelines as an example.