aboutsummaryrefslogtreecommitdiff
path: root/ci-job-configs-sanity-check.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2023-08-27 17:09:41 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2023-08-27 17:13:05 +0000
commit744aa5cb15470229df28bf4d31d26c4febc96aec (patch)
treee39e0102582f0956057779eca68b5efeb8b03ea3 /ci-job-configs-sanity-check.yaml
parentf924a92b73600aadca01d75466d85a94d05f3f5e (diff)
ci-job-configs-sanity-check: Touch to ensure job is present
Gerrit sanity check triggers for ci/job/configs.git stopped working, and I cannot find ci-job-configs-sanity-check in the list jenkins jobs. Deployment job seems to work OK. Maybe the sanity check job was removed by accident and this patch is intended to regenerate it. to regenerate the sanity check job Change-Id: I57b94a0cbd404a09d91747636eaf32f9dd24d46c
Diffstat (limited to 'ci-job-configs-sanity-check.yaml')
-rw-r--r--ci-job-configs-sanity-check.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-job-configs-sanity-check.yaml b/ci-job-configs-sanity-check.yaml
index ef2ddaa90d..44a60a400b 100644
--- a/ci-job-configs-sanity-check.yaml
+++ b/ci-job-configs-sanity-check.yaml
@@ -59,7 +59,7 @@
cd configs/
# FIXME run-jjb.py was meant to be used for deployment only
- # use JJB 'test' command instead of 'update' command
+ # 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)