diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-11-03 00:12:15 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-03 00:12:15 +0100 |
commit | b77e5746d1a18b5aa5744f5c9542f67dc0890445 (patch) | |
tree | 2f77c4250c1b3b7221c24fc20cd68907aeab0042 | |
parent | b36faf988d5602ea30f621bad8b3f7dbcaa90cb9 (diff) | |
download | jenkins.debian.net-b77e5746d1a18b5aa5744f5c9542f67dc0890445.tar.xz |
g-i-i: enable live-screenshot plugin
-rw-r--r-- | TODO | 11 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 2 |
2 files changed, 9 insertions, 4 deletions
@@ -34,14 +34,14 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian * add support for live screenshot plugin * use the package from jessie * this seems to be helpful: http://en.wikipedia.org/wiki/YAML#References (pyyaml which jenkins-job-builder uses supports them) -* support for gitweb in jobs -** needs clean merge of my patches to jenkins-job-builder first... +* needs clean merge of my patches to jenkins-job-builder... * cleanup my patches (eg add documentation) and send pull requests on github: ** publisher:logparse ** publisher:htmlpublisher ** publisher:imagegallery ** svn:scm -** properties: sidebar +** properties:sidebar +** wrappers:live-screenshot == Improve existing tests @@ -73,8 +73,11 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian === g-i-installation_* -* for edu: pick LANG from predefined list at random - if last build was not successful or unstable fall back to English +* pick LANG from predefined list at random - if last build was not successful or unstable fall back to English ** these jobs would not need to do an install, just booting them in rescue mode is probably enough +* for edu mainservers running as servers for workstations etc: "d-i partman-auto/choose_recipe select atomic" to be able to use smaller disk images +** same usecase: -monitor none -nographic -serial stdio +** same usecase: -snapshot maybe??? === reproducible diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 35214a8b..1a706e02 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -30,6 +30,8 @@ title: '{my_title}' includes: 'results/*.png' image-width: 300 + wrappers: + - live-screenshot properties: - sidebar: url: https://jenkins.debian.net/userContent/about.html |