File tree Expand file tree Collapse file tree 3 files changed +118
-90
lines changed Expand file tree Collapse file tree 3 files changed +118
-90
lines changed Original file line number Diff line number Diff line change @@ -116,14 +116,11 @@ jobs:
116116 bases-index : 0
117117 - series : jammy
118118 bases-index : 1
119- juju-snap-channel : ["2.9/stable", "3.4/stable", "3. 6/stable"]
119+ juju-snap-channel : ["2.9/stable", "3.6/stable"]
120120 include :
121121 - juju-snap-channel : " 3.6/stable"
122- agent-version : " 3.6.0"
123- libjuju-version : " 3.5.2.0"
124- - juju-snap-channel : " 3.4/stable"
125- agent-version : " 3.4.3"
126- libjuju-version : " 3.5.2.0"
122+ agent-version : " 3.6.1"
123+ libjuju-version : " 3.6.0.0"
127124 - juju-snap-channel : " 2.9/stable"
128125 agent-version : " 2.9.51"
129126 libjuju-version : " 2.9.49.0"
@@ -173,7 +170,6 @@ jobs:
173170 echo "mark_expression=not unstable" >> "$GITHUB_OUTPUT"
174171 fi
175172 - name : Run integration tests
176- if : ${{ !startsWith(matrix.juju-snap-channel, '3.6/') || github.event_name == 'schedule' }}
177173 run : tox run -e integration -- "${{ matrix.groups.path_to_test_file }}" --group="${{ matrix.groups.group_number }}" -m '${{ steps.select-test-stability.outputs.mark_expression }}' --mysql-router-charm-series=${{ matrix.ubuntu-versions.series }} --mysql-router-charm-bases-index=${{ matrix.ubuntu-versions.bases-index }}
178174 env :
179175 LIBJUJU_VERSION_SPECIFIER : ${{ matrix.libjuju-version }}
You can’t perform that action at this time.
0 commit comments