summaryrefslogtreecommitdiffstats
path: root/jjb/models
AgeCommit message (Collapse)AuthorFilesLines
2018-05-16Rename files under jjb from 'yml' to 'yaml'Trevor Bramwell1-0/+0
global-jjb only supports the .yaml file ending for jjb jobs. Instead of waiting for a release we're going to rename the files. Change-Id: Icf3339eacd2320c583333e02250998cf6b1881f7 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-01-10Reduce Basic Job DuplicationTrevor Bramwell1-62/+1
In the initial formation of projects we found it easy to copy job definitions to provide project a baseline job config to work off. This has led to a lot of duplication and misalignment with the gerrit triggers and default build server tag to be used. Collapsing these jobs into a job-group containing the stream and a verify job per-stream, should help reduce this duplication. Change-Id: Icb366487590a145be4cbfc0637a8d86a6d9b7cec Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-03Create euphrates jobs for remaining projectsFatih Degirmenci1-1/+1
Change-Id: I1aee6c882b863ab69393ba906ae8b067a426fc3b Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-09-12Fix Yamllint Violations for jjb/modelsTrevor Bramwell1-42/+43
JIRA: RELENG-254 Change-Id: I88147ba688b427a2dba8fed1e634b9c4466a2a88 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-03-15jjb: Set disable-strict-forbidden-file-verification to 'true'Markos Chandras1-0/+1
Previously, if an upstream patchset contained a change for a file listed in 'forbidden-file-paths' the job would not be triggered. This is not desirable since such a patchset may contain important changes so we enable the 'disable-strict-forbidden-file-verification' option which triggers the job unless the patchset only contains changes for the files listed in 'forbidden-file-paths'. Note: The diff was generated using the following script: for i in $(grep -l -r forbidden-file-paths *);do sed -i "s/\(^.*\)forbidden-file-paths/\1disable-strict-forbidden-file-verification: \'true\'\n&/" $i; done Please double check that the changes look sensible for each team's project. Change-Id: Ifa86d3a39b36375b2fd52b449e29c8dc757499b4 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-02-27Comment out shellcheck jobAimee Ukasick1-1/+1
JIRA: COPPER-35 JIRA: MODELS-47 JIRA: VES-10 Temporary disabling of shellcheck job in Copper, Models, VES. Change-Id: I6f4eb0a921676d990d951710651e25991543bd08 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-02-20Initial add of Models job fileAimee Ukasick1-0/+67
JIRA: MODELS-47 Created models.yml based on copper.yml. Added shellcheck. Change-Id: Ic7e451780ad271e66e47c49cc087748267c11b33 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>