summaryrefslogtreecommitdiffstats
path: root/jjb/releng-jobs.yaml
AgeCommit message (Collapse)AuthorFilesLines
2016-07-20Move Releng Jobs under 'releng' folderTrevor Bramwell1-124/+0
This should help clarify what jobs belong to releng, and that the yaml file is unaffiliated with 'releng-defaults' and 'releng-macros'. - Step [1/2] in publishing jobs to the Jenkins sandbox - Explicitly passes the '-r' to jenkins-jobs so that other understand releng recursively tests jobs. This option is implied by the jenkins-job-builder configuration on the server. JIRA: RELENG-91 Change-Id: Ic4bad170b3d311376a2d081089ac538b53595728 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-04-05Add missing 'scm' field to 'artifacts-api' job.Trevor Bramwell1-0/+6
Change-Id: I32a3beeeed89016fd1cfd051dac4762acdb70d6f Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-03-09Create Releng Job for Generating Artifact JSON APITrevor Bramwell1-0/+17
'opnfv.org/artifacts' uses the index.json file generated by the opnfv-artifacts.py script to list artifacts generated by other OPNFV builds. This adds a Jenkins 'cronjob' for generating and uploading a JSON file to Google Storage containing links to the artifacts and their metadata. Change-Id: I3c40391b40e1e536d4c27e27d5621bf4bc4c00a3 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-01-13Adapted include-raw with colonsjose.lausuch1-1/+1
Change-Id: I58511a1a4472742c2941c31964987dc984a2ee71 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-01-11Redirect job output to file and archive themThanh Ha1-0/+4
Change-Id: I9f23d0a191de68811062c803d7ec85d05ecd679d Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2015-12-07jjb: use default logrotate setting in all projectsRyota MIBU1-12/+0
Many projects have own logrotate definitions copied from the template. This patch make sure all projects to use the default logrotate setting, so that the infra admin can configure the values easily. This patch also fixes the logrotate rule for artifacts to keep them in the same duration as console logs exist. Note, this won't effect the hold time of artifacts in artifact.opnfv.org . Change-Id: I708a675c7e87e5f830ee36009f0c6913c003b2ed Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-12-01jjb: move 'node: master' to releng-defaults.yamlRyota MIBU1-4/+0
Change-Id: Ibc3a7466fcc2e030a6538d77e2c4521eb8daa214 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-12-01jjb: move project-style to releng-defaults.yamlRyota MIBU1-4/+0
Change-Id: Iced99bd62a8a246984e67dc28be7d4dca149e22b Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-11-27jjb: move ssh wrappers to releng-defaults.yamlRyota MIBU1-8/+0
Change-Id: I8c26ca0e0cc8d5e6a57c9cb05be663f84f2293d2 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-11-26jjb: fix builder jobs in releng-jobs.yamlRyota MIBU1-6/+0
The releng builder jobs (builder-verify and builder-merge) may not be run if the change touching docs dir. This patch makes sure those jobs will be run regardless of changes on docs dir. Change-Id: I72eb7ba6a486b46ab3971866c7f98b348eadc631 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-09-10Dont ignore changes to uils/** in verify or merge jobAric Gardner1-1/+1
Not sure why this is diffrent for verify and merge. I could be missing something, but I would like to use utils for common releng scripts if possible Change-Id: I2c2368bc229b67841692a37aa5ea7048deacb325 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-09-08Fix bug in builder-mergeFatih Degirmenci1-1/+1
Changes in utils might need to be reflected back to jobs and builder-merge job should be triggered when a change comes in to utils dir. Change-Id: I235d37c3e9023866ae974dfabdc1fa5a48d51128 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-08-27Do not trigger builder-verify and builder-merge jobs if jjb is not affectedFatih Degirmenci1-0/+10
builder-verify and builder-merge jobs are triggered when something changes in releng repo. This change uses forbidden-file-paths to exclude non-jjb folders (docs and utils for the moment) from triggering logic. JIRA: RELENG-19 Change-Id: I28f600e16c8b3393f3b77b52d39ae446339fa690 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-06-22Ensure that only ASCII characters make it into the jobs JIRA:OCTO-105Aric Gardner1-3/+2
Change-Id: I64d5d82de154c7d7fb9ca44e76d8d2a67b3ec034 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-04-17Tie releng jenkins jobs to master nodeFatih Degirmenci1-0/+4
JIRA: OCTO-49 Change-Id: If1039d1acb5452b8e56e696224e35e7091227d06 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-03-06verify test should run against workspaceAric Gardner1-1/+1
Change-Id: Id484685593bd8f76361fa164686319ef5bb646d9 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-03-02Add reverify as a Gerrit trigger keyword for the jjb-verify jobThanh Ha1-0/+2
Change-Id: Id0eee167bebb09e3d85837eb083c2f8ca241d73c Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2015-02-18Make merge job pull in latest code, and update jenkins jobsAric Gardner1-0/+2
Change-Id: I4d405907c6caae8480454bf9cb10956515a7ef16 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-02-18Added project parametersAric Gardner1-1/+5
Change-Id: I931978d631c6e7722d37ac53daf86adf421e5aea Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-02-18Inital commit for jenkins job builderAric Gardner1-0/+110
Change-Id: I8c50158e55a6ddb46fd1f74dbc81e668402e089f Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>