aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2024-05-07 16:30:51 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2024-05-07 16:30:51 +0000
commite08e20b3427bccf7009765ed29f637d596882b76 (patch)
treec53f156810177cfc657b5c716ee2c441026c7f6a
parent69b3c329bffd89aca64cf5618bb07f3c619d8d93 (diff)
latest-amd64-tcwg-cimonitor: Add generation of LNT-ARM dashboardHEADmaster
Change-Id: I1b930bf3d1b39eed7ddc0b6afba1edb270f2d349
-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 7b75dd9b..832897ad 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 /jenkins-scripts/cimonitor-configs/LNT.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 /jenkins-scripts/cimonitor-configs/LNT-ARM.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/* \