summaryrefslogtreecommitdiffstats
path: root/jjb/functest/xtesting-docker.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-02-05Generate Docker builds via Xtesting CICédric Ollivier1-259/+0
Change-Id: I883d2c088849ba293ebed9541b42d63d3de4567a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-10-04Fix typo in Functest container buildsCédric Ollivier1-1/+1
Change-Id: Ib101eca6d7e6d887feee9eec6bc9d3c90af3d05f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-10-04Drop OPNFV arm64 supportCédric Ollivier1-23/+2
Armband left OPNFV. Functest still supports arm and arm64 via .travis-ci. Change-Id: Ie0c7de20182fa91231760ad29c3b38c8ca8c9779 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-10-04Prepare Functest Leguer project jobsCédric Ollivier1-0/+3
OpenStack Victoria is being released [1]. [1] https://releases.openstack.org/victoria/index.html Change-Id: I32eebf88b71bc8d39e656b69a7a32922b84e93bb Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-05Precise arch when building xtesting containersCédric Ollivier1-2/+2
Change-Id: I0fd0e4e2012523e2269dc67e1d0b90c3b9c63c14 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-08-05Build xtesting-mtsCédric Ollivier1-12/+52
Change-Id: I4b1c9fa04ccf287152fb166946e78f7cf4797235 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-04-28Publisk Xtesting Kali jobsCédric Ollivier1-0/+3
Change-Id: Iacf6f52e3b4d8052d9fea69bc29747693f3b8c1c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-04-03Revert "use lf-virtual1 instead of lf-build2 which is failing"Cédric Ollivier1-2/+2
This reverts commit 2c2babc8b92352fe13b54ba473a920da60f0d9f1. Change-Id: I98ea2bf682c09d2ed2de7ab11c166044ef71428b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-04-02use lf-virtual1 instead of lf-build2 which is failingCédric Ollivier1-2/+2
Change-Id: I9f6b6823886a1b0dd473757bb2c0f957d4beff53 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-02-18Build docker container on lf-build2 (2/2)Cédric Ollivier1-2/+2
ericsson-build4 seems in a bad shape Change-Id: Ia7868f656f0c1a363074bd8e4e739b4f2f568cf8 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2020-02-18Build docker container on lf-build2Cédric Ollivier1-1/+1
ericsson-build4 seems in a bad shape Change-Id: I0083308cda1c33f8a750387641d1e7d7dfcba3e5 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-10-07Add Xtesting Jerma jobsCédric Ollivier1-0/+3
Change-Id: Ib27a6878c428b430388485d62b3e52c5e9aa02b7 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-05-24Remove all Functest Gambia jjbsCédric Ollivier1-3/+0
Change-Id: Iaea5f28fd25a4e8fb67b4c76d764eb5c716fd6de Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
2019-04-23Revert "Temporarily disable arm64 docker builds"Cédric Ollivier1-2/+2
This reverts commit 93928495947d2463bc0bc19ca85592513271f011. Change-Id: Iaf59a9e4bb4d55bda21eed5b098016a07e70eee1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-04-21Temporarily disable arm64 docker buildsCédric Ollivier1-2/+2
No arm64 build servers are reachable. It blocks both archs. Change-Id: Ic6560a5e58ce60dbf318e8ab5711a29ed2c7936a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-03-27Publish Xtesting Iruya jobsCédric Ollivier1-0/+3
Change-Id: I8ce23b81a84d0205d3e9a2ad9a474f3462f075bf Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-03-10Clean Functest jobs (fraser, EOI, weekly)Cédric Ollivier1-3/+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>
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-11Update Functest jobs to manage new branchesCédric Ollivier1-0/+6
It manages stable/gambia and stable/hunter as well. Change-Id: Ib259995f8f0e45767a51204c4eb6fd239e66ed92 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-05-16Rename files under jjb from 'yml' to 'yaml'Trevor Bramwell1-0/+224
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>