diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5b70d559c..591cfee5a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -147,17 +147,7 @@ jobs: path-to-charm-directory: ${{ matrix.path }} integration-test: - strategy: - fail-fast: false - matrix: - juju: - # This runs on all runs - - agent: 3.5.3 # renovate: juju-agent-pin-minor - allure_report: true - # This runs only on scheduled runs, DPW 21 specifics (scheduled + 3.6/X) - - snap_channel: 3.6/stable - allure_report: false - name: Integration test charm | ${{ matrix.juju.agent || matrix.juju.snap_channel }} + name: Integration test charm needs: - lint - unit-test @@ -166,9 +156,8 @@ jobs: with: artifact-prefix: packed-charm-cache-false # TODO: revert cache cloud: lxd - juju-agent-version: ${{ matrix.juju.agent }} - juju-snap-channel: ${{ matrix.juju.snap_channel }} - _beta_allure_report: ${{ matrix.juju.allure_report }} + juju-agent-version: 3.6.1 # renovate: juju-agent-pin-minor + _beta_allure_report: true permissions: contents: write # Needed for Allure Report beta secrets: