-
Notifications
You must be signed in to change notification settings - Fork 6
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
build: refactor charmcraft.yaml to use st124 notation #158
build: refactor charmcraft.yaml to use st124 notation #158
Conversation
In order to be able to use the data-platform-workflows, specially to be compatible with charmcraft cache, the charmcraft.yaml files of all charms in this repository need to follow st124 notation. Fixes #154
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 @DnPlas, a few comments
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 @DnPlas, a few comments
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.
4abe7fe
into
KF-6217-use-cache-builds-dev-branch
* build: refactor charmcraft.yaml to use st124 notation (#158) * build: refactor charmcraft.yaml to use st124 notation In order to be able to use the data-platform-workflows, specially to be compatible with charmcraft cache, the charmcraft.yaml files of all charms in this repository need to follow st124 notation. Fixes #154 * ci, refactor: use data-platform-workflows in on_pull/push workflows (#159) * ci, refactor: use data-platform-workflows in on_pull/push workflows This commit enables the usage of build_charm.yaml workflow, which allows independent and cached charm builds, making the CI more efficient and fast. This commit also refactors the tests and the integrate workflow to be able to use the charm artefacts generated by the build_charm.yaml workflow. In summary this change: 1. Uses build_charm.yaml in on_{pull&push}.yaml to enable individual cached builds 2. Refactors individual and repository level integration tests to be able to use charm artefacts besides building them 3. Modifies integrate.yaml to download the charm artefacts and uses them in the tox integrate command Fixes #155 * ci: replaces publish.yaml workflow with promote.yaml workflow (#161) * ci: replaces publish.yaml workflow with promote.yaml workflow The promote.yaml workflow replaces the old release workflow dispatch (previously known as release.yaml). This commit removes the publish.yaml workflow as the release process is all handled by a recently refactored release.yaml, and promoting charms is done in a simple workflow dispatch coming from promote.yaml. Fixes #157
In order to be able to use the data-platform-workflows, specially to be compatible with charmcraft cache, the charmcraft.yaml files of all charms in this repository need to follow st124 notation.
Fixes #154
Please NOTE this PR targets a dev branch as there is still pending work:
Manual testing