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
This commit is contained in:
Octavian Ciuhandu 2017-01-25 10:56:49 -08:00
parent 96dc5081ae
commit 60a14b665e
1 changed files with 29 additions and 17 deletions

View File

@ -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"
}