aboutsummaryrefslogtreecommitdiff
path: root/ci-job-configs-sanity-check.yaml
diff options
context:
space:
mode:
authorDan Rue <dan.rue@linaro.org>2018-02-01 13:51:58 -0600
committerDan Rue <dan.rue@linaro.org>2018-08-02 18:23:38 +0000
commitd3de4ad1f7a023a26f322427780f2957805f41ce (patch)
treec1df0a31f644f84197fdd9d8f2dab79bb37fce82 /ci-job-configs-sanity-check.yaml
parentfbef599a9b4830ba90e6d40a32a34069d914302a (diff)
run-jjb.py: Update to handle file deletes
Also add in required 'action' arg (test|update) instead of running sed against run-jjb.py. Change-Id: I2ff0fd292daee1d92b00921661ebcb68745e9d81 Signed-off-by: Dan Rue <dan.rue@linaro.org>
Diffstat (limited to 'ci-job-configs-sanity-check.yaml')
-rw-r--r--ci-job-configs-sanity-check.yaml6
1 files changed, 1 insertions, 5 deletions
diff --git a/ci-job-configs-sanity-check.yaml b/ci-job-configs-sanity-check.yaml
index 76e79c73eb..161c5c5c6d 100644
--- a/ci-job-configs-sanity-check.yaml
+++ b/ci-job-configs-sanity-check.yaml
@@ -51,14 +51,10 @@
git fetch https://review.linaro.org/${GERRIT_PROJECT} ${GERRIT_REFSPEC}
git checkout -q FETCH_HEAD
- # FIXME run-jjb.py was meant to be used for deployment only
- # use JJB 'test' command instead of 'update' command
- sed -i "s|update|test|" run-jjb.py
-
export GIT_PREVIOUS_COMMIT=$(git rev-parse HEAD~1)
export GIT_COMMIT=${GERRIT_PATCHSET_REVISION}
jenkins-jobs --version
- python run-jjb.py
+ python run-jjb.py test
publishers:
- email:
recipients: 'fathi.boudra@linaro.org ben.copeland@linaro.org'