Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
with:
trivy-fs-enabled: true
trivy-image-config: "trivy.yaml"
self-hosted-runner: true
self-hosted-runner-label: "edge"
juju-channel: "3/stable"
provider: "lxd"
extra-arguments: "--base ${{ matrix.base }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
permissions:
pull-requests: write
with:
self-hosted-runner: true
self-hosted-runner-label: "edge"
self-hosted-runner: false
runs-on-base: ubuntu-24.04
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for this and canonical/chrony-client-operator#65 i remember that there's a guidance for pfe repos to use self-hosted runners so we can test the live env. is this guidance preceded by the recent policy to use github hosted?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@florentianayuwono you are right, we had the guidance, but we are going to revise it soon. For now, it is sufficient that a small amount of repos use the edge runners.

with-uv: true
Loading