#40 Update label schema in common
Closed 5 years ago by waynesun. Opened 5 years ago by waynesun.
fedora-ci/ waynesun/messages label  into  master

file modified
+9 -7
@@ -49,13 +49,15 @@ 

          type: string

          format: uri

      label:

-         description:

-             Additional label to distinguish the same test types from each

-             other, i.e. "tier1 - slow", "tier1 - fast".

-         examples:

-             - slow

-             - fast

-         type: string

+         items:

+             description:

+                 Additional label to distinguish the same test types from each

+                 other, i.e. "tier1 - slow", "tier1 - fast".

+             examples:

+                 - slow

+                 - fast

+             type: string

+         type: array

      lifetime:

          description:

              Number of minutes the test is expected to run.

Update label from string to list to support multiple labels, with this update
user need update message label to set it as list.

Signed-off-by: Wayne Sun gsun@redhat.com

Pull-Request has been closed by waynesun

5 years ago
Metadata