aboutsummaryrefslogtreecommitdiff
path: root/ci-job-configs-sanity-check.yaml
AgeCommit message (Collapse)Author
2023-08-29ci-job-configs-sanity-check: force re-runKelley Spoon
During an effort to clear up diskspace, the config.xml for many jobs that hadn't been updated in a while to be archived. This should trigger jjb by making a small throwaway change. Signed-off-by: Kelley Spoon <kelley.spoon@linaro.org> Change-Id: I7d162ae97350489eb02ffd1062ffd00352682b25
2023-08-27ci-job-configs-sanity-check: Touch to ensure job is presentMaxim Kuvyrkov
Gerrit sanity check triggers for ci/job/configs.git stopped working, and I cannot find ci-job-configs-sanity-check in the list jenkins jobs. Deployment job seems to work OK. Maybe the sanity check job was removed by accident and this patch is intended to regenerate it. to regenerate the sanity check job Change-Id: I57b94a0cbd404a09d91747636eaf32f9dd24d46c
2021-11-01run-jjb: convert to python3Riku Voipio
With python2 out of support, move this script over to python3. 1. Move from subprocess.Popen to the new subprocess.run. This is higher level function better suited for the task. Unfortunately this is not available on python2, so the existing python2-based CI check fails. 2. Use .decode() to convert bytes to utf8 as required on python3 3. replace a single print " " to print () as the prior form is not supported on python3 Change-Id: I9e9f337c4ff1f2bdb8a211ff05f39fc2f7f835d6
2021-02-12ci-job-configs-sanity-check: move to triggersRiku Voipio
In order to make the job run faster Change-Id: I3e8e84ada8aee0de50c5da98452625695d33dc9e
2021-01-27infrastructure jobs: move speed laneRiku Voipio
docker-bionic-short is or jobs that don't build things but simply execute fast. It's a speed lane to overtake long jobs that take hours. Change-Id: Ic074edacd3ab03d62635bc6b30119e1096076a65 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2021-01-19ci-job-configs-sanity-check: allow concurrent runsRiku Voipio
Change-Id: I624b8375b25d5a668b448b4170b6141591e21a84
2021-01-19ci-job-configs: skip package installRiku Voipio
Change-Id: Ic1f3b7e29fb3750b001b181a889be76ee3e7d577 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2021-01-12ci-job-configs-sanity-check: move off masterRiku Voipio
Change-Id: I6722cfe39b11baed267df58922d94fd9fedcbdd5 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2019-06-18infrastructure: use mailing list for errorsRiku Voipio
rename ci-yadp-builder-sanity-check.yaml to match job name Change-Id: Ib22a3c10682478a69f10b3988ead16afff68ca0a Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2019-03-12configs: Update job to use GIT SCMBenjamin Copeland
Change-Id: I1466758c63f14bcdcb70bccf93d4b541d502873e
2018-08-03Revert "run-jjb.py: Update to handle file deletes"Dan Rue
This reverts commit d3de4ad1f7a023a26f322427780f2957805f41ce. Change-Id: Ieac3bfcb5a780920f1cdb109fc6733c1b67a9a90
2018-08-02run-jjb.py: Update to handle file deletesDan Rue
Also add in required 'action' arg (test|update) instead of running sed against run-jjb.py. Change-Id: I2ff0fd292daee1d92b00921661ebcb68745e9d81 Signed-off-by: Dan Rue <dan.rue@linaro.org>
2017-04-07ci-job-configs: Add email recipientBen Copeland
Change-Id: I12912864a98b632b0b14cabc530417be280b93ab
2017-04-06ci-job-configs: rename jenkins-job-builder -> jenkins-jobsFathi Boudra
When installed from pip, the command is called jenkins-jobs. Change-Id: Id01da3c6ebeaca779e0cd6c111f0990dc7b20daf Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2017-01-11ci-job-configs: increase shallow clone depth to 2Ben Copeland
Since latest gerrit update from 2.12 to 2.13, rev-parse isn't able to get last commit due to using depth 1. Increasing the depth to 2 allows rev-parse to work again. Change-Id: Iff0523b05298fb5672b1ad64d34ee3beacd9d8a6
2016-11-06ci-jobs-configs: get rid of PUBLISH_KEYFathi Boudra
It has been deprecated in favor of linaro-publish-token, and all the jenkins jobs have been converted. Change-Id: Iab562b9fb6ce68e0eb2aa73645f78226b707c5ea Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-06ci-job-configs-sanity-check: sync with the deployment jobFathi Boudra
Change-Id: I7493fc77dbeaf7a0d64fedad934e513da160bc06 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-11-04ci-job-configs-sanity-check: get rid of git scm plugin usageFathi Boudra
Workaround the following error: FATAL: org.eclipse.jgit.revwalk.RevWalk.release()V java.lang.NoSuchMethodError: org.eclipse.jgit.revwalk.RevWalk.release()V Caused by incompatible usage of JGit3/JGit4 in git/git-client/gerrit-trigger plugins. Change-Id: I7ed3a82e58a7c50a5ed97d219d6423ff552db3e7 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-10-19ci-job-configs-sanity-check: move to masterFathi Boudra
Change-Id: Ic0aea71a7be2b9480bc5f28852e1b75fd6522b75 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-08-18ci-job-configs-sanity-check: display jenkins-job-builder versionFathi Boudra
Change-Id: I4059dac1407afee75b288e7db31455d7e742f6fb Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2016-05-10ci-job-configs-sanity-check: Don't post 'build started' messages.Daniel Díaz
The time it takes to run the sanity checks is so short that giving advanced notice that the change is being analyzed provides little value. Even for large patchsets, the owner might already be expecting the verdict, and the 'build started' message will only spam their mailbox. Change-Id: Ic3c6deccbe111e7edc35bfa1b20cbddf2f4d2e4d Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-04-26Add CI job configs sanity checkFathi Boudra
Change-Id: I87b948502d6a5057868a3491eb67d034793dfe88 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>