File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
deployments/ansible/molecule/config Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,17 @@ jobs:
187
187
url=$( echo "$json" | jq -r ".versions[] | select(.version == \"${box_version}\") | .providers[] | select(.name == \"virtualbox\") | .url" )
188
188
wget -nv -O /tmp/vagrant.box $url
189
189
190
+ - name : Clean VirtualBox cache
191
+ run : |
192
+ # Related issues:
193
+ # https://bbs.archlinux.org/viewtopic.php?id=298056
194
+ # https://forums.virtualbox.org/viewtopic.php?t=112438
195
+ echo "3" | sudo tee /proc/sys/vm/drop_caches
196
+
197
+ - name : free before running tests
198
+ run : |
199
+ free
200
+
190
201
- name : Run Molecule tests.
191
202
run : molecule --debug -v --base-config ./molecule/config/windows.yml test -s ${{ matrix.scenario }} -p ${{ matrix.distro }}
192
203
env :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ driver:
10
10
platforms :
11
11
- name : " 2016"
12
12
box : cdaf/WindowsServer
13
- box_version : ${MOLECULE_VAGRANT_BOX_VERSION:-2022.09.01 }
13
+ box_version : ${MOLECULE_VAGRANT_BOX_VERSION:-2023.03.13 }
14
14
box_url : ${MOLECULE_VAGRANT_BOX_URL}
15
15
cpus : 2
16
16
memory : 4096
@@ -30,7 +30,7 @@ platforms:
30
30
- " winrm.retry_delay = 10"
31
31
- name : " 2019"
32
32
box : gusztavvargadr/windows-server-2019-standard
33
- box_version : ${MOLECULE_VAGRANT_BOX_VERSION:-1809.0.2312 }
33
+ box_version : ${MOLECULE_VAGRANT_BOX_VERSION:-1809.0.2407 }
34
34
box_url : ${MOLECULE_VAGRANT_BOX_URL}
35
35
cpus : 2
36
36
memory : 4096
You can’t perform that action at this time.
0 commit comments