aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2024-03-21 17:17:01 +0000
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2024-03-27 18:31:57 +0000
commit7c1fe7d55a4d2024bd4e2bf5c46d1fe2c315739e (patch)
treebf8d2c541840b33d914fa8be89632ef4e9bc6aac
parenteb36c3368dba8da1c80af18d17ec34c935dee154 (diff)
latest-amd64-tcwg-cimonitor: Add generation of LNT dashboard
Change-Id: I39df70310b794e1ab5b1f3c973b84dc755ba58a4
-rw-r--r--latest-amd64-tcwg-cimonitor/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/latest-amd64-tcwg-cimonitor/Dockerfile b/latest-amd64-tcwg-cimonitor/Dockerfile
index 70879366..7b75dd9b 100644
--- a/latest-amd64-tcwg-cimonitor/Dockerfile
+++ b/latest-amd64-tcwg-cimonitor/Dockerfile
@@ -14,7 +14,7 @@ RUN apt-get update \
&& ln -s /public_html /usr/share/nginx/html \
&& mkdir -p /public_html /public_html/for-ci-devs \
&& ln -s tcwg.html /public_html/index.html \
- && echo "*/20 * * * * git -C /jenkins-scripts pull >/dev/null 2>&1 && /jenkins-scripts/generate-cimonitor-dashboard.py /jenkins-scripts/cimonitor-configs/CI-TCWG.yaml /jenkins-scripts/cimonitor-configs/CI-TCWG-BISECT.yaml /jenkins-scripts/cimonitor-configs/CI-TCWG-ARM.yaml --output /public_html > /public_html/generate-cimonitor-dashboard.trace 2>&1" > /tmp/crontab.txt \
+ && echo "*/20 * * * * git -C /jenkins-scripts pull >/dev/null 2>&1 && /jenkins-scripts/generate-cimonitor-dashboard.py /jenkins-scripts/cimonitor-configs/CI-TCWG.yaml /jenkins-scripts/cimonitor-configs/CI-TCWG-BISECT.yaml /jenkins-scripts/cimonitor-configs/CI-TCWG-ARM.yaml /jenkins-scripts/cimonitor-configs/LNT.yaml --output /public_html > /public_html/generate-cimonitor-dashboard.trace 2>&1" > /tmp/crontab.txt \
&& crontab /tmp/crontab.txt \
&& rm -rf \
/var/lib/apt/lists/* \