summaryrefslogtreecommitdiff
path: root/tests/fixtures/layouts/smtp.yaml
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2017-06-08 11:32:56 -0700
committerJames E. Blair <jeblair@redhat.com>2017-06-08 11:38:22 -0700
commit16d96a02db7d00e102b37ef27d5d19d462bd892e (patch)
tree62bbec2c8bc3acb72bd09191e7b717b721e89192 /tests/fixtures/layouts/smtp.yaml
parente64b0e4789269b93947b6b389d4e5eb2b7868df4 (diff)
downloadzuul-16d96a02db7d00e102b37ef27d5d19d462bd892e.tar.gz
Change node 'image' to 'label'
We are keeping the 'label' terminology in nodepool, and since that is actually what zuul asks for, use that terminology here to avoid confusion. Change-Id: I5f5f1cd041b6dbd80a75af66fe02520f3eb32151
Diffstat (limited to 'tests/fixtures/layouts/smtp.yaml')
-rw-r--r--tests/fixtures/layouts/smtp.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fixtures/layouts/smtp.yaml b/tests/fixtures/layouts/smtp.yaml
index 8f53d022d..fd91d36d6 100644
--- a/tests/fixtures/layouts/smtp.yaml
+++ b/tests/fixtures/layouts/smtp.yaml
@@ -46,14 +46,14 @@
name: project-test1
nodes:
- name: controller
- image: image1
+ label: label1
- job:
name: project-test1
branches: stable
nodes:
- name: controller
- image: image2
+ label: label2
- job:
name: project-test2