From 379003e857da08bae0b43292d22ce66bca5e0e86 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 19 Apr 2018 17:55:42 -0700 Subject: [PATCH] Update comment triggers XC CLM Update comment triggers for Python XC CLM jobs. From "run-xc-clm" to "run-clm" to make it more consistent with other clm jobs. Changes made in response to the comments in I5e5c420539ab3a3e5b292620da4418c16d557221 Change-Id: I637d03805e19460c6c9abb20af61ee4d9d34763e Signed-off-by: Jessica Wagantall --- jjb/lf-python-jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/lf-python-jobs.yaml b/jjb/lf-python-jobs.yaml index cd492ab2..9041aefb 100644 --- a/jjb/lf-python-jobs.yaml +++ b/jjb/lf-python-jobs.yaml @@ -112,7 +112,7 @@ gerrit_clm_triggers: - comment-added-contains-event: - comment-contains-value: run-xc-clm$ + comment-contains-value: run-clm$ ##################### # Job Configuration # @@ -185,7 +185,7 @@ triggers: - lf-infra-github-pr-trigger: - trigger-phrase: '^run-xc-clm$' + trigger-phrase: '^run-clm$' only-trigger-phrase: false status-context: 'CLM' permit-all: true -- 2.16.6