summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2018-11-01Deploy Pharos Dashboard on changes to compose fileTrevor Bramwell1-4/+1
Instead of deploying the dashboard when changes to any file happens, only changes to the docker-compose.yml file should trigger a deploy. The deployment process would then be as follows: - Tag pharos-tools - Create a patch to set the tag in 'docker-compose.yml' - Merge the patch - New version of dashboard deployed at specific tag Change-Id: I67a6237f00b96021df24e7a79a063d31f43df5a6 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-11-01Fix Pharos Dashboard JIRA LoginsTrevor Bramwell1-4/+6
If the dashboard is built locally, the keys get copied to the right place, but as the dashboard images are now pulled and built remotely, the JIRA keys need to be copied into the running web container. Change-Id: Ia5edb4f994465ab2626973b8a36add9bc80a0d9d Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-11-01Apex: Fix functest docker tag in gate jobTim Rozet1-1/+1
Fixes passing quotes as the value for the variable, so now what is passed is just an empty string. Change-Id: I9abb681374934fe4cf7c8024118278674880f7e9 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-11-01Merge "Update Pharos Dashboard Jobs"Trevor Bramwell5-78/+100
2018-11-01Merge "Add builds for Barometer DMA docker image"Trevor Bramwell1-0/+5
2018-11-01Merge "Disable jobs on zte-virtual5"Aric Gardner2-2/+9
2018-11-01Add builds for Barometer DMA docker imageTomofumi Hayashi1-0/+5
Push OPNFV docker builds for barometer-dma image Change-Id: I50373233254b8315c48544bae916ccf8485e640d Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com>
2018-10-31Merge "Remove References to Securedlab"Trevor Bramwell2-86/+1
2018-10-31Merge "Disable Flex jobs"Tim Rozet2-2/+2
2018-10-31Merge "[fuel] Handle CI DEBUG mode"Aric Gardner1-0/+3
2018-10-31Disable Flex jobsTrevor Bramwell2-2/+2
Both flex PODs have been offline for a while. Disabling the Apex jobs scheduled on them will reduce the queue and they can be re-enabled once they come back online. Change-Id: I2f82379225ae6fc728fc655680e5ee8799a4bbbb Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-31Disable jobs on zte-virtual5Trevor Bramwell2-2/+9
This node has been offline for some time. Disabling the jobs queued for it to reduce the queue until it comes back online. Change-Id: I305dc0376c331d244599dbb4edda2e3b880383be Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-31[fuel] Handle CI DEBUG modeMichael Polenchuk1-0/+3
Change-Id: Id169e19cd465d264525bfde843e7764d4f4d5d16 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2018-10-31joid: Disable jobsFatih Degirmenci2-4/+4
This change disables JOID jobs to keep build queue shorter than it is now. They can be enabled back once its situation is clarified. Change-Id: I5acdb60e5a827899fd86084a949e940d69b0a7ac Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2018-10-30Revert "Avoid jenkins substitutions"Cédric Ollivier1-13/+10
This reverts commit 00431827b1a41f55fb700e69bfb229ccebc9c3f0. Change-Id: I77f0500b5e712745799dc9a7c7b94ce840e1f148 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-10-30[Apex] Move Functest Scenario selection to scriptTrevor Bramwell3-28/+22
When using 'shell' builder directly '{}' is interpreted as a JJB substitution. This can be escaped with '{{}}' but breaks due to Apex use of Jinja2. Moving the entire script to a shell fixes this issue. Change-Id: I874a45cf25ca69373275849f98c89c534f3de0bb Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-30Merge "Fix ODL restconf port if Compass"Aric Gardner1-0/+4
2018-10-30Merge "Write the right default values in DOCKER_TAG"Tim Rozet2-2/+4
2018-10-30Write the right default values in DOCKER_TAGCédric Ollivier2-2/+4
It avoids facing with wrong substitutions [1] [1] https://build.opnfv.org/ci/job/functest-apex-baremetal-daily-gambia/23/console Change-Id: I4b8c990add51024d7984cd10668a33dd7c50c395 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-10-30Merge "Avoid jenkins substitutions"Trevor Bramwell1-10/+13
2018-10-30Avoid jenkins substitutionsCédric Ollivier1-10/+13
It's currently failing as DOCKER_TAG is replaced by '' [1]. [1] https://build.opnfv.org/ci/job/functest-apex-baremetal-daily-gambia/21/console Change-Id: I3737c683fd85f6c426fdf2720b016f3452eab0b6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-10-30Merge "Create Stable Branch Jobs for bottlenecks"Aric Gardner1-3/+6
2018-10-30Fix ODL restconf port if CompassCédric Ollivier1-0/+4
It conforms with the previous port which was hardcoded in odl.py. The default value (8181) seems wrong [1]. [1] https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-gambia/7/console Change-Id: I9142d4f20a29b1f46b06bb1fed5569a299f55eff Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-10-30Fix param serialization in apex jjbsCédric Ollivier2-2/+2
DEPLOY_SCENARIO wrongly contains DOCKER_TAG [1]. [1] https://build.opnfv.org/ci/job/functest-apex-baremetal-daily-gambia/20/console Change-Id: I85ddd47e4c15b36f507684d6d7fb9b0d90347507 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-10-29Create Stable Branch Jobs for bottlenecksjenkins-ci1-3/+6
Change-Id: I1ddfca1afcaecf5068814276c64d312cf40455b4 Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-29Modify clovisor name to fit naming conventionearrage1-1/+1
- Edit name of container from clovisor to clover-clovisor to match naming convention Change-Id: I37a7e6f4cdb5295bd8a0e92dcc3f8c43605adcb8 Signed-off-by: earrage <eddie.arrage@huawei.com>
2018-10-29Add builds for Clover Spark and Clovsiorearrage1-0/+18
- Push OPNFV docker builds for clover-spark, clover-spark-submit, and clovisor containers. Change-Id: If42ab565a48569137153511aa109bbaeeb6968aa Signed-off-by: earrage <eddie.arrage@huawei.com>
2018-10-29Merge "Create Stable Branch Jobs for auto"Trevor Bramwell1-1/+12
2018-10-29Create Stable Branch Jobs for autojenkins-ci1-1/+12
Change-Id: I1541a0e277891b526a671953bf33daab842b524e Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-29Merge "Run Doctor fault management and maintenance in baremetal"Trevor Bramwell1-7/+7
2018-10-29Merge "[fuel] Define Docker tag for stable branches"Trevor Bramwell1-0/+3
2018-10-29Merge "Write tempest_conf.yaml for all OPNFV installers"Tim Rozet1-5/+82
2018-10-29Run Doctor fault management and maintenance in baremetalTomi Juvonen1-7/+7
Run also fault management in Nokia POD to have baremetal results Change-Id: I55afee4c42365ca5d302c8ead4cbf0ad3b956e74 Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
2018-10-29Define DOCKER_TAG in Functest daily jobCédric Ollivier3-2/+5
It defines DOCKER_TAG as parameter in Functest daily job. It also fixes DOCKER_TAG default value in properties files and then complete the previous commit [1]. It should fix the current gate issues [2]. [1] https://gerrit.opnfv.org/gerrit/#/c/64069/ [2] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-gambia/18/console Change-Id: Ia531ca68a455cc20294e123286062265b9b79d6f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-10-27Write tempest_conf.yaml for all OPNFV installersCédric Ollivier1-5/+82
It follows "Move tempest logics in tempest_conf.yaml" [1] and then allows passing tempest_full and tempest_scenario in OPNFV gates. It set all params for all OPNFV installers according to their last runs [2][3][4]. Live migration is out of that custom params as it's currently considered as a key feature [5]. tempest_conf.yaml should be installer-centric and shouldn't take scenarios into account. It's unclear which installers support glance API v1 which is deprecated. Any installer can ask for testing it if supported. At least Apex doesn't support it [6]. Shelve is currenlty disabled because testing it could fail the whole tempest run if unsupported. We are missing data about which installer may support it. [1] https://gerrit.opnfv.org/gerrit/#/c/64067 [2] Apex: https://artifacts.opnfv.org/logs/functest/lf-pod1/2018-10-25_02-17-25/tempest_full/tempest-report.html [3] Compass: https://artifacts.opnfv.org/logs/functest/huawei-virtual9/2018-10-24_04-54-25/tempest_full/tempest-report.html [4] Fuel: https://artifacts.opnfv.org/logs/functest/lf-pod2/gambia/2018-10-25_05-57-54/tempest_full/tempest-report.html [5] https://artifacts.opnfv.org/logs/functest/ericsson-pod1/gambia/2018-10-27_06-10-07/tempest_full/tempest-report.html [6] https://artifacts.opnfv.org/logs/functest/lf-pod1/gambia/2018-10-23_10-34-07/tempest_full/tempest-report.html Change-Id: I17c8a2d738daaf1c2e97755c99f8886da8a531aa Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-10-26Set empty strings in DOCKER_TAG by defaultCédric Ollivier3-2/+14
It let functest-alpine process branches right after [1]. [1] https://build.opnfv.org/ci/job/functest-apex-virtual-suite-master/241/console Change-Id: I6ed804fe9f3628f67421157433e09da3bcbf585c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-26Merge "[compass4nfv]Add missing jobs"mei mei2-4/+20
2018-10-26[compass4nfv]Add missing jobswutianwei2-4/+20
This patch add the bottlenecks and dovetail jobs for compass Gambia branch. Change-Id: If5e4180c69c14042a075c68373a4262388f20da0 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2018-10-25Apex: Fix functest docker tag injectionTim Rozet1-0/+2
The file needs to at least exist for the inject to work in the case where the scenario is not rocky. Change-Id: I2fca0574d69c08a13d0cc797741b276281eb3600 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-25[fuel] Define Docker tag for stable branchesMichael Polenchuk1-0/+3
Change-Id: Ic3c99eee282641eb15880fe18578cbee534308e5 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
2018-10-24Merge "Remove OPNFV Docs Euphrates Jobs"Trevor Bramwell2-6/+0
2018-10-24Merge "Create Stable Branch Jobs for opnfvdocs"Trevor Bramwell2-1/+7
2018-10-24Create Stable Branch Jobs for opnfvdocsjenkins-ci2-1/+7
Change-Id: If835ce2ab7586fc503843089541d50344ce8c19e Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-24Create Stable Branch Jobs for storperfAric Gardner3-5/+5
Changed all instances of fraser to gambia in the storperf directory Change-Id: I1f28617bfe018c0fb56753bbb9c0e939aeff3073 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-10-24Apex: Change CSIT promotion start timesTim Rozet2-6/+6
Moving these jobs to start earlier so that the entire EST daytime job queue isn't full. Change-Id: I2cbf8f8fa448a7447b59230abe59d9e559b518c7 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-23Dummy Change to relengAric Gardner1-0/+1
I have deleted apex-rtd-verify-master Merging this will re-create the job. Worth a shot. Change-Id: I67809fed7e097fbc992ed090cc85e84a9ff81992 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-10-23Merge "Run Functest hunter containers if Apex Rocky"Tim Rozet3-12/+29
2018-10-23Remove OPNFV Docs Euphrates JobsTrevor Bramwell2-6/+0
The release is now two past and we don't need to continue building these docs. Change-Id: I072d22b69d73c06245a4efcf14661e0c7acacefc Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-23Run Functest hunter containers if Apex RockyCédric Ollivier3-12/+29
It replaces Queens logics as it should be useless since new gambia jjbs have been created. From the time being, Apex jjbs run master containers which should work thanks to backward compatibility but vnfs are falsy skipped. [1]. It updates verify-jobs to run the right container (hunter in case of rocky). [1] https://build.opnfv.org/ci/view/functest/job/functest-apex-baremetal-daily-master/373/console Change-Id: I0df483eb78092e8155dd288d3c86d10b7762e433 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2018-10-23Set STORAGE_PROTOCOL=ceph if compassCédric Ollivier1-1/+1
Change-Id: If5b25041933cb7f16793d440783ec14122f568e4 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>