aboutsummaryrefslogtreecommitdiff
path: root/jdk8-publish-and-report.yaml
AgeCommit message (Collapse)Author
2016-11-09jdk: Pass YEAR and DAY_OF_YEAR envarsStuart Monteith
There is an issue where jobs aren't able to run across different days, and can't be restarted across different days. This change causes jdk8-update-src-tree.yaml to generate the YEAR and DAY_OF_YEAR envars, which it puts into a property file the job subsequenetly uses as parameters to launch the other jobs. Change-Id: I70ef3cf00deb0c248d99ad20ba8bb7a49b1bc032
2016-10-20jdk: move long running job to masterFathi Boudra
master has a lot of executors to handle triggers and multijob type jobs. It should resolve the current deadlock we observe on "build" node. Change-Id: I2fb336a0d57202a5d180f65ada3c3e6525f7bbd6 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-10-19jdk: Remove empty parametersStuart Monteith
The empty parameters in jdk8-publish-and-report were overriding the values passed into jdk8-publish-all-results. The parameters should be present in each multi-job, up to the highest level job. Parameters not present in an intermediate level are not passed down. The highest level job determines the values of the parameter at all lower levels. Change-Id: I5e77cd82b76a16ac8f7ea17c3fd8a008378eff6d
2016-10-07jdk: Add parameters to publish jobsStuart Monteith
Looks like we need to add the parameters for them to be overriden by the multijob. Change-Id: I8959f27bf4ddbe1f2331126ca7ab1b9eb6bb7c23
2016-10-07jdk: Pass PUBLISH_ paramters to jdk8 publish jobsStuart Monteith
Enable the setting in one place the locations for the publishing of results across the different publish jobs. Change-Id: I1827a193479400905abeac795cc693f8901e1087
2016-10-05jdk: Add parameter publishingStuart Monteith
Add PUBLISH_HOST to multi-job to specify destination for reports. Change-Id: Ic40286edbf1a6cf06e69f655a7924219dfa86265
2016-10-05jdk: Make publishing destination configurableStuart Monteith
Be able to switch between "/home/openjdk-testing/" and "/home/openjdk-testing/staging" possible. Change-Id: I02ad18c958f55d249099e64b759c9d50f97fcca1
2016-08-22jdk8: Allow openjdk-members run publish and reportStuart Monteith
Nobody can retrigger the jdk8-publish-and-report job. Allow openjdk-members to do so. Change-Id: I126c9b6141127d6e3973090c819fb0b46e71a953
2015-11-06openjdk: use consistent display name across OpenJDK CI jobsFathi Boudra
Change-Id: I21c918bb514312c9f7ec821f934b9ca200e8b36b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-10-26jdk8-publish-and-report: fix indentationFathi Boudra
Change-Id: I7d0a92a3f1e5cf0b31072a38b19bc0a9e76a6e86 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-10-26jdk8-publish-and-report: add new OpenJDK CI jobFathi Boudra
Change-Id: Ic6f6ad79fb794ded1bc073283b84216e57248b4e Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>