summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
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-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-04Merge "Configure functest daily gambia jobs for fuel installer"Trevor Bramwell1-0/+16
2018-10-03Merge "RTD Builds for OVN4NFV"Aric Gardner1-0/+12
2018-10-03Merge "Make the Gambia stream available to Docker builds"Aric Gardner1-0/+4
2018-10-03Merge "Remove LaaS Container build for RabbitMQ"Trevor Bramwell1-5/+0
2018-10-03Create Gambia Jobs for Yardstick 2/2jenkins-ci1-1/+18
Add Gambia jobs for Yardstick daily. Keep fraser jobs until Gambia 7.0.0 is released. For fraser-tied PODs, use docker image tag 'ovp-2.0.0'. Change-Id: I6dca72807db1caf9adfc5ce5949c50ad70af5361 Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org> Signed-off-by: rexlee8776 <limingjiang@huawei.com> Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
2018-10-03Create Gambia Jobs for Yardstick 1/2jenkins-ci1-1/+5
Add Gambia jobs for Yardstick gate: - yardstick-verify-gambia - yardstick-merge-gambia Keep fraser jobs until Gambia 7.0.0 is released. Gambia jobs for Yardstick daily will be added in next patch. Change-Id: Id02bcb8197dd1f6d0b8f5baddef684a97e269a14 Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org> Signed-off-by: rexlee8776 <limingjiang@huawei.com> Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
2018-10-03CPERF: Disable CSIT IPv6 suiteTim Rozet1-2/+5
This suite is failing with disconnects for the SSH connection to the overcloud controller. Disabling it for now until we can figure out what the problem is. Only happens in this suite: https://build.opnfv.org/ci/job/cperf-apex-csit-master/104/consoleFull Change-Id: I15eda3009f181c190bcef6e51b00d22070d9e444 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-03Configure functest daily gambia jobs for fuel installerDelia Popescu1-0/+16
Add fuel CI PODs and armband CI PODs for gambia stream in functest-daily jobs Change-Id: I5d3405a8c8d19dd472738fdddb03fe09bc61df2e Signed-off-by: Delia Popescu <delia.popescu@enea.com>
2018-10-02RTD Builds for OVN4NFVTrevor Bramwell1-0/+12
This adds verify and merge jobs for building and publishing the OVN4NFV documentation to ReadTheDocs (RTD). Change-Id: Ifb97b3978150d923ef4728e7423b2c02d44978e4 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-02CPERF: Move L3VPN ipv6 CSIT suite to be firstTim Rozet1-3/+3
Pulling an older version of CSIT had no effect, so reverting that change. Move L3VPN IPv6 CSIT suite to be first, to rule out a timing issues along the suites, and determine if the problem with the socket error is specifically somethign to do with this suite. Change-Id: If523c6102283d00ae0deb1e96e3f89455be7472a Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-02Fix broken L3VPN testsTim Rozet1-1/+1
L3VPN IPv6 tests fail consistently. This patch checks out a version of CSIT right before an update was done to all the L3VPN test. This patch will be used to validate if the bug was introduced by that commit, and reverted either way. Change-Id: I2998cc7cfae183048e5ff1d06fd6bcdf16dd8e41 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-02[opnfvdocs] verify: Relax changed files patternAlexandru Avadanii1-1/+1
Some changes alter the docs yet still don't trigger the verify job due to the pattern being too restrictive. Change-Id: I775bfdce5e31a4334d21da10ff3072268b2b6155 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-10-01Remove LaaS Container build for RabbitMQTrevor Bramwell1-5/+0
LaaS is using the upstream rabbitmq container now, so there is no need for this build. Change-Id: I08d2dc07eb6cd9cc732b25fd6dee2f342117d857 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-09-29Use Dovetail ovp-2.0.0 docker image for fraser jobsxudan1-2/+2
Change-Id: Ied4eb884b9e61a43d21a87f9cf645b89d043d3a6 Signed-off-by: xudan <xudan16@huawei.com>
2018-09-28Make the Gambia stream available to Docker buildsTrevor Bramwell1-0/+4
Change-Id: Iac803fe18e6c1fcfcefb61dfb7ea03cbed5a51d1 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-09-28Apex: Add ovn scenariosTim Rozet2-3/+36
Includes a minor fix to ipv6 rocky scenario. Change-Id: I55440dff2fcf7674d4a9c86d9dcb131c226e68ea Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-09-28Merge "Create Stable Branch Jobs for sfc"Trevor Bramwell1-1/+5
2018-09-28Apex: Fixes branch checkingTim Rozet5-20/+15
With the move to upstream artifacts post-fraser the checks to use upstream artifacts were relying on BRANCH == 'master'. This doesn't scale as we preserve fraser functionality but add more branches like gambia. Therefore inversing the logic to accomodate for new branches. Change-Id: Ice17f6afd33744f44d253d320a194c3f6d02d8bf Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-09-28Merge "Apex: Add Gambia jobs and prepare for rocky"Tim Rozet6-21/+230
2018-09-27Merge "Add docs build jobs for stor4nfv"Aric Gardner1-0/+12
2018-09-27Apex: Add Gambia jobs and prepare for rockyTim Rozet6-21/+230
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-26[fuel, armband] Switch CI jobs to gambiaAlexandru Avadanii6-107/+243
- keep fraser jobs for Dovetail, schedule 4 CI runs / week / arch; - stop running Functest/Yardstick for fraser to cut down CI time; - reschedule master/gambia triggers to ensure an uniform CI POD allocation across the week; - enable gambia triggers; Change-Id: I2a66628ff3525cc9cbd4ffbb4b790633257b6cba Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-26Merge "[fuel] Schedule odl-sfc-noha scenario"Aric Gardner1-0/+16
2018-09-26Merge "Increase functest job timeout"Aric Gardner1-1/+1
2018-09-26Add docs build jobs for stor4nfvSofia Wallin1-0/+12
Change-Id: I432061b472c22dfd65821f8aeaf9c0c5671f3759 Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
2018-09-26[fuel] build, deploy: Run as regular userAlexandru Avadanii2-6/+2
Change-Id: I70f8e7c9372e22e6f3e357b48a0a49f44a4d9078 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-09-26[fuel] Schedule odl-sfc-noha scenarioMichael Polenchuk1-0/+16
Change-Id: Ic1430742e98dd0e98ea3456c636a910c22a90e88 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2018-09-26Increase functest job timeoutDelia Popescu1-1/+1
Functest job timeout is not enough Functest jobs are aborted after 480 min Change-Id: I74dfe12b08e322aad53e10d5808b5b739b8d9ce2 Signed-off-by: Delia Popescu <delia.popescu@enea.com>
2018-10-11Merge "Keep Repository Archiving Job on lf-build2"Aric Gardner1-1/+2
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-10Keep Repository Archiving Job on lf-build2Trevor Bramwell1-1/+2
This node has permissions for Google Storage to upload the archive while master does not. Also adds myself to list of recipients so I'll get notified when the job fails. Change-Id: I07a13dcc72c59854222f6e5ace9d1e18c24e6479 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>