From cdfb1347b885ec43ed91665c3755169f21769437 Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Tue, 25 Jun 2024 07:46:20 -0600 Subject: [PATCH] ci: use juju 3.4/stable instead of 3.5/stable (#945) * ci: use juju 3.4/stable instead of 3.5/stable Part of canonical/bundle-kubeflow#944 --- .github/dependencies.yaml | 8 ++++---- .github/workflows/full-bundle-tests.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/dependencies.yaml b/.github/dependencies.yaml index 1eeb2e91..479dd34d 100644 --- a/.github/dependencies.yaml +++ b/.github/dependencies.yaml @@ -5,11 +5,11 @@ UATS_BRANCH: "track/1.7" "1.8": K8S_VERSION: "1.29" - JUJU_VERSION: "3.5" - JUJU_VERSION_WITH_PATCH: "3.5.0" + JUJU_VERSION: "3.4" + JUJU_VERSION_WITH_PATCH: "3.4.3" UATS_BRANCH: "main" latest: K8S_VERSION: "1.29" - JUJU_VERSION: "3.5" - JUJU_VERSION_WITH_PATCH: "3.5.0" + JUJU_VERSION: "3.4" + JUJU_VERSION_WITH_PATCH: "3.4.3" UATS_BRANCH: "main" diff --git a/.github/workflows/full-bundle-tests.yaml b/.github/workflows/full-bundle-tests.yaml index 2450fe75..3041f697 100644 --- a/.github/workflows/full-bundle-tests.yaml +++ b/.github/workflows/full-bundle-tests.yaml @@ -17,7 +17,7 @@ on: juju-channel: description: Juju channel e.g. 3.5/stable required: false - default: "3.5/stable" + default: "3.4/stable" workflow_call: inputs: bundle-source: @@ -38,7 +38,7 @@ on: description: Juju channel e.g. 3.5/stable required: false type: string - default: "3.5/stable" + default: "3.4/stable" jobs: test-bundle: