Add all-in-one CI mode and make coreos test aio (#1665)

This commit is contained in:
Matthew Mosesohn
2017-09-15 22:28:37 +01:00
committed by GitHub
parent 8e731337ba
commit 0aab3c97a0
3 changed files with 23 additions and 7 deletions

View File

@@ -15,6 +15,8 @@
instance_names: >-
{%- if mode in ['separate', 'separate-scale', 'ha', 'ha-scale'] -%}
k8s-{{test_name}}-1,k8s-{{test_name}}-2,k8s-{{test_name}}-3
{%- elif mode == 'aio' -%}
k8s-{{test_name}}-1
{%- else -%}
k8s-{{test_name}}-1,k8s-{{test_name}}-2
{%- endif -%}