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:
116
116
bases-index : 0
117
117
- series : jammy
118
118
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"]
120
120
include :
121
121
- 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"
127
124
- juju-snap-channel : " 2.9/stable"
128
125
agent-version : " 2.9.51"
129
126
libjuju-version : " 2.9.49.0"
@@ -173,7 +170,6 @@ jobs:
173
170
echo "mark_expression=not unstable" >> "$GITHUB_OUTPUT"
174
171
fi
175
172
- name : Run integration tests
176
- if : ${{ !startsWith(matrix.juju-snap-channel, '3.6/') || github.event_name == 'schedule' }}
177
173
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 }}
178
174
env :
179
175
LIBJUJU_VERSION_SPECIFIER : ${{ matrix.libjuju-version }}
You can’t perform that action at this time.
0 commit comments