Skip to content
Draft
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: 1 addition & 1 deletion .github/workflows/integration-test-bind-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
with:
self-hosted-runner: false
self-hosted-runner-label: "edge"
juju-channel: 3.6/stable
juju-channel: 4.0/stable
provider: lxd
working-directory: ./bind-operator
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
with:
self-hosted-runner: false
self-hosted-runner-label: "edge"
juju-channel: 3.6/stable
juju-channel: 4.0/stable
provider: lxd
working-directory: ./dns-integrator-operator
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
with:
self-hosted-runner: false
self-hosted-runner-label: "edge"
juju-channel: 3.6/stable
juju-channel: 4.0/stable
provider: lxd
working-directory: ./dns-policy-operator
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
with:
self-hosted-runner: false
self-hosted-runner-label: "edge"
juju-channel: 3.6/stable
juju-channel: 4.0/stable
provider: lxd
working-directory: ./dns-secondary-operator
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo iptables -F FORWARD
sudo iptables -P FORWARD ACCEPT
sudo snap install charmcraft --classic
sudo snap install juju --channel=3/stable
sudo snap install juju --channel=4/stable
sudo --user "$USER" --preserve-env --preserve-env=PATH -- env -- juju bootstrap localhost lxd
sudo --user "$USER" --preserve-env --preserve-env=PATH -- env -- juju model-defaults --cloud=localhost logging-config='<root>=WARNING;unit=DEBUG;http=TRACE'
- run: snap list
Expand Down
Loading