commit | d8e778fdb016cc5c04ba7909c2067bfe920f6d0e | [log] [tgz] |
---|---|---|
author | James E. Blair <jeblair@linux.vnet.ibm.com> | Tue Dec 22 14:09:20 2015 -0800 |
committer | James E. Blair <jeblair@linux.vnet.ibm.com> | Tue Dec 22 14:09:20 2015 -0800 |
tree | 9ebc546c2cd22c39160220cb6560b421a67ebd67 | |
parent | fb610ce27450768e93edadc8f782788b9a527161 [diff] |
Alter config format to lists of dictionaries Rather than the previous dictionary of lists. Change-Id: I0f8ffba15da489da097b14388699685f22b0579f
diff --git a/tests/fixtures/config/in-repo/common.yaml b/tests/fixtures/config/in-repo/common.yaml index f38406b..58b2051 100644 --- a/tests/fixtures/config/in-repo/common.yaml +++ b/tests/fixtures/config/in-repo/common.yaml
@@ -1,5 +1,5 @@ -pipelines: - - name: check +- pipeline: + name: check manager: independent source: gerrit @@ -13,7 +13,8 @@ gerrit: verified: -1 - - name: tenant-one-gate +- pipeline: + name: tenant-one-gate manager: dependent success-message: Build succeeded (tenant-one-gate). source:
diff --git a/tests/fixtures/config/in-repo/main.yaml b/tests/fixtures/config/in-repo/main.yaml index df7dadd..e8b7665 100644 --- a/tests/fixtures/config/in-repo/main.yaml +++ b/tests/fixtures/config/in-repo/main.yaml
@@ -1,5 +1,5 @@ -tenants: - - name: tenant-one +- tenant: + name: tenant-one include: - common.yaml source: