GitHub triggers need distinct status contexts 15/5615/1 v0.5.1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 24 Jul 2017 20:47:15 +0000 (13:47 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 24 Jul 2017 20:47:15 +0000 (13:47 -0700)
For GitHub to register each of the different jobs that are running for
verify (and merge?) we need distinct status context strings.

Change-Id: Ie240797dcb383b9f6a09319db902df9a6f46c942
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/lf-ci-jobs.yaml

index 4191a9c..5c5ab84 100644 (file)
       - lf-infra-github-pr-trigger:
           trigger-phrase: '^remerge$'
           only-trigger-phrase: true
-          status-context: 'JJB Merge'
+          status-context: 'Packer {platforms}-${templates} Merge'
           permit-all: false
           github-hooks: true
           github-org: '{github-org}'
       - lf-infra-github-pr-trigger:
           trigger-phrase: '^recheck$'
           only-trigger-phrase: false
-          status-context: 'JJB Verify'
+          status-context: 'Packer Verify'
           permit-all: true
           github-hooks: true
           github-org: ''