You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ jobs:
28
28
fail-fast: false
29
29
matrix:
30
30
stage:
31
-
- my_centos-7-x86_64-libvirt
32
31
- my_ubuntu-20.04-server-amd64-libvirt
33
32
- my_windows-10-enterprise-x64-eval-libvirt
34
33
- ubuntu-16.04-server-amd64-libvirt
@@ -113,7 +112,6 @@ jobs:
113
112
fail-fast: false
114
113
matrix:
115
114
stage:
116
-
- my_centos-7-x86_64-virtualbox
117
115
- my_ubuntu-20.04-server-amd64-virtualbox
118
116
- my_windows-10-enterprise-x64-eval-virtualbox
119
117
- ubuntu-16.04-server-amd64-virtualbox
@@ -196,7 +194,6 @@ jobs:
196
194
fail-fast: false
197
195
matrix:
198
196
stage:
199
-
- my_centos-7-x86_64-virtualbox
200
197
- my_ubuntu-20.04-server-amd64-virtualbox
201
198
- my_windows-10-enterprise-x64-eval-virtualbox
202
199
- ubuntu-16.04-server-amd64-virtualbox
@@ -277,7 +274,7 @@ jobs:
277
274
steps:
278
275
- name: Remove old versions
279
276
run: |
280
-
for NAME in ubuntu-{20,18}.04-desktop-amd64 ubuntu-{20,18,16}.04-server-amd64 my_ubuntu-20.04-server-amd64 my_centos-7-x86_64 {my_,}windows-10-enterprise-x64-eval windows-server-{2019,2016,2012_r2}-standard-x64-eval; do
277
+
for NAME in ubuntu-{20,18}.04-desktop-amd64 ubuntu-{20,18,16}.04-server-amd64 my_ubuntu-20.04-server-amd64 {my_,}windows-10-enterprise-x64-eval windows-server-{2019,2016,2012_r2}-standard-x64-eval; do
- name: Verify if the boxes are avaiable on the Vagrant Cloud
289
286
run: |
290
-
for NAME in ubuntu-{20,18}.04-desktop-amd64 ubuntu-{20,18,16}.04-server-amd64 my_ubuntu-20.04-server-amd64 my_centos-7-x86_64 {my_,}windows-10-enterprise-x64-eval windows-server-{2019,2016,2012_r2}-standard-x64-eval; do
287
+
set -eux
288
+
for NAME in ubuntu-{20,18}.04-desktop-amd64 ubuntu-{20,18,16}.04-server-amd64 my_ubuntu-20.04-server-amd64 {my_,}windows-10-enterprise-x64-eval windows-server-{2019,2016,2012_r2}-standard-x64-eval; do
0 commit comments