-
Notifications
You must be signed in to change notification settings - Fork 22
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
ROCKS 1452 - Refactor Build Rock workflow to be externally reusable #233
ROCKS 1452 - Refactor Build Rock workflow to be externally reusable #233
Conversation
Since it is not part of the checks, here is an example Test OCI Factory run from e6e3c29 |
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.
Thanks for the changes! Leaving several nitpicks:
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.
Good work. I left few minor remarks and nitpicks.
370b1aa
to
134291d
Compare
…ally-reusable' of https://github.com/canonical/oci-factory into ROCKS-1452/oci-factory-refactor-build-rock-to-be-externally-reusable
…ROCKS-1452/oci-factory-refactor-build-rock-to-be-externally-reusable
…ally-reusable' of https://github.com/canonical/oci-factory into ROCKS-1452/oci-factory-refactor-build-rock-to-be-externally-reusable
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. Thanks!
…ally-reusable' of https://github.com/canonical/oci-factory into ROCKS-1452/oci-factory-refactor-build-rock-to-be-externally-reusable
…ROCKS-1452/oci-factory-refactor-build-rock-to-be-externally-reusable
@clay-lake https://github.com/canonical/oci-factory/actions/runs/11342675482/job/31545731337 1.0.1 seems to be missing |
This reverts commit 072878a.
…ally-reusable' of https://github.com/canonical/oci-factory into ROCKS-1452/oci-factory-refactor-build-rock-to-be-externally-reusable
…ally-reusable' of https://github.com/canonical/oci-factory into ROCKS-1452/oci-factory-refactor-build-rock-to-be-externally-reusable
@cjdcordeiro I found why 1.0.1 is not building. Testing the Instead of testing mock-rock/1.0 here, I made a multi-arch test build in rocks-toolbox using an external workflow call. |
good catch @clay-lake That is NOT the desired behaviour indeed. We should only ignore the track, not the whole build. |
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.
great. thanks for the changes :) looking good.
we need to make sure we multi-arch tests are running again so pls let me know once the fix PR for the bad EOL filtering comes up
Note: This PR depends on #224
This pull request refactors the build workflow to enable re-usability by external repositories. There is an example application of this in the rocks-toolbox. A example job run can be found here: https://github.com/canonical/rocks-toolbox/actions/runs/10524164671