From: Jan-Simon Möller Date: Tue, 24 Nov 2015 17:49:07 +0000 (+0100) Subject: Add separate labels for the CI process. X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=ae2748fa9427b6c3ce21586886efa2e8db8a6e01;p=AGL.git Add separate labels for the CI process. [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 --- diff --git a/project.config b/project.config index 2516a3f..3bb9050 100644 --- a/project.config +++ b/project.config @@ -20,6 +20,26 @@ 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