summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest-docker.yaml
AgeCommit message (Collapse)AuthorFilesLines
2019-04-13Take new amd_dirs into accountCédric Ollivier1-2/+2
It avoids falsy builds for RaspberryPI in Releng [1]. [1] https://build.opnfv.org/ci/job/functest-core-docker-build-amd64-master/659/console Change-Id: I6fcaf8296853af8c40fb27202711a5e893f41879 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-03-28Publish Functest Iruya jobsCédric Ollivier1-0/+5
Change-Id: I90fc2ac1a299d9107e095db306b11fdae6fc420e Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-03-23Revert "Temporarily stop building arm64 containers"Cédric Ollivier1-0/+16
This reverts commit e1698c2c7f45e42c18b9ef75bcc0f5b896bd5de6. Change-Id: Id1da3d52f283a27a28d26ea99e6d7ba13e9ea9d9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-03-20Temporarily stop building arm64 containersCédric Ollivier1-16/+0
They cannot be built due to the issues on arm build pods. It allows applying patches in Functest before the release. Change-Id: I6e008867c8e75fc71f570bc6539f9ccef8c84fd9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-03-10Clean Functest jobs (fraser, EOI, weekly)Cédric Ollivier1-20/+0
It removes all Fraser jobs and take into account the end of few installers (Daisy and Joid). Compass jobs are still listed in Gambia as they are still running. It removes non CI pods as they seem obsolete. Few of them could be listed back on purpose. Weekly jobs are removed as they seem obsolete (long duration testing?). Virtual Fuel arm64 jobs are removed as only baremetal is supported. Change-Id: Iae57ab5d11ba4b8bfad596274a20e471b3c5be82 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-02-12Stop running functest-component if hunter or newerCédric Ollivier1-0/+2
It conforms with [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/66911/ Change-Id: I07a2aabb4027f4dcf766b01a4cdb326316c2a398 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-02-11Exclude functest-components (master)Cédric Ollivier1-0/+2
Change-Id: Id5df1a67b77711b172e8943c59866c8c3853e87f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-10-15Ensure jobs don't get queued on offline buildersTrevor Bramwell1-0/+4
A change to the NodeLabelParameter config in JJB caused any jobs using the plugin to possibly have their jobs triggered on builders which weren't online. This in turn caused the queue to backup and newer jobs are blocked waiting for older ones to complete, which never happens as they're never queued on an online builder. The 'all-nodes' parameter ensure jobs that are set to run concurrently don't trigger across all available nodes at once, as this will include offline nodes as well. As this is the default of the plugin, projects which need it can enable it individually. Change-Id: Ia690eef078209b6b056dad85613dda6868b18271 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-09-12Merge "Update Functest jobs to manage new branches"Serena Feng1-0/+10
2018-09-11Update Functest jobs to manage new branchesCédric Ollivier1-0/+10
It manages stable/gambia and stable/hunter as well. Change-Id: Ib259995f8f0e45767a51204c4eb6fd239e66ed92 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-09-03Build and run functest-benchmarkingCédric Ollivier1-0/+9
Change-Id: If2597ae36a2c6599b524543b67aac7f6272b384a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-06-17Add functest-tempest jjbsCédric Ollivier1-0/+17
Change-Id: I235be16a5f6818801cc1ba2ba2f67ec27e43a90c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-06-15Remove functest-parserCédric Ollivier1-0/+4
Parser should be fixed and then added to functest-smoke. Change-Id: I4f9e6fa736589b1ed01feae580df18c93de168cd Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-05-16Rename files under jjb from 'yml' to 'yaml'Trevor Bramwell1-0/+286
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>