-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add update-libs CI to prometheus (#417)
* add update-libs CI to prometheus * import CI from the observability repo * update libraries and CI * use servicePatch v1 in tests * trigger CI * trigger CI * trigger CI * trigger CI * fix unit tests * fix lint
- Loading branch information
Showing
5 changed files
with
230 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: Auto-update Charm Libraries | ||
on: | ||
# Manual trigger | ||
workflow_dispatch: | ||
# Check regularly the upstream every four hours | ||
schedule: | ||
- cron: "0 0,4,8,12,16,20 * * *" | ||
|
||
jobs: | ||
update-lib: | ||
name: Check libraries | ||
uses: canonical/observability/.github/workflows/update-libs.yaml@main | ||
secrets: inherit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.