Merge "Fix container job documentation typo"

This commit is contained in:
Zuul 2019-01-01 14:03:42 +00:00 committed by Gerrit Code Review
commit 7d3ad9a7aa
3 changed files with 4 additions and 4 deletions

View File

@ -463,7 +463,7 @@ of item.
- hosts: localhost
tasks:
- name: Create a k8s resource
k8s_raw:
k8s_raw:
state: present
context: "{{ zuul.resources['node-name'].context }}"
namespace: "{{ zuul.resources['node-name'].namespace }}"
@ -475,7 +475,7 @@ of item.
- hosts: localhost
tasks:
- name: Copy src repos to the pod
command: >
command: >
oc rsync -q --progress=false
{{ zuul.executor.src_root }}/
{{ zuul.resources['node-name'].pod }}:src/

View File

@ -1,6 +1,6 @@
- hosts: localhost
tasks:
# We except a namespace, a context and a pod name
# We expect a namespace, a context and a pod name
- assert:
that:
- zuul.resources.container.namespace == 'zuul-ci-abcdefg'

View File

@ -1,6 +1,6 @@
- hosts: localhost
tasks:
# We except a namespace and a context
# We expect a namespace and a context
- assert:
that:
- zuul.resources.cluster1.namespace == 'zuul-ci-abcdefg'