From a17ee2e6eafc6de54dd3061f02a27d2617f721c0 Mon Sep 17 00:00:00 2001 From: Robert Gildein Date: Mon, 15 Apr 2024 20:16:20 +0200 Subject: [PATCH] test of my fix for zaza --- .github/workflows/check.yaml | 8 +++++--- src/tests/functional/requirements.txt | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 120ba59..2fd5baf 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -33,8 +33,11 @@ jobs: strategy: fail-fast: false matrix: - juju-channel: ['3.4/stable'] - command: ['TEST_JUJU3=1 make functional'] # using TEST_JUJU3 due https://github.com/openstack-charmers/zaza/commit/af7eea953dd5d74d3d074fe67b5765dca3911ca6 + include: + - juju-channel: '3.4/stable' + command: 'TEST_JUJU3=1 make functional' # using TEST_JUJU3 due https://github.com/openstack-charmers/zaza/commit/af7eea953dd5d74d3d074fe67b5765dca3911ca6 + - juju-channel: '2.9/stable' + command: 'make functional' steps: - uses: actions/checkout@v4 - name: Setup Python @@ -46,7 +49,6 @@ jobs: with: provider: lxd juju-channel: ${{ matrix.juju-channel }} - lxd-channel: "5.20/stable" # tmp fix until https://github.com/canonical/charmcraft/issues/1640 - name: Show juju information run: | juju version diff --git a/src/tests/functional/requirements.txt b/src/tests/functional/requirements.txt index 4a6e1d8..76ac800 100644 --- a/src/tests/functional/requirements.txt +++ b/src/tests/functional/requirements.txt @@ -1,4 +1,4 @@ flake8 mock -git+https://github.com/openstack-charmers/zaza.git#egg=zaza +git+https://github.com/rgildein/zaza.git@chore/no-ref/fix-action-object#egg=zaza python-openstackclient