summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-12 23:52:52 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-12 23:52:52 +0200
commitabc5d6ee19068fc4c4a19bb61c466ac3251e9f94 (patch)
tree0cb1adef235158e664df6439403f07af80bf6cb0 /job-cfg/reproducible.yaml
parentf02bf39d07ceadc3f6882d6ccd2e8a8fe8c2b29e (diff)
downloadjenkins.debian.net-abc5d6ee19068fc4c4a19bb61c466ac3251e9f94.tar.xz
reproducible debian: rename _nodes_info to _html_nodes_info
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index f1096c58..cc51a268 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -450,12 +450,12 @@
my_description: 'Generate an HTML page showing the live status of all builds happening or scheduled by humans.'
my_timed: 'H/6 * * * *'
my_shellext: ".py"
+ - 'html_nodes_info':
+ my_description: 'Collect various information from build nodes used for reproducible builds and generate static HTML pages with various information about nodes.'
+ my_timed: '0 0 * * *'
- 'create_meta_pkg_sets':
my_description: 'Create meta package sets for later consumption when generating HTML stats.'
my_timed: '0 6 * * H/3'
- - 'nodes_info':
- my_description: 'Collect various information from build nodes used for reproducible builds.'
- my_timed: '0 0 * * *'
- 'json':
my_description: 'Generate https://reproducible.debian.net/userContent/reproducible.json for consumption by tracker.debian.org.'
my_timed: '1 * * * *'