Skip to content
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

Closed
wants to merge 3 commits into from

Conversation

kou
Copy link
Member

@kou kou commented Jan 27, 2020

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.

@github-actions
Copy link

@kou
Copy link
Member Author

kou commented Jan 27, 2020

@ursabot crossbow submit -g linux -g linux-arm

@kszucs
Copy link
Member

kszucs commented Jan 27, 2020

AMD64 Conda Crossbow Submit (#88448) builder has been succeeded.

Revision: 4fefbb4

Submitted crossbow builds: ursa-labs/crossbow @ ursabot-463

Task Status
centos-6 unsupported CI service github
centos-7 unsupported CI service github
centos-7-aarch64 unsupported CI service github
centos-8 unsupported CI service github
centos-8-aarch64 unsupported CI service github
debian-buster unsupported CI service github
debian-buster-arm64 unsupported CI service github
debian-stretch unsupported CI service github
debian-stretch-arm64 unsupported CI service github
ubuntu-bionic unsupported CI service github
ubuntu-bionic-arm64 unsupported CI service github
ubuntu-disco unsupported CI service github
ubuntu-disco-arm64 unsupported CI service github
ubuntu-eoan unsupported CI service github
ubuntu-eoan-arm64 unsupported CI service github
ubuntu-xenial unsupported CI service github
ubuntu-xenial-arm64 unsupported CI service github

@kou
Copy link
Member Author

kou commented Jan 29, 2020

@ursabot crossbow submit -g linux -g linux-arm

@kszucs
Copy link
Member

kszucs commented Jan 29, 2020

AMD64 Conda Crossbow Submit (#88654) builder has been succeeded.

Revision: d28ce99

Submitted crossbow builds: ursa-labs/crossbow @ ursabot-466

Task Status
centos-6 unsupported CI service github
centos-7 unsupported CI service github
centos-7-aarch64 unsupported CI service github
centos-8 unsupported CI service github
centos-8-aarch64 unsupported CI service github
debian-buster unsupported CI service github
debian-buster-arm64 unsupported CI service github
debian-stretch unsupported CI service github
debian-stretch-arm64 unsupported CI service github
ubuntu-bionic unsupported CI service github
ubuntu-bionic-arm64 unsupported CI service github
ubuntu-disco unsupported CI service github
ubuntu-disco-arm64 unsupported CI service github
ubuntu-eoan unsupported CI service github
ubuntu-eoan-arm64 unsupported CI service github
ubuntu-xenial unsupported CI service github
ubuntu-xenial-arm64 unsupported CI service github

@kou
Copy link
Member Author

kou commented Jan 29, 2020

Umm, it seems that GITHUB_TOKEN provided by GitHub Actions automatically is expired before finishing long job. https://github.com/ursa-labs/crossbow/runs/414288663 got "401 Bad credentials" error. The job took "3h 42m 20s".

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.
@kszucs
Copy link
Member

kszucs commented Feb 24, 2020

@ursabot crossbow submit -g linux

@ursabot
Copy link

ursabot commented Feb 24, 2020

AMD64 Conda Crossbow Submit (#92290) builder has been succeeded.

Revision: 75c574a

Submitted crossbow builds: ursa-labs/crossbow @ ursabot-533

Task Status
centos-6 unsupported CI service github
centos-7 unsupported CI service github
centos-8 unsupported CI service github
debian-buster unsupported CI service github
debian-stretch unsupported CI service github
ubuntu-bionic unsupported CI service github
ubuntu-disco unsupported CI service github
ubuntu-eoan unsupported CI service github
ubuntu-xenial unsupported CI service github

Copy link
Member

@kszucs kszucs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kszucs
Copy link
Member

kszucs commented Feb 24, 2020

@ursabot crossbow submit centos-6

@ursabot
Copy link

ursabot commented Feb 24, 2020

AMD64 Conda Crossbow Submit (#92326) builder has been succeeded.

Revision: 3a75ac4

Submitted crossbow builds: ursa-labs/crossbow @ ursabot-534

Task Status
centos-6 Github Actions

@kszucs
Copy link
Member

kszucs commented Feb 24, 2020

Added support for github actions badge in voltrondata-labs/ursabot@3236ce9

@kszucs
Copy link
Member

kszucs commented Feb 24, 2020

Thanks @kou !

@kszucs kszucs closed this in 5cf9b21 Feb 24, 2020
@kou kou deleted the crossbow-github-actions branch February 26, 2020 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants