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

Switch from buildkite to GitHub actions. #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

plietar
Copy link
Member

@plietar plietar commented Oct 1, 2024

We now have the ability to connect to Packit directly from GitHub actions, which removes the need to use our internal Buildkite infrastructure.

The new workflow is simpler by not having to deal with Docker, and should also be easier to debug and work with. It uses the new mrc-ide/orderly-action to handle the initialization and authentication to Packit.

We now have the ability to connect to Packit directly from GitHub
actions, which removes the need to use our internal Buildkite
infrastructure.

The new workflow is simpler by not having to deal with Docker, and
should also be easier to debug and work with. It uses the new
`mrc-ide/orderly-action` to handle the initialization and authentication
to Packit.
@plietar
Copy link
Member Author

plietar commented Oct 1, 2024

This works similarly to the existing buildkite pipeline: it reads the output of db_extraction from Packit and runs the rest of the workflow. The packets it produces are pushed back to the Packit server.

Unfortunately the analysis based on the db_extraction packet that is hosted on Packit is broken and the workflow fails to complete. I tried to re-run the db_extraction task locally to regenerate that packet but ran into encoding issues when reading from the Access database.

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.

1 participant