Update Cloudbase CI

Fix cinder and nova CI id and patterns

Change-Id: Ifcb8f9b01a11ff41d82f487b3410aa8f5bf6c899
This commit is contained in:
Andrei Bacos 2017-09-14 19:26:11 +03:00
parent b99251171f
commit 01613cc7b6
1 changed files with 15 additions and 12 deletions

View File

@ -261,12 +261,13 @@
"Liberty",
"Mitaka",
"Newton",
"Ocata"
"Ocata",
"Pike"
],
"ci": {
"id": "cinder-smb3-ci",
"success_pattern": "Test_iSCSI \\S+ : SUCCESS",
"failure_pattern": "Test_iSCSI \\S+ : FAILURE"
"id": "cinder_smb3_ci",
"success_pattern": "cinder-iscsi-full-tempest \\S+ : SUCCESS",
"failure_pattern": "cinder-iscsi-full-tempest \\S+ : FAILURE"
}
},
{
@ -297,12 +298,13 @@
"Liberty",
"Mitaka",
"Newton",
"Ocata"
"Ocata",
"Pike"
],
"ci": {
"id": "cinder-smb3-ci",
"success_pattern": "Test_SMB3_Windows \\S+ :SUCCESS",
"failure_pattern": "Test_SMB3_Windows \\S+ :FAILURE"
"id": "cinder_smb3_ci",
"success_pattern": "cinder-smb3-windows-full-tempest \\S+ :SUCCESS",
"failure_pattern": "cinder-smb3-windows-full-tempest \\S+ :FAILURE"
}
},
{
@ -5205,12 +5207,13 @@
"Liberty",
"Mitaka",
"Newton",
"Ocata"
"Ocata",
"Pike"
],
"ci": {
"id": "nova-hyperv-ci",
"success_pattern": "Build succeeded",
"failure_pattern": "Build failed"
"id": "nova_hyperv_ci",
"success_pattern": "nova-dsvm-full-tempest \\S+ : SUCCESS",
"failure_pattern": "nova-dsvm-full-tempest \\S+ : FAILURE"
}
},
{