PR vetting: add job name to the commit status

Currently we get only one feedback even though we now have 2 job
running on presubmit (normal and remote tests).

Change-Id: I7156827c7d08540e41c48d69c08884405e7d2289
diff --git a/jenkins/build_defs/bazel-job-PR.xml.tpl b/jenkins/build_defs/bazel-job-PR.xml.tpl
index df1737c..8aaf557 100644
--- a/jenkins/build_defs/bazel-job-PR.xml.tpl
+++ b/jenkins/build_defs/bazel-job-PR.xml.tpl
@@ -45,7 +45,7 @@
           <triggerPhrase></triggerPhrase>
           <extensions>
             <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
-              <commitStatusContext>ci.bazel.io</commitStatusContext>
+              <commitStatusContext>ci.bazel.io - {{ variables.NAME }}</commitStatusContext>
               <triggeredStatus></triggeredStatus>
               <startedStatus></startedStatus>
               <statusUrl>${RUN_DISPLAY_URL}</statusUrl>