Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jenkins.debian.net
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian QA
jenkins.debian.net
Commits
5b95f499
Commit
5b95f499
authored
4 years ago
by
Holger Levsen
Browse files
Options
Downloads
Patches
Plain Diff
improve documentation of builtin-pho db setup
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
dc5bc940
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.builtin-pho-db
+14
-1
14 additions, 1 deletion
README.builtin-pho-db
bin/reproducible_html_builtin-pho.sh
+1
-1
1 addition, 1 deletion
bin/reproducible_html_builtin-pho.sh
bin/reproducible_html_rsync_builtin-pho.sh
+1
-0
1 addition, 0 deletions
bin/reproducible_html_rsync_builtin-pho.sh
with
16 additions
and
2 deletions
README.builtin-pho-db
+
14
−
1
View file @
5b95f499
...
...
@@ -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:
This diff is collapsed.
Click to expand it.
bin/reproducible_html_builtin-pho.sh
+
1
−
1
View file @
5b95f499
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
bin/reproducible_html_rsync_builtin-pho.sh
+
1
−
0
View file @
5b95f499
...
...
@@ -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
/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment