Skip to content
Snippets Groups Projects
Commit 5b95f499 authored by Holger Levsen's avatar Holger Levsen
Browse files

improve documentation of builtin-pho db setup

parent dc5bc940
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,19 @@ buildinfo=#
=== cronjobs and jenkins jobs
FIXME: describe builtin-pho related cronjobs and jenkins jobs here.
jenkins jobs:
* reproducible_html_builtin-pho:
- runs on ionos7 every hour
- creates html pages for tests.r-b.o/debian
* reproducible_html_rsync_builtin-pho
- runs on jenkins every hour
- copies html pages for tests.r-b.o/debian from ionos7 to jenkins
cronjobs:
* on ionos7: see hosts/ionos7-amd64/etc/cron.d/builtin-pho in this git repo
* on coccia.debian.org bin/rsync2buildinfos.debian.net, also from this git repo,
is run every other hour via holger's crontab.
// vim: set filetype=asciidoc:
......@@ -16,7 +16,7 @@ common_init "$@"
# on which this relies.
#
# ToDo:
# 3 things to be done/FIXME:
# - create graphs
# - import the data from the database on ionos7 into the one on jenkins
# - include data for stretch and experimental
......
......@@ -11,6 +11,7 @@ common_init "$@"
# common code for tests.reproducible-builds.org
. /srv/jenkins/bin/reproducible_common.sh
echo Copying builtin-pho results from ionos7 to jenkins to be used for https://tests.reproducible-builds.org/debian
# rsync builtin-pho results from ionos7
for SUITE in ${SUITES} ; do
rsync -av ionos7-amd64.debian.net:/var/lib/jenkins/builtin-pho-html/debian/$SUITE/ $BASE/debian/$SUITE/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment