Skip to content

Commit 1b55497

Browse files
committed
Example vmware job
Signed-off-by: Paul Belanger <[email protected]>
1 parent f8a749e commit 1b55497

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.zuul.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
1+
- nodeset:
2+
name: vmware
3+
nodes:
4+
- name: ubuntu-bionic
5+
label: ubuntu-bionic-1vcpu
6+
- name: vmware-vsca
7+
label: vmware-vcsa-6.7.0
8+
groups:
9+
- name: appliance
10+
nodes:
11+
- vmware-vsca
12+
- name: controller
13+
nodes:
14+
- ubuntu-bionic
15+
16+
- job:
17+
name: exsi-sandbox
18+
run: playbooks/run.yaml
19+
nodeset: vmware
20+
121
- project:
22+
check:
23+
jobs:
24+
- exsi-sandbox
225
post:
326
jobs:
427
- release-ansible-collection-galaxy-dev

playbooks/run.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- hosts: controller
2+
tasks:
3+
- name: hello world
4+
shell: echo hello world

0 commit comments

Comments
 (0)