summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2018-12-17Remove Copper and refs to CopperAimee Ukasick5-32/+1
Issue-ID: COPPER-37, COPPER-38, COPPER-40 Copper was terminated so removing build files and refs to the copper project. A ticket has been submitted to the OPNFV Helpdesk to make the Copper repo read-only. Change-Id: I9b9ec88abd5c2ade816fc588c5549af0c6b6ee13 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.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-17Parpare ssh_key for MCP in doctordongwenjuan1-0/+7
Change-Id: I10a79e6003a442572cdaca544c4862844720a3d3 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-12-14Merge "Add Bottlenecks gambia docker job"Trevor Bramwell1-1/+1
2018-12-14Revert "[fuel] Define Docker tag for stable branches"Alexandru Avadanii1-3/+0
Moved logic to OPNFV Fuel via [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/65833/ This reverts commit 1590de2d2a85506c29826c6914dc1cbe218d4113. Change-Id: I1acd257ea121e6ff48ce1605e9509e01ce6edb76 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-12-14Add Bottlenecks gambia docker jobYang (Gabriel) Yu1-1/+1
Change-Id: I5dc35ee11c0cf01d41f64fcedf2b9a1e30e25e04 Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
2018-12-12Merge "[utils, functest] Fix SSL-enabled Fuel condition"Alexandru Avadanii1-1/+1
2018-12-11Apex: Fix injecting functest varsTim Rozet1-1/+1
Functest scenario script uses functest_scenario file intead of functest_tag as previously used. Change-Id: Ie0f8ad3a33abbae55769fe44ccdd6d2b62d2e622 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-12-11Apex: Fix functest docker tag passing for gateTim Rozet2-10/+3
The daily job moved to using the apex-functest-scenario script. This updates the gate jobs to use the same logic as well as updates the detection script to drop snapshot specific extensions like functest/csit which Apex uses to determine special deploy types. Change-Id: Id5f23d71401fc341c640b388f583b304b2ac6789 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-12-11[utils, functest] Fix SSL-enabled Fuel conditionAlexandru Avadanii1-1/+1
Fuel enables SSL based on scenario type (only for HA), not based on cluster type (baremetal or virtual). Change-Id: I3dc94f953e9a8ee0e94028577270ac05c9318ad6 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-12-10Auto: Update daily job definitionMartin Klozik1-0/+3
Add git-scm macro to auto daily job definition, so auto git repository is properly cloned into the WORKSPACE. Change-Id: I86377563e839b17cc2cdf15d84a19d4bc3e76237 Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
2018-12-07Switch Builder for Weekly CI Security ScanningTrevor Bramwell1-1/+1
Instead of running these specifically on ericsson-build3, we target them to run on any of the build servers since the job just runs a docker container. Change-Id: Ia05adb20bcb84a0a2a187c81ef25b9dcbc99e020 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-12-07Cperf: Add missing nova path varTim Rozet1-0/+1
This variable is required for the live migration tests. Change-Id: I2505d31f0c0c9b5cf540473937d500fdf506af5f Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-12-07Merge "Disable blocking on buildable queue (Functest)"Cedric Ollivier1-3/+0
2018-12-07Disable blocking on buildable queue (Functest)Cédric Ollivier1-3/+0
Else daily jjbs could be dead blocked as they are triggered at the same time. Change-Id: I3f3c4bc96b603fbaa76806238191fbce240220f9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-12-06Cperf: Enable csit live migrationTim Rozet1-4/+1
With the support for NFS shared storage with Apex CSIT we can reanble the live migration test. Apex commit: https://gerrit.opnfv.org/gerrit/#/c/65585/ Change-Id: I60ec03605537a003f32a4ef9231036db2649ad6a Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-12-06Auto: Daily job definitionMartin Klozik2-0/+43
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-12-05Apex: add missing builders path to triggerTim Rozet1-0/+2
Verify job was missing this patch to be able to trigger on commit. Change-Id: I8b1c1149ea47496389144dec648f9c8f58e8d343 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-12-03Temporarily disable perm (tox)Cédric Ollivier1-1/+1
The permissions are incorrect in functest-virtual [1]. [1] https://build.opnfv.org/ci/job/opnfv-functest-latest-ut-gate/2/console Change-Id: I18b0bc3361b99316c0f77207e3c060333f8fcc74 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-12-03Apex: Fix deployment detecting snapshot typeTim Rozet2-2/+2
With the refactoring of the promotion job, the Apex deploy was not detecting the snapshot type and using default upstream deployment. This change passes the snapshot type to the deploy script for detection. Change-Id: I76cf2b894955aa94bd70dc597305553dc9fe4c17 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-12-03remove Daisy installer for doctor testdongwenjuan1-12/+0
As Daisy doesn't participate H Release Change-Id: I79caa01c1aa2905ae65689ba2e310c4be7078636 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-11-29support fuel installer for doctor testdongwenjuan1-4/+9
As currently fuel doesn't integrate with Congress, we only support sample inspector. Change-Id: I4a3742f019bdd3c0e666ed5f18f456793a6edbc0 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-11-28[fuel] docker: Improve build blockingAlexandru Avadanii1-0/+6
We previously blocked the parent job from running on the same node, but we need to also block the sub-jobs to prevent races. Fixes: 2e8907a0 Change-Id: I8243407f4f3db3c07a8dba66ba02575bede70fbc Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-11-28Apex: Fix CSIT snapshot files pathTim Rozet2-6/+6
With the refactor of snapshot pipeline to include other snapshots, the path had changed to be generic for where temporary snapshot files are stored (from /tmp/csit to /tmp/snap). See this commit: https://gerrit.opnfv.org/gerrit/#/c/65157/4/jjb/apex/apex-fetch-snap-info.sh This patch fixes the path for triggering CSIT job. Change-Id: I63308d73c13e8c714078a38bc6cf9bb75cbeec5c Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-11-28Merge "xci: Enable daily baremetal jobs"Fatih Degirmenci1-44/+16
2018-11-28Merge "Run tox in functest-virtual"Morgan Richomme1-0/+46
2018-11-27xci: Enable daily baremetal jobsFatih Degirmenci1-44/+16
Only the 2 generic noha scenarios are enabled in order to verify the sanity of the jobs. The rest will be enabled once this is done. Change-Id: Id53f9e694d548ff0858b3c8ebfb3b4e27d37966d Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-11-27CPERF: Fixes issue with known hostsTim Rozet1-2/+2
Exporting the global var to disable ansible host key checking doesn't ignore known hosts in the file. To fix this, this patch sets the known hosts file to /dev/null. Reference: https://github.com/ansible/ansible/issues/9442 Jobs currently failing due to known hosts: https://build.opnfv.org/ci/job/cperf-apex-csit-master/320/console Change-Id: Ic3470b368a056b3a3981f9555160a44018f97ebd Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-11-27Merge "Switch from block-level to blocking-level (former)"Tim Rozet1-3/+3
2018-11-27Switch from block-level to blocking-level (former)Cédric Ollivier1-3/+3
[1] https://docs.openstack.org/infra/jenkins-job-builder/properties.html Change-Id: Ic9e20f28ab3093ff29c1cc1681e75812db7ed949 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-27Merge "Revert "Fix typos in Apex jjbs""Tim Rozet2-20/+20
2018-11-27Revert "Fix typos in Apex jjbs"Tim Rozet2-20/+20
This reverts commit fca796f895e8c3e00fb4f7b7f0bfa2e366627db0. Change-Id: I5e96ae38519865dfb42c4134c09f5eb4be275225 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-11-27Merge "Revert "Apex: Fix incorrect block syntax in other jobs""Tim Rozet2-3/+3
2018-11-27Revert "Apex: Fix incorrect block syntax in other jobs"Tim Rozet2-3/+3
This reverts commit ceb545e311cc9f8adcc8e617346b9cb63af16f5c. Change-Id: I01e782c280d62b59cd85f97ddcee1a86fbd93d7d Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-11-27Run tox in functest-virtualCédric Ollivier1-0/+46
It will replace the former jjb and avoids running functional tests if the patchset is wrong. Change-Id: I4264780180d953b0dac0febf1f1c2dc2d08f93c6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-27Clean all containers as first stepCédric Ollivier1-90/+82
It overprotects vs aborted jobs or failures in CI. It fixes few urls printed in console. Change-Id: Ibbaacfd9d51c5424c5632fcdeaedf619fd946006 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-26Apex: Fix incorrect block syntax in other jobsTim Rozet2-3/+3
block-level was incorrectly worded as blocking-level Change-Id: Iccfc45841c042746e86bb9cebb0f28012d79d589 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-11-26Merge "Fix typos in Apex jjbs"Tim Rozet2-20/+20
2018-11-26Clean Functest containers even if failureCédric Ollivier1-40/+160
It creates an additional multijob to ensure all containers are removed. It also publishes logs via gsutil. Change-Id: I45bd8aec3569e3257b94ea978c5bf2fd703649be Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-26Disable vnf testing in daily gatesCédric Ollivier1-3/+3
heat_ims sometimes fails. It mainly eases saving time when developping the workflow. Change-Id: I230461a3bae508bf60771df3f01a8271a2735065 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-26Fix latest tag in functest-virtual.yamlCédric Ollivier1-1/+1
Change-Id: If3df5a002db5157dea423f3acac6c47b78d9b4ad Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-26Fix typos in Apex jjbsCédric Ollivier2-20/+20
It replaces blocking-level by block-level [1]. https://docs.openstack.org/infra/jenkins-job-builder/properties.html Change-Id: I304ab122de3699401d2be92955e151e774206c07 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-26Avoid possible deadblocks in Functest jjbsCédric Ollivier1-1/+24
From the time being, only 2 executors are allowed and then it may lead to deadblocks if two multijobs are executed. Normally we should only forbid gate and daily jobs at the time (tags are hardcoded). It reverts to new patchset triggers as on core approval is buggy. Daily jobs are now triggered once a day. Change-Id: Iaa1ae73f8baeed037dd2f20f05ec3b15d1643b3b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-24Gate Functest tests when +2Cédric Ollivier2-1/+27
It will update to Workflow as soon as possible. Change-Id: Id12afa6836b4cc0129666480eb92c36132c32823 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-24Add check mode in Functest jjbsCédric Ollivier1-28/+114
It allows checking one specific change on LF resources. It completes the two modes already defined: daily and gate. Change-Id: I7ccadf1ef07533bb549ee365b4f3deedd3d457fe Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-23Rework creating tags & branches from release filesAric Gardner4-26/+84
Old method could not properly handle both branching and tagging on changes to the release file. Proposed method: jjb calls: jjb/releng/branch-or-tag.sh for both verify and merge jobs. branch-or-tag determins nature of the change to "releases/branch/project.yaml" and calls releng-release-tagging.sh or releng-release-create-branch.sh The scripts above handle both verify and merge operations based on if [[ $TAG_EXISTS = false && "$JOB_NAME" =~ "merge" ]]; and if [[ $REF_EXISTS = true && "$JOB_NAME" =~ "merge" ]]; then both scripts check that the ref exits in verfiy and merge stages. if releng-release-create-branch.sh creates a branch it then also calls releases/scripts/create_jobs.py Change-Id: Ieb99de5e4df100af59ecc818f52b0831383b2b62 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-11-23Merge "Add triggers to verify Functest"Morgan Richomme1-25/+30
2018-11-22Add triggers to verify FunctestCédric Ollivier1-25/+30
It runs testcases for all new patchset. Change-Id: Ida99e2f40cf3a7a6bc002e81cee27eb67ea62ff0 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-11-21Merge "[fuel] docker build: Add blocking jobs"Aric Gardner1-0/+5
2018-11-21[fuel] docker build: Add blocking jobsAlexandru Avadanii1-0/+5
Prevent master & stable streams to trigger concurrent builds on the same node, which usually leads to one of the jobs failing to acquire the DPDK lock on the build server. Change-Id: I1f61f1a2eb10eb9373a75b31c74f5d6de60f5334 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>