File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,17 @@ jobs:
65
65
- upgrade-integration
66
66
- upgrade-from-stable-integration
67
67
juju-snap-channel : ["2.9/stable", "3.1/stable"]
68
+ free-disk-space :
69
+ - false
68
70
exclude :
69
71
# Admin tests need landscape on juju 2
70
72
- tox-environment : db-admin-relation-integration
71
73
juju-snap-channel : " 3.1/stable"
72
74
include :
75
+ - tox-environment : database-relation-integration
76
+ free-disk-space : true
77
+ - tox-environment : db-admin-relation-integration
78
+ free-disk-space : true
73
79
- juju-snap-channel : " 3.1/stable"
74
80
agent-version : " 3.1.6"
75
81
libjuju-version : " 3.2.2"
93
99
pipx install tox
94
100
pipx install poetry
95
101
- name : Free up disk space
102
+ if : ${{ matrix.free-disk-space == true }}
96
103
run : |
97
104
# From https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
98
105
sudo rm -rf /usr/share/dotnet
You can’t perform that action at this time.
0 commit comments