summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2018-10-18Merge "Fix duplicate IMAGE_PROPERTIES env variable in functest run"Aric Gardner1-5/+8
2018-10-18Apex: Do not use apex branch in promote gs pathTim Rozet2-2/+2
When we promote artifacts we do not want to include the apex branch (for example "gambia") in the gs path URL for where snapshots are uploaded. We may use a different apex branch to promote older OS versions of snapshots, but we still want a unified url of just apex/<os_version>/<topology> for our snapshot artifacts. Change-Id: I7dfe40558ce05d04e1805884cd6a47c82220581e Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-17Fix duplicate IMAGE_PROPERTIES env variable in functest runDelia Popescu1-5/+8
Update envs only once with IMAGE_PROPERTIES and FLAVOR_EXTRA_SPECS if installer type is fuel or deploy scenario is ovs or fdio Change-Id: I7c1e997cf95d30972688e697574458a3a0f1e55c Signed-off-by: Delia Popescu <delia.popescu@enea.com>
2018-10-17Apex: Adds ability to force snapshot promotionTim Rozet3-2/+15
We want the ability to be able to force a promotion and skip CSIT. This patch introduces a variable we can use when manually triggering a promotion job to force promotion. The use case here is for HA scenarios we have no snapshots because CSIT always fails. We want to be able to force promotions for this case to at least have some snapshot available. Change-Id: I7e81b458f4169596929f032e9394695477fbb940 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-17[compass4nfv] correct the compass branch docker tagwutianwei1-9/+9
Change-Id: Id789121634fc1a009878b61bcf4756ee4009c99d Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-10-17Merge "[dovetail] Bugfix: incorrectly exit when file doesn't exist"mei mei1-8/+8
2018-10-16Merge "Create Stable Branch Jobs for doctor"Trevor Bramwell1-1/+5
2018-10-16Merge "Add builds for Clover modsecurity docker image"Trevor Bramwell1-0/+6
2018-10-16Set JJB version in Releng CI JobsTrevor Bramwell2-1/+1
Moves the jjb-version configuration from globals to releng CI jobs. This was not being pulled into the '{project-name}-ci-jobs' configuration and kept our JJB version at 2.2.1. Change-Id: I33a62e639bbca6d519957515af591615543d27b7 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-16Apex: Fix csit job blockingTim Rozet2-0/+2
apex-virtual-{stream} is not being blocked and running at the same time while csit tests are running. This should stop it from running until the promotion job is finished. Change-Id: Ie164bbee08253a7e79892d36780b66fe0ad2cf97 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-16Merge "Update Jenkins Job Builder to 2.5.0"Trevor Bramwell1-1/+1
2018-10-16Merge "Correctly set IMAGE_PROPERTIES in functest-alpine.sh"Tim Rozet1-2/+2
2018-10-16Merge "Provide libvirt credentials"Tim Rozet1-1/+5
2018-10-16Merge "Functest: Sets max concurrent jobs to 10"Tim Rozet1-0/+1
2018-10-16Update Jenkins Job Builder to 2.5.0Aric Gardner1-1/+1
We need the fix: 'Allow running only on one of nodes with label parameter' https://review.openstack.org/#/c/590356/ This fix is present in 2.5.0 Change-Id: Iff9e9e6357573db382d94b688b7cfe7d42d4023c Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-10-16Remove arm build6 from rotation, it is offlineAric Gardner1-1/+0
Has been offline for > 1 week https://build.opnfv.org/ci/job/functest-core-docker-build-arm64-gambia/ is showing There are no nodes with the label ‘Job triggered without a valid online node, given where: arm-build6’) Change-Id: Ia00281f9c05fac9b16bd914063ccffeca3fb135b Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-10-16Apex: Fix csit deployments for queensTim Rozet1-2/+2
With changes to deploy scenario files for gambia, we still need the logic to pull in the right csit-env. That logic broke as it depended on DEPLOY_SCENARIO with the changes to scenario names. This patch fixes it to check openstack version (OS_VERSION) instead. Change-Id: Ie130efd0fc3cb7f09a3fa4e896ad461d24394777 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-16Functest: Sets max concurrent jobs to 10Tim Rozet1-0/+1
In Apex, some random jobs are queueing to intel-pod11 which does not exist anymore. The problem is, when these jobs queue they are blocking apex daily functest, as it looks like the job is only set to allow 1 job globally at a time. This change bumps the max concurrent global jobs to 10. Change-Id: I62d458a92abfa35bb0d1c459ccf4ffedfd51e66d Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-16Merge "Add builds for Clover controller, collector, jmeter"mei mei1-0/+24
2018-10-16Merge "[Compass4nfv] Make the Gambia stream available to Docker builds"mei mei1-0/+3
2018-10-16[Compass4nfv] Make the Gambia stream available to Docker buildswutianwei1-0/+3
Change-Id: I36b2f245aa2044ebcdab5122d3b30ae1d9fb1788 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-10-15Merge "CPERF: Reduce CSIT for HA deployments"Tim Rozet1-12/+18
2018-10-15CPERF: Reduce CSIT for HA deploymentsTim Rozet1-12/+18
Since CSIT does not pass on HA, but we still want to promote some snapshots for HA, reduce the CSIT suites to L2 and L3 only. Change-Id: Iaf739f972211c1e94de781a006065d7130ddf1c3 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-15Apex: Fix scenario promote name for queensTim Rozet2-2/+2
Now that Gambia branch is used for queens promotion, scenario files use nofeature instead of using branch name. Change-Id: I76e8f851bc6ef337301d1367dcafd798b212bb38 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-15Add newly minted lf-build3Aric Gardner1-0/+1
Change-Id: I2c9c1f042b4b13af58526e23a44680304313cee9 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-10-15Ensure jobs don't get queued on offline buildersTrevor Bramwell16-0/+140
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-10-15Merge "[doctor][docs] add RTD docs job for doctor"Trevor Bramwell1-0/+6
2018-10-15Apex: Fix pkg install for gambiaTim Rozet1-1/+1
Missed a check where we install packages based on old package convention. Change-Id: If1da8db9b10b81ea5825b7548509be29e08e6f91 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-15[doctor][docs] add RTD docs job for doctorRyota MIBU1-0/+6
Change-Id: Ibe83eb4131d8ff553aa81e343cfe5ae8c19b4cf6 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2018-10-14[dovetail] Bugfix: incorrectly exit when file doesn't existxudan1-8/+8
When checking files, it shouldn't exit when getting an non-zero results. However, the scripts set -e at the begining. In order to continue the following steps when the file doesn't exists, replace all "return 0" or "return 1" to be "echo 0/1". Change-Id: I28ea81d52182d4dc5db56d47abbfbc1761f17d81 Signed-off-by: xudan <xudan16@huawei.com>
2018-10-14Correctly set IMAGE_PROPERTIES in functest-alpine.shCédric Ollivier1-2/+2
Change-Id: I4cecaf7302fa1f39aa1e8b2c3e34f11ee49b4359 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-10-12Prepare repo for global-jjb v0.25.0Aric Gardner3-0/+2
Global JJB now has non-JJB YAML configuration and requires action on the ci-management repo when upgrading to this version of Global JJB to prevent JJB from picking up these YAMLs as config. Follow the instructions below BEFORE upgrading globall-jjb: cd <git-root> git mv jjb/global-jjb global-jjb mkdir jjb/global-jjb ln -s ../../global-jjb/shell jjb/global-jjb/shell ln -s ../../global-jjb/jjb jjb/global-jjb/jjb git add jjb/global-jjb git commit -sm "Prepare repo for global-jjb v0.25.0" Git diff confirms no changes. diff -bur . /tmp/releng/job_output/ Change-Id: I6d7239b8bab8ef08368f833d9a64cd94a824b158 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-10-12Update global jjb v0.24.6Aric Gardner1-0/+0
From the release notes: Upgrade to global-jjb v0.24.6 before performing this upgrade. This ensures that jjb-verify job pulls in a regex fix that will allow it to verify the v0.25.0 upgrade. Change-Id: I48335de599b46b7e6c70f8bb77fb8c254cfe85f4 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-10-12Merge "Create Stable Branch Jobs for ovn4nfv"Trevor Bramwell1-1/+5
2018-10-12Merge "Update jenkins-job-builder to 2.2.1"Trevor Bramwell28-68/+68
2018-10-12Create Stable Branch Jobs for ovn4nfvjenkins-ci1-1/+5
Change-Id: I89040a4f7ac493efe8a11a268ce891c156e53c18 Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
2018-10-12Update jenkins-job-builder to 2.2.1Aric Gardner28-68/+68
jjb/lf-ci-jobs.yaml has jjb-version: 2.2.1 as a minimum change block-level to blocking-level: https://review.openstack.org/#/c/608092/ We will need to change this back once we move past jenkins-job-builder>2.5.0 Change-Id: I12d0f55ee3c2dad20340ebf0fa8428ee1ad8484c Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-10-11Add builds for Clover modsecurity docker imageJingLu51-0/+6
Push OPNFV docker builds for clover-ns-modsecurity-crs image Change-Id: I134108d78d84de8a04bb7372c49314d0491a1248 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2018-10-11Merge "Run unit tests on gerrit events"mei mei1-4/+5
2018-10-11Merge "refactor the part to get credential file"mei mei1-45/+100
2018-10-10Merge "Set image and flavor env variables functest for ovs|fdio"Trevor Bramwell1-0/+9
2018-10-10Merge "Create Stable Branch Jobs for clover"Trevor Bramwell1-1/+5
2018-10-10Merge "[compass4nfv]Add gambia jobs"Trevor Bramwell3-59/+59
2018-10-10Merge "Bug fix: Path to inventory wrong"Trevor Bramwell2-2/+2
2018-10-10Create Stable Branch Jobs for cloverjenkins-ci1-1/+5
Adds the gambia stable branch stream. Change-Id: Ic1afb65b580396f11c00488a7f135e0e5cdc96cd Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-10Update LaaS Docker Build Dockerfile PathTrevor Bramwell1-2/+2
The dockerfile path is relative to the dockerdir, not the root of the cloned repository. Change-Id: I7836abf8f15d4d9f14cb8d39bc951ec9341d39ba Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-10Merge "Update LaaS Container Build context"Trevor Bramwell1-2/+4
2018-10-10CPERF: Do not remove docker images in cleanTim Rozet1-11/+0
Removing the cperf docker image in clean just adds more overhead to the next cperf run, because the entire docker image has to be re-downloaded. Docker pull will automatically download the difference between the old image and the new image (less bandwidth) so there is no reason to remove the image. Change-Id: I79ba2af20e3bdacfedc28d468fb629e040d7098f Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-10[barometer] Remove stable/fraser jobsEmma Foley1-4/+0
Change-Id: I0f5f8225c38f535241ecd78aa93aee28782cbc4f Signed-off-by: Emma Foley <emma.l.foley@intel.com>
2018-10-10[barometer] Create stable/gambia jobs for BarometerEmma Foley1-0/+4
Change-Id: I71a3ed0c242554cc685f4a610c3651d1e2cab98f Signed-off-by: Emma Foley <emma.l.foley@intel.com>