aboutsummaryrefslogtreecommitdiff
path: root/jdk8-build-image.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-08-10 13:28:54 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2016-08-10 13:01:46 +0000
commit91aa5e08def898824624c27e36c34ec275bdd00c (patch)
treec0b81d1c35117fc991c81d22a7a582c3df0d5298 /jdk8-build-image.yaml
parent7bb89b8412bcfbf0d30d8e69bd46722d296f0746 (diff)
jdk8: Move from logrotate to build-discarder
There were warnings using the logrotate property. This replaces it with a build-discarder property. Change-Id: I6b34938eca86c050d2edb5aa70ab91a9c1b76d11
Diffstat (limited to 'jdk8-build-image.yaml')
-rw-r--r--jdk8-build-image.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/jdk8-build-image.yaml b/jdk8-build-image.yaml
index d3d791d3..fd4cd91e 100644
--- a/jdk8-build-image.yaml
+++ b/jdk8-build-image.yaml
@@ -6,14 +6,15 @@
* Configures and builds jdk8 (ie, bin/java, bin/javac, et al) for various configurations.<br>
* The source tarball is copied from the jdk8-update-src-tree job.<br>
* <b>Note:</b> we are no longer building -fastdebug variants as there is not enough time to test the images.
- logrotate:
- numToKeep: 10
- artifactNumToKeep: 1
properties:
- authorization:
anonymous:
- job-read
- job-extended-read
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 10
+ artifact-num-to-keep: 5
disabled: false
node: aarch64-06
display-name: 'OpenJDK 8 - Configure and build OpenJDK 8'