-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: uv and versioned ci * point workflows at v1 * pin markupsafe and fix things * add cargo and rustc * add binary packages again * add deps * reuse packed charm * use platforms syntax in charmcraft.yaml * try to fix grafana tester build * use sh to build grafana tester * move scenario under unit and use sh * chore: trigger ci * try to fix itests * try to fix itests again * comment things * tox fmt * fix itests * remove extra file * try again * fix lint * multiple things * chore: trigger ci * chore: trigger ci * fix git describe * run release on track/** * try to fix last itest * try to fix last itest * chore: trigger ci * use subprocess.run instead of ops_test.run * try to fix last itest * tox fmt * chore: trigger ci * chore: trigger ci * chore: trigger ci * chore: trigger ci * try againg * tox fmt * re-add the sg command * try test changes * tryg * remove sudo * chore: trigger ci * use workflow tags instead of branch * use the full platforms notation * fix static checks on tests * tox fmt * change requires-python to >=3.8 * python-version to 3.8 * chore: trigger ci --------- Signed-off-by: Luca Bello <36242061+lucabello@users.noreply.github.com>
- Loading branch information
Showing
27 changed files
with
2,945 additions
and
350 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
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
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,16 @@ | ||
name: Quality Gates | ||
|
||
on: | ||
# Manual trigger | ||
workflow_dispatch: | ||
# Run the quality checks periodically | ||
# FIXME: adjust the frequency as needed once we have actual gates in place | ||
schedule: | ||
- cron: "0 0 * * Tue" | ||
|
||
|
||
jobs: | ||
quality-gates: | ||
name: Run quality gates | ||
uses: canonical/observability/.github/workflows/charm-quality-gates.yaml@v1 | ||
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
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.