summaryrefslogtreecommitdiffstats
path: root/jjb/global/slave-params.yaml
AgeCommit message (Collapse)AuthorFilesLines
2023-09-30Stop filtering jjbsCédric Ollivier1-1/+2
A few jobs won't be executed becasue of missing runners (Functest) Change-Id: I4cff35efc548855e9c735ec770bf391e3cfe1957 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2022-12-21Remove deprecated or useless macrosCédric Ollivier1-1237/+2
Change-Id: I8bd92fe53efbbcfc5e18f3835004374a5c6a0a66 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2021-08-18Replaces lf-build1/2 references with lf-build5/6Trevor Bramwell1-18/+0
Updating parameters to use labels where applicable. Also disables the 'ansible-build-server' job until it can be verified to work on the new build servers without causing issues. Change-Id: I130d18c54a66c2cd504ed950a61c7249c3beefa8 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2021-03-30Remove References to Ericsson Build4Trevor Bramwell1-18/+0
This machine is no longer attached to Jenkins. Change-Id: Ie7e4869b3e93c2df18986a89656b70efe5876862 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2021-03-08Add intel-pod15 to slave paramsJames Gu1-0/+15
Signed-off-by: James Gu <james.gu@att.com> Change-Id: If4f7853c1e63ea65399adff2caa5458ffe494db1
2020-02-24Remove ericsson-build3 from JenkinsTrevor Bramwell1-14/+0
This build machine hasn't been online for quite a while and may no longer exist. Removing so no more builds are scheduled on the node. Change-Id: I59c1c81b1777b038034f918d4db6073ce6986787 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2019-11-05Merge "Moves LaaS Jobs to New Project"Aric Gardner1-2/+2
2019-10-29Moves LaaS Jobs to New ProjectParker Berberian1-2/+2
Moves all existing jobs from pharos-tools into laas Google storage locations are created on the fly, so no problem changing them. Change-Id: Ic3df7a261af58f3cfce0dc85ef6428c7fb0196f6 Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
2019-10-03Remove all compass jobsAric Gardner1-90/+0
Remove all jobs associated or dependant on compass Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> Change-Id: I2bdac50e535736e51d815fc12c4141158f1ef852
2019-07-25Select lf-virtual1 as defaut slave (ut)Cédric Ollivier1-0/+18
It allows verifying unit tests vs python3 and building docs (see latest OpenStack upper-constraints) Change-Id: Ie9566d4b1e0a288d5944c3111ec2dc0749be1975 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2019-05-14[fuel] Add jobs for itri-pod1 deploymentsAlexandru Avadanii1-0/+19
Change-Id: Ic2d88258265659dd01894920c7aff8f3de1a8a10 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2019-04-26Apex: Add Hunter jobsTim Rozet1-0/+34
Prepare Hunter daily and verify job. Change-Id: I88662fa1c0c2a3703d42920c55cdaca6223e8d00 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-12-17remove `SSH_KEY` parameter from `doctor-slave-parameter`dongwenjuan1-4/+0
There is the `SSH_KEY` parameter in the parameter macro of 'fuel-defaults'. If we redefine it in the `doctor-slave-parameter`,it will be overwrited. Change-Id: Ifb2c95ea8df9a22cd5304872f5893bb6b4a0f447 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-12-06Auto: Daily job definitionMartin Klozik1-0/+15
A daily job definition to execute Auto project daily CI script. A definition of intel-pod18-defaults was added into jjb/global/slave-params.yaml Change-Id: I26877088a0c1ab25dc67de0aba1f2da6b2862661 Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
2018-11-12Verify Functest on functest-virtualCédric Ollivier1-0/+9
It runs most of healthcheck and tempest-based test cases as a first step. All benchmarking tools and all vnfs are not executed yet. All active Functest versions are verified thanks to backward compatibility ensured by Tempest and then by Functest. The jobs are designed to be run in parallel (we could also run all Functest versions in parallel instead of separated steps). It will be switched to a verify gate in a second step. Change-Id: I07cada848dd90f70da8741269692de8646813bdb Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-08Move Barometer Builds to lf-build2Trevor Bramwell1-0/+18
Adds specific parameter for 'lf-build2' so it can be referenced with the '{build-server}-defaults' syntax and assigns barometer verify and merge jobs to lf-build2. Change-Id: If68dfc4e6ea81884870047360051795407c15af3 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-22Update Pharos Dashboard JobsTrevor Bramwell1-1/+1
Moves the pharos dashboard jobs to their own file sperate and deploys the dashboard when changes are merged to master. Note: this may need to be manually triggered due to the timing between the container being built and it being availble to be pulled. Also includes the following changes to the job: - Uploads backups to Google Storage - Remove sudo usage as docker can be ran as the Jenkins user - Renames jobs to match general naming scheme JIRA: PHAROS-394 Change-Id: I516c4414d7b0158f1f8478214c10f0aa7d176739 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-15Ensure jobs don't get queued on offline buildersTrevor Bramwell1-0/+94
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-27Apex: Add Gambia jobs and prepare for rockyTim Rozet1-0/+30
Adds Gambia daily/verify jobs and prepares to migrate master queens scenarios to rocky scenarios. Change-Id: I7bfe6202e00fd62c1e668f3a6f9b481b9fbca99d Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-09-19[fuel] Retire Danube streamAlexandru Avadanii1-8/+0
- cleanup deploy tooling for old-style artifacts (ISO-based); - remove danube stream, related jobs and hacks required for them; Change-Id: Ib2486173df1ec83f2dbc08a5e9faf950bffb4b06 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-13Merge "Add functest-k8 job for arm platform"mei mei1-0/+11
2018-09-11Assign yardstick/barometer to ericsson-build4Trevor Bramwell1-0/+16
This is a temporary fix until we can determine the full list of requirements from each project needed for the opnfv-build-ubuntu labled servers. Previously these were building fine on ericsson-build4, so reassigning them there should keep there builds green. Change-Id: I767b6faa718cd6dd4b9fd17f83e7ee817cfb8c4d Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-09-06Add functest-k8 job for arm platformJingzhao Ni1-0/+11
Create functest-k8 job for arm platform. It will be triggerd by container4nfv jobs. Add 2 arm pods to functest-daily pod list. Change-Id: If8209574263b863f2a907cd962f9511cc3db74ea Signed-off-by: Jingzhao Ni <jingzhao.ni@arm.com>
2018-05-23Auto: Setup Ci Jobs for Auto projectpava1-0/+11
We will try to reuse the job template for deploying from armband project. Change-Id: I76a783094ce5be1b4aa93585a6b90898d909ca13 Signed-off-by: pava <Paul.Vaduva@enea.com>
2018-05-16Rename files under jjb from 'yml' to 'yaml'Trevor Bramwell1-0/+1147
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>