We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a749e commit 1b55497Copy full SHA for 1b55497
.zuul.yaml
@@ -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
11
+ - vmware-vsca
12
+ - name: controller
13
14
+ - ubuntu-bionic
15
+
16
+- job:
17
+ name: exsi-sandbox
18
+ run: playbooks/run.yaml
19
+ nodeset: vmware
20
21
- project:
22
+ check:
23
+ jobs:
24
+ - exsi-sandbox
25
post:
26
jobs:
27
- release-ansible-collection-galaxy-dev
playbooks/run.yaml
@@ -0,0 +1,4 @@
+- hosts: controller
+ tasks:
+ - name: hello world
+ shell: echo hello world
0 commit comments