We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a4df2 commit 4aa25d9Copy full SHA for 4aa25d9
.zuul.yaml
@@ -1,6 +1,19 @@
1
+- job:
2
+ name: sandbox-nxos-test
3
+ run: playbooks/sandbox-nxos-test/run.yaml
4
+ nodeset:
5
+ nodes:
6
+ - name: fedora-latest
7
+ label: dib-fedora-29-minimal
8
+ - name: applicance
9
+ label: ansible-network-nxos
10
+
11
- project:
12
templates:
13
- build-tox-docs
14
+ check:
15
+ jobs:
16
+ - sandbox-nxos-test
17
post:
18
jobs:
19
- tox-docs
playbooks/sandbox-nxos-test/run.yaml
@@ -0,0 +1,4 @@
+- hosts: fedora-latest
+ tasks:
+ - name: hello
+ shell: echo world
0 commit comments