Zuul v3: Silly whitespace fixes

Change-Id: I4fef23dca4a56e692c97425ba28ba4d13bf83e0c
This commit is contained in:
James E. Blair 2017-03-09 14:05:54 -08:00
parent 0ac5eeed5b
commit e6e357f0f1
1 changed files with 3 additions and 3 deletions

View File

@ -299,7 +299,7 @@ file specified that it is permitted::
source:
my-gerrit:
repos:
- stackforge/random # Specific project config is in-repo
- stackforge/random # Specific project config is in-repo
Nodesets
~~~~~~~~
@ -321,14 +321,14 @@ then referenced by name in jobs::
name: trusty
nodes:
- name: controller
image: ubuntu-trusty
image: ubuntu-trusty
- nodeset:
name: multinode
nodes:
- name: controller
image: ubuntu-xenial
- name: compute
image: ubuntu-xenial
image: ubuntu-xenial
Jobs may either specify their own node configuration in-line, or refer
to a previously defined nodeset by name.