chore: use default values for github runners in test workflow#83
Merged
Merged
Conversation
- Remove self-hosted-runner: true parameter - Remove self-hosted-runner-label: "edge" parameter - Let operator-workflows use default github runners with ubuntu-24.04 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Fixed the following broken links: - https://juju.is/docs/sdk -> https://canonical.com/juju/docs/ops/latest/ - https://juju.is/docs/sdk/ops -> https://canonical.com/juju/docs/ops/latest/ - https://canonical-juju.readthedocs-hosted.com/en/3.6/user/reference/charm/ -> https://canonical.com/juju/docs/juju-cli/3.6/reference/charm/ - https://canonical-charmed-postgresql.readthedocs-hosted.com/14/how-to/back-up-and-restore/create-a-backup/ -> https://charmhub.io/postgresql/docs - https://canonical-juju.readthedocs-hosted.com/en/3.6/user/howto/manage-your-deployment/manage-your-deployment-environment/#set-things-up -> https://canonical.com/juju/docs/juju-cli/3.6/reference/ - https://canonical-juju.readthedocs-hosted.com/en/latest/user/reference/offer/#offer -> https://canonical.com/juju/docs/juju-cli/3.6/reference/ Verified all updated links are accessible (HTTP 200) using linkcheck. Vale checks passed with no errors or warnings. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add permissions block at the job level for canonical/operator-workflows/.github/workflows/test.yaml@main to allow: - contents: read (for checking out the repository) - pull-requests: write (for posting comments about charm libraries) As per documentation: https://github.com/canonical/operator-workflows/blob/main/README.md#required-github-token-permissions
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use Github Runners for simple tests