aboutsummaryrefslogtreecommitdiff
path: root/jdk8-update-src-tree.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-02-26 14:55:17 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-02-26 14:55:17 +0200
commitaadd3b13327dbd6259943c3832f1c8cd43a4c850 (patch)
tree74e6aa901b018c614c93b38d26b57bd925991568 /jdk8-update-src-tree.yaml
parentad69bffdd83ba105ab8fc2749d693b228dee7fbf (diff)
jdk-update-src-tree: fix multiple scm syntax
The build jobs were deployed successfully but don't match expectations: it didn't contained multiple scm at all... Enable the jobs too. Change-Id: Ic1c4ad0a3e508e5418ab3341c854f3ea2a44c83b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'jdk8-update-src-tree.yaml')
-rw-r--r--jdk8-update-src-tree.yaml74
1 files changed, 53 insertions, 21 deletions
diff --git a/jdk8-update-src-tree.yaml b/jdk8-update-src-tree.yaml
index f717cd1c..f9f43182 100644
--- a/jdk8-update-src-tree.yaml
+++ b/jdk8-update-src-tree.yaml
@@ -1,57 +1,89 @@
-- job:
- name: jdk8-update-src-tree
- project-type: freestyle
- defaults: global
- description: |
- This job polls upstream Mercurial servers for changes and,<br>
- if there are any, triggers "jdk8-build-and-test".<br>
- Note: this job archives the src which is later required by the jtreg<br>
- report and publish job. The build-date.sh artefact contains shell<br>
- variables for the day and day-of-year the source was archived.
- logrotate:
- numToKeep: 10
- artifactNumToKeep: 1
- properties:
- - authorization:
- anonymous:
- - job-read
- - job-extended-read
- disabled: true
- node: aarch64-06
- display-name: 'OpenJDK 8 - Update jdk8 source tree'
+- scm:
+ name: jdk8
scm:
- hg:
url: http://hg.openjdk.java.net/aarch64-port/jdk8
clean: true
subdir: jdk8
+- scm:
+ name: corba
+ scm:
- hg:
url: http://hg.openjdk.java.net/aarch64-port/jdk8/corba
clean: true
subdir: jdk8/corba
+- scm:
+ name: hotspot
+ scm:
- hg:
url: http://hg.openjdk.java.net/aarch64-port/jdk8/hotspot
clean: true
subdir: jdk8/hotspot
+- scm:
+ name: jaxp
+ scm:
- hg:
url: http://hg.openjdk.java.net/aarch64-port/jdk8/jaxp
clean: true
subdir: jdk8/jaxp
+- scm:
+ name: jaxws
+ scm:
- hg:
url: http://hg.openjdk.java.net/aarch64-port/jdk8/jaxws
clean: true
subdir: jdk8/jaxws
+- scm:
+ name: jdk
+ scm:
- hg:
url: http://hg.openjdk.java.net/aarch64-port/jdk8/jdk
clean: true
subdir: jdk8/jdk
+- scm:
+ name: langtools
+ scm:
- hg:
url: http://hg.openjdk.java.net/aarch64-port/jdk8/langtools
clean: true
subdir: jdk8/langtools
+- scm:
+ name: nashorn
+ scm:
- hg:
url: http://hg.openjdk.java.net/aarch64-port/jdk8/nashorn
clean: true
subdir: jdk8/nashorn
+- job:
+ name: jdk8-update-src-tree
+ project-type: freestyle
+ defaults: global
+ description: |
+ This job polls upstream Mercurial servers for changes and,<br>
+ if there are any, triggers "jdk8-build-and-test".<br>
+ Note: this job archives the src which is later required by the jtreg<br>
+ report and publish job. The build-date.sh artefact contains shell<br>
+ variables for the day and day-of-year the source was archived.
+ logrotate:
+ numToKeep: 10
+ artifactNumToKeep: 1
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ disabled: false
+ node: aarch64-06
+ display-name: 'OpenJDK 8 - Update jdk8 source tree'
+ scm:
+ - jdk8
+ - corba
+ - hotspot
+ - jaxp
+ - jaxws
+ - jdk
+ - langtools
+ - nashorn
triggers:
# FIXME - Spread load evenly by using ‘H 00 * * *’
- pollscm: '03 00 * * *'