Skip to content

Commit

Permalink
test of my fix for zaza
Browse files Browse the repository at this point in the history
  • Loading branch information
rgildein committed Apr 15, 2024
1 parent 1c12b2f commit a17ee2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/tests/functional/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a17ee2e

Please sign in to comment.