forked from os-autoinst/os-autoinst-distri-opensuse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvagrant.yaml
27 lines (27 loc) · 815 Bytes
/
vagrant.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: vagrant
description: >
Tests for vagrant, vagrant plugins and the official vagrant boxes
vars:
QEMUCPU: host
schedule:
- '{{boot_to_desktop}}'
- '{{add_box_virtualbox}}'
- virtualization/vagrant/add_box_libvirt
- virtualization/vagrant/sshfs
- virtualization/vagrant/boxes/tumbleweed
conditional_schedule:
add_box_virtualbox:
ARCH:
x86_64:
- virtualization/vagrant/add_box_virtualbox
boot_to_desktop:
BACKEND:
qemu:
- boot/boot_to_desktop
generalhw:
- jeos/prepare_firstboot
- jeos/firstrun
- update/zypper_clear_repos
- console/zypper_ar
- console/zypper_ref
- console/zypper_lr