Add separate labels for the CI process.
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 24 Nov 2015 17:49:07 +0000 (18:49 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 24 Nov 2015 17:51:29 +0000 (18:51 +0100)
[label "ci-image-build"]       - Image build in jenkins +/-1
[label "ci-image-boot-test"]   - Image boot test (e.g. lava) +/-1
[label "ci-image-ltsi-test"]   - Image ltsi test +/-1
[label "ci-image-ui-test"]     - Image UI test (e.g. manual or openqa) +/-1

Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
project.config

index 2516a3f..3bb9050 100644 (file)
        forgeAuthor = group AGL-committers
        forgeAuthor = group AGL-mergers
        create = group AGL-mergers
+[label "ci-image-build"]
+       function = NoBlock
+       value = -1 Fails
+       value =  0 No score
+       value = +1 Verified
+[label "ci-image-boot-test"]
+       function = NoBlock
+       value = -1 Fails
+       value =  0 No score
+       value = +1 Verified
+[label "ci-image-ltsi-test"]
+       function = NoBlock
+       value = -1 Fails
+       value =  0 No score
+       value = +1 Verified
+[label "ci-image-ui-test"]
+       function = NoBlock
+       value = -1 Fails
+       value =  0 No score
+       value = +1 Verified
 [access "refs/tags/*"]
        pushTag = group AGL-mergers
        pushTag = group Project Owners