summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-01-02Bugfix: use fuel public endpoint rather than internal onexudan1-0/+10
1. The internal endpoint url of fuel is http. 2. Dovetail won't pass cacert to functest and yardstick containers if it's http. 3. For functest and rally, even if it uses internal url in the openrc file, they will still use public one somewhere. 4. Use fuel public endpoint which is https, so all containers will work with the cacert. Change-Id: I3326c8d66bcad44ea81169ce0938cb0e247f498c Signed-off-by: xudan <xudan16@huawei.com>
2017-12-28Support run dovetail CI jobs on fuel euphrates and masterxudan1-3/+11
Change-Id: Iaf64316f8db351dd72f1ec1079953764f797dc3b Signed-off-by: xudan <xudan16@huawei.com>
2017-12-28Merge "Use Dovetail aarch64 docker image with armband pod"mei mei1-7/+12
2017-12-28Merge "Enable dovetail daily jobs on Fuel/armband Euphrates and master"mei mei2-55/+29
2017-12-28Merge "[compass4nfv] merge the docker image compass-tasks-k8s and ↵mei mei1-7/+4
compass-tasks-osa to compass-tasks. And create a new docker image compass-tasks-base"
2017-12-25Allow building docker image from specified pathYujun Zhang2-2/+6
Change-Id: Iab40fc2c719050d36a614fe529ca22634b59b7bc Signed-off-by: Yujun Zhang <zhangyujun@gmail.com>
2017-12-22Putting the required backmbeierl1-0/+1
This is required for StorPerf multi-arch and causes all the StorPerf ARM builds to fail if it is not present. Change-Id: I302c0471a52759cd9c051741e2b0bb086b87e8eb Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-12-21[fuel] Schedule ovn-nofeature-noha scenarioMichael Polenchuk1-0/+26
Change-Id: I67574f37a2bb4908b935fdc3e72ecf891ad66def Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2017-12-21xci: Create periodic jobs for upstream osaFatih Degirmenci3-84/+124
This change takes xci-verify-jobs as base and adjusts osa-periodic jobs to ensure they do what they are supposed to. The structure of periodic jobs is pretty similar to xci-verify-jobs and the differences comparing to them are - OPENSTACK_OSA_VERSION is set to master. - SCM type changed to git-scm from gerrit - Voting is removed. - Triggering will be done using pollscm to ensure we only run jobs when something changes upstream. Triggers are not enabled yet until the basics are verified working. This change requires https://gerrit.opnfv.org/gerrit/#/c/49275/ in order for periodic jobs to work as expected. Further changes are needed to finalize the structure. Change-Id: I8f6519ccce93e6b8b65509638294419459fd36e8 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2017-12-20Use Dovetail aarch64 docker image with armband podxudan1-7/+12
Change-Id: I8ce34880b78daaaf0bf22674d26e1d8f8f41614c Signed-off-by: xudan <xudan16@huawei.com>
2017-12-21[compass4nfv] merge the docker image compass-tasks-k8s and compass-tasks-osawutianwei1-7/+4
to compass-tasks. And create a new docker image compass-tasks-base Change-Id: I3a6f38ce28fe465cf1c2c1723a41728a7cbcc60d Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-20Enable dovetail daily jobs on Fuel/armband Euphrates and masterxudan2-55/+29
Dovetail only ran against fuel danube release before. It needs to run against fuel euphrates and master because Dovetail team is planning the 2nd release which is based on OPNFV Euphrates. Change-Id: I2c39d53a16ca6dbf8eda31943f09896cf7ee35c6 Signed-off-by: xudan <xudan16@huawei.com>
2017-12-20Merge "Apex: Enables verify trigger for ci directory"Tim Rozet1-0/+2
2017-12-20Apex: Enables verify trigger for ci directoryTim Rozet1-0/+2
We were missing triggering on the ci/ path in our Apex repo. This contains some code and a file we use to trigger verify jobs for dependent patches. Change-Id: I54f2826f8a16a1d0219d6ecc6ef8d257840b6399 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-12-20Merge "jjb: xci: xci-verify-jobs: Do not trigger on forbidden paths"Aric Gardner1-9/+1
2017-12-20xci-verify: Remove flavor from the scenario nameFatih Degirmenci1-3/+3
Change-Id: Ief47cd60d45f2cc35c74a9e8430d6602210bbba1 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2017-12-19jjb: xci: xci-verify-jobs: Do not trigger on forbidden pathsMarkos Chandras1-9/+1
We should set 'disable-strict-forbidden-file-verification' to 'false' to really prevent any changes to the forbidden paths to trigger a CI job. When this option is set to 'True', then a patchset that modifies both allowed and forbidden paths will trigger a job. However, in order to be on the same side in regards to the start-new-vm.sh script, we really shouldn't trigger the job. Moreover, we drop the rest of the forbidden paths since we can use the 'skip-verify' topic name to skip the deployment. Change-Id: I2a89e51861c7fb8541fe774b128ea4049e91df43 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-12-18Merge "Create dovetail-docker-build-stable job"mei mei1-0/+5
2017-12-18Merge "create dovetail-merge-danube and dovetail-verify-danube jobs"mei mei1-0/+4
2017-12-15jjb: xci: Do not trigger the CI when patchset modifies the CI VMMarkos Chandras1-5/+2
The scripts in xci/scripts/vm are used to manage the VM on the CI so we shouldn't blindly test a patch that modifies them. It's better to use manual inspection since that script rarely changes anyway. Change-Id: I48d81f984a1a8d1500be2cc74ea79420962b9a15 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-12-15Merge "xci: Use custom-url for readable CI reports"Fatih Degirmenci2-0/+2
2017-12-15xci: Use custom-url for readable CI reportsMarkos Chandras2-0/+2
Change-Id: I97d8fac47ec25414045a7761b651019f9f89224f Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-12-15Merge "Update the fuel ci job on zte pods"Serena Feng1-219/+2
2017-12-14create dovetail-merge-danube and dovetail-verify-danube jobsxudan1-0/+4
Dovetail has a branch stable/danube now, so it needs to add the verify jobs on branch stable/danube. JIRA: DOVETAIL-577 Change-Id: Ifd2622d58439b6794f6b0f2e636142d4e7d1ac5e Signed-off-by: xudan <xudan16@huawei.com>
2017-12-14Merge "Add 'docker' string to functest docker build names"Aric Gardner1-26/+26
2017-12-14jjb: xci: Use the correct SSH configuration fileMarkos Chandras1-4/+1
We need to use the XCI specific SSH configuration file so rsync can tranfer the working directory to the virtual machine. This also drop the ironic command like we do in the XCI jobs. Change-Id: I10ce38db6777d5dbfbe62961c88b3902de2160e2 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-12-14Merge "Add separate builders for Yardstick project jobs"Fatih Degirmenci1-5/+85
2017-12-14Merge "Increase Functest jjob timeouts"Fatih Degirmenci1-2/+2
2017-12-14Increase the timeout of Compass Deploywutianwei1-1/+1
Change-Id: I6f3ef41585560559d28bb15d3825bedaad2ef976 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-14Increase Functest jjob timeoutsCédric Ollivier1-2/+2
Functest has multiplied the testcases and integrates several ones which are growing (e.g. snaps). 4 hours is reached if snaps or one vnf testcase fails (20 minutes). https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-master/1695/console Change-Id: I5e8b744d35b5253f6e7ac1310286ae374de1943b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-12-13Merge "[Compass4nfv]change the timeout of verify"mei mei1-1/+1
2017-12-13Merge "Allow intel-pod18 to push results to the DB"Jose Lausuch1-1/+1
2017-12-13Merge "[Compass4nfv] add nosdn-bar-ha scenario"mei mei1-0/+27
2017-12-13Merge "[Compass4nfv] run centos in intel-pod17"mei mei3-6/+20
2017-12-13Merge "Enable jobs on compass Master and Euphrates"mei mei1-37/+7
2017-12-12Create dovetail-docker-build-stable jobxudan1-0/+5
1. Dovetail first release is based on OPNFV danube release. 2. Dovetail has the branch stable/danube now. 3. It needs to automatically triggle dovetail-docker-build-stable job when there is a patch cherry picked to this stable branch. JIRA: DOVETAIL-576 Change-Id: I58a639cd8208e40099c6481085d1f450c89b2523 Signed-off-by: xudan <xudan16@huawei.com>
2017-12-13[Compass4nfv]change the timeout of verifywutianwei1-1/+1
Change-Id: Id854f0ccbfd112c43ba1257d8b87994b20f838a9 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-13[Compass4nfv] add nosdn-bar-ha scenariowutianwei1-0/+27
Change-Id: Iaf4cc72fe31bbf6f7d492e33c33abf056ccafcf4 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-12Allow intel-pod18 to push results to the DBJose Lausuch1-1/+1
Change-Id: I54447764996a4e2bb303a9e71cc525e999c1bdd5 Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-12-12Enable jobs on compass Master and Euphratesxudan1-37/+7
Dovetail now have jobs on Compass danube on huawei-pod7. Add jobs on Compass master and euphrates. Scenario os-nosdn-nofeature-ha and os-odl_l3-nofeature-ha. JIRA: DOVETAIL-574 Change-Id: I502c59365248122480cdb5be2bb79582150591e4 Signed-off-by: xudan <xudan16@huawei.com>
2017-12-12Merge "[Compass] change the trigger time once every two days"mei mei1-36/+36
2017-12-11Merge "Remove Matthew Lijun as committer"Fatih Degirmenci1-1/+0
2017-12-11Merge "Email a monthly repo archives link to OPNFV Legal"Trevor Bramwell2-0/+15
2017-12-11Prune docker images on ericsson-build3Fatih Degirmenci1-1/+1
This patch removes ericsson-build5 as well since that machine does not exist anymore. Change-Id: I7598e5fff166e29ecf4fcd18bebc6d2e3b9be9ed Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2017-12-11[Compass] change the trigger time once every two dayswutianwei1-36/+36
Change-Id: I458d00a57d121c3a712d696ef5f703b527dbe3a0 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-12-08Merge "enable dovetail to run on APEX bgpvpn scenario"Tim Rozet2-2/+2
2017-12-08Add 'docker' string to functest docker build namesTrevor Bramwell1-26/+26
This will make it a little easier to track all our docker builds and clarify what these specific builds do. Change-Id: I92a60055af1153991877373550ea1a6f3e86682d Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-12-08Update the fuel ci job on zte podszhihui wu1-219/+2
- Delete Danube job on zte-pod1 - Modify the triggers on zte-pod1 - Delete master and Euphrates job on zte-pod3 Change-Id: I034dc3b968ee9255aa014c28dc08237fc0803d32 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-12-07Revert "functest-docker: Build all images on same host"Fatih Degirmenci1-1/+1
This reverts commit d7ed45793e56243d63da12f184db96731d1d6a1c. Change-Id: Ie7cc94419969e5c95abd227ff0f159f0683c4386
2017-12-07functest-docker: Build all images on same hostFatih Degirmenci1-1/+1
Change-Id: I6ba2666a0dbec23c7a854c030113b809bd9a328a Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>