aboutsummaryrefslogtreecommitdiff
path: root/jdk8-jcstress-test-persist-results.yaml
AgeCommit message (Collapse)Author
2017-03-29jdk: Fix jcstress paths, compress resultsStuart Monteith
The jcstress testsuite generates a results file with a new file name. The cp command to copy this file was failing. Compress the jcstress tests results. Before this change, the output was suffixed with gz, but wasn't actually gzipped. Change-Id: Ifd034150a6dbd38ff5294694c4b94cfc6a23c4d1
2017-03-02jdk: Make all jdk jobs configuration viewable.Stuart Monteith
With the exception of the benchmarks, the job configurations should be viewable. Change-Id: Id1784ae8cb9a54f77b80c1844fdc78509f4ad163
2016-12-01jdk: Disable jcstress client variant persistenceStuart Monteith
The jcstress job variants are restricted to only the server variant in jdk?-build-and-test. We have to comment out the client variants here are they are triggered differently. Change-Id: I48a747cf55fcf93ff6f129d74e5654ab56b7cec5
2016-11-28jdk: Enable client buildsStuart Monteith
With the scripts inserted, enable the matrix execution of the client builds across the jobs. Change-Id: I7b6c35ea891a34090d03bc82e81d9e48531e8530
2016-11-24jdk: Add permissions for openjdk-members jobsStuart Monteith
Add openjdk-members access across the board to jdk jobs. Change-Id: Id8c2db686f317f456f9dff6355a6e2e377769bd2
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-31jdk8: Update jobs to use jdk8uStuart Monteith
And pass JDK_VERSION variable to scripts. This make splitting the jobs more easy to split between jdk8u and jdk9. Change-Id: I8d0d2ff61cbab955d7d144e18bdeab6b3d016a50
2016-10-24jdk: Separate jdk8 from jdk9 persistent dataStuart Monteith
Currently, we place jdk8 jobs into $HOME/srv/openjdk - change to $HOME/srv/openjdk8. Do likewise to jdk9 in another commit. Change-Id: I2c8229503d98d4d6e438523e5d9a5d9bfa9fff38
2016-08-23jdk8: jcstress create results dirStuart Monteith
Was missing persistent results dir. Change-Id: I9fa01e15137e48a0134522a0ede9238769e0aaf0
2016-08-23jdk8: Fix jcstress results processingStuart Monteith
Add missing label field and tolerate missing results.csv file. Change-Id: Id2a008e392fe1f6803917580fc724a1ca700ee2a
2016-08-10jdk8: Move from logrotate to build-discarderStuart Monteith
There were warnings using the logrotate property. This replaces it with a build-discarder property. Change-Id: I6b34938eca86c050d2edb5aa70ab91a9c1b76d11
2016-08-09jdk8: Replace ~openjdk-testing from the paths.Stuart Monteith
Adds "PERSIST" variable which currently points to "$HOME/srv/openjdk". This removes a dependency on the ~openjdk-testing userid, which won't ever exist on ci.linaro.org. Removes dependency on the *-test-scripts directories being already checked out. Instead, the "jdk8-*-persist" jobs check out the test scripts and the "jdk8-*-publish" jobs reuse them. Change-Id: Id25f1f1ac2e9a33f63cb393b6f1e8c7eb3dee2e0
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-jcstress-test-persist-results: add new OpenJDK CI jobFathi Boudra
Change-Id: I7a6f19c0351a2fa778c373e9ac31789f988eb0fe Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>