From 1fffbeb899722d34ab1b26a94e61cdb30b21ed13 Mon Sep 17 00:00:00 2001 From: Niels Robin-Aubertin Date: Fri, 28 Nov 2025 08:42:57 -0500 Subject: [PATCH] Test juju 4 --- .github/workflows/integration-test-bind-operator.yaml | 2 +- .github/workflows/integration-test-dns-integrator-operator.yaml | 2 +- .github/workflows/integration-test-dns-policy-operator.yaml | 2 +- .github/workflows/integration-test-dns-secondary-operator.yaml | 2 +- .github/workflows/integration-test-global.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration-test-bind-operator.yaml b/.github/workflows/integration-test-bind-operator.yaml index c9a1c3b4..10c9496e 100644 --- a/.github/workflows/integration-test-bind-operator.yaml +++ b/.github/workflows/integration-test-bind-operator.yaml @@ -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 diff --git a/.github/workflows/integration-test-dns-integrator-operator.yaml b/.github/workflows/integration-test-dns-integrator-operator.yaml index c7451dc8..366da297 100644 --- a/.github/workflows/integration-test-dns-integrator-operator.yaml +++ b/.github/workflows/integration-test-dns-integrator-operator.yaml @@ -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 diff --git a/.github/workflows/integration-test-dns-policy-operator.yaml b/.github/workflows/integration-test-dns-policy-operator.yaml index 0ee1263b..8b0af29a 100644 --- a/.github/workflows/integration-test-dns-policy-operator.yaml +++ b/.github/workflows/integration-test-dns-policy-operator.yaml @@ -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 diff --git a/.github/workflows/integration-test-dns-secondary-operator.yaml b/.github/workflows/integration-test-dns-secondary-operator.yaml index bd29e67c..1708a2fc 100644 --- a/.github/workflows/integration-test-dns-secondary-operator.yaml +++ b/.github/workflows/integration-test-dns-secondary-operator.yaml @@ -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 diff --git a/.github/workflows/integration-test-global.yaml b/.github/workflows/integration-test-global.yaml index 8605f30b..4d38ab80 100644 --- a/.github/workflows/integration-test-global.yaml +++ b/.github/workflows/integration-test-global.yaml @@ -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='=WARNING;unit=DEBUG;http=TRACE' - run: snap list