From 60a14b665ebb3cb6ba7c7112beb12ec4499c1aa7 Mon Sep 17 00:00:00 2001 From: Octavian Ciuhandu Date: Wed, 25 Jan 2017 10:56:49 -0800 Subject: [PATCH] Update Microsoft CI Accounts for Nova, Neutron and Cinder Update the Microsoft CI accounts for Nova, Neutron and Cinder projects and add newer releases in supported list. Change-Id: I1263b5d0556b7cbea044d3a2937a2626313b8715 --- etc/default_data.json | 46 +++++++++++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 17 deletions(-) diff --git a/etc/default_data.json b/etc/default_data.json index 6ebed88..31d4e43 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -242,12 +242,14 @@ "Icehouse", "Juno", "Kilo", - "Liberty" + "Liberty", + "Mitaka", + "Newton" ], "ci": { - "id": "microsoft-iscsi-ci", - "success_pattern": "SUCCESS", - "failure_pattern": "FAILURE" + "id": "microsoft_cinder_ci", + "success_pattern": "Test_iSCSI \\S+ : SUCCESS", + "failure_pattern": "Test_iSCSI \\S+ : FAILURE" } }, { @@ -275,12 +277,14 @@ "wiki": "http://docs.openstack.org/juno/config-reference/content/windows-volume-driver.html", "releases": [ "Kilo", - "Liberty" + "Liberty", + "Mitaka", + "Newton" ], "ci": { - "id": "microsoft-iscsi-ci", - "success_pattern": "SUCCESS", - "failure_pattern": "FAILURE" + "id": "microsoft_cinder_ci", + "success_pattern": "Test_SMB3_Windows \\S+ :SUCCESS", + "failure_pattern": "Test_SMB3_Windows \\S+ :FAILURE" } }, { @@ -308,12 +312,14 @@ "wiki": "http://docs.openstack.org/juno/config-reference/content/windows-volume-driver.html", "releases": [ "Kilo", - "Liberty" + "Liberty", + "Mitaka", + "Newton" ], "ci": { - "id": "microsoft-iscsi-ci", - "success_pattern": "SUCCESS", - "failure_pattern": "FAILURE" + "id": "microsoft_cinder_ci", + "success_pattern": "Test_SMB3_Linux \\S+ :SUCCESS", + "failure_pattern": "Test_SMB3_Linux \\S+ :FAILURE" } }, { @@ -3436,7 +3442,9 @@ ], "wiki": "https://github.com/openstack/manila/blob/master/doc/source/devref/share_back_ends_feature_support_mapping.rst", "releases": [ - "Liberty" + "Liberty", + "Mitaka", + "Newton" ], "ci": { "id": "microsoft_manila_ci", @@ -4071,7 +4079,7 @@ ], "wiki": "http://www.cloudbase.it/neutron-hyper-v-plugin", "ci": { - "id": "hyper-v-ci", + "id": "microsoft_neutron_ci", "success_pattern": "Build succeeded", "failure_pattern": "Build failed" }, @@ -4081,7 +4089,9 @@ "Icehouse", "Juno", "Kilo", - "Liberty" + "Liberty", + "Mitaka", + "Newton" ] }, { @@ -4842,10 +4852,12 @@ "Icehouse", "Juno", "Kilo", - "Liberty" + "Liberty", + "Mitaka", + "Newton" ], "ci": { - "id": "hyper-v-ci", + "id": "microsoft_nova_ci", "success_pattern": "Build succeeded", "failure_pattern": "Build failed" }