releng.git
5 years agoMerge "Gambia Stable Branch for IPv6"
Trevor Bramwell [Mon, 24 Sep 2018 17:23:26 +0000 (17:23 +0000)]
Merge "Gambia Stable Branch for IPv6"

5 years agoMerge "Doctor stable/gambia and opnfv-7.0.0"
Trevor Bramwell [Mon, 24 Sep 2018 17:22:32 +0000 (17:22 +0000)]
Merge "Doctor stable/gambia and opnfv-7.0.0"

5 years agoMerge "[samplevnf] Add stable/gambia branch"
Trevor Bramwell [Mon, 24 Sep 2018 17:14:02 +0000 (17:14 +0000)]
Merge "[samplevnf] Add stable/gambia branch"

5 years agomacros, docs, releng: Use `sudo -H` pip install 83/62883/1
Alexandru Avadanii [Mon, 24 Sep 2018 15:13:00 +0000 (17:13 +0200)]
macros, docs, releng: Use `sudo -H` pip install

This is still far from a clean and secure approach, as `pip install`
should not be ran with `sudo`.
However, `-H` limits the area we touch and also fixes some incompat
between disto-provided pip and pip-provided pip.

Change-Id: I0e19dfeaf66f6f453e3868c71016305ae050f0c8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoopenci: Fix the event origin in compose job 71/62871/1
Fatih Degirmenci [Mon, 24 Sep 2018 09:31:08 +0000 (11:31 +0200)]
openci: Fix the event origin in compose job

Change-Id: I450bbd4a3c0e386f949b3b06fe85e74661e2ef2b
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
5 years ago[samplevnf] Add stable/gambia branch 17/62817/2
Deepak S [Sun, 23 Sep 2018 06:51:29 +0000 (12:21 +0530)]
[samplevnf] Add stable/gambia branch

Change-Id: I3f3b0b150defb12553740f0d4c3ec111fceb7a5b
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
5 years ago[fuel] verify: Rework condition for using sudo 55/62755/1
Alexandru Avadanii [Sat, 22 Sep 2018 03:03:08 +0000 (05:03 +0200)]
[fuel] verify: Rework condition for using sudo

With the rework of Fuel & Armband repos, the condition for using sudo
got mixed up and alternated between on/off for armband's deploy/verify
jobs. Rewrite it based on lab allocation instead of project.

Change-Id: I428c585142017b170233858ec3160fdaf998db0c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoGambia Stable Branch for IPv6 45/62745/2
BIN HU [Fri, 21 Sep 2018 19:14:58 +0000 (12:14 -0700)]
Gambia Stable Branch for IPv6

Change-Id: Ife7a1fe2feddc54b980e702733d829998f9e02e3
Signed-off-by: BIN HU <bh526r@att.com>
5 years ago[yardstick] Add stable/gambia branch 99/62699/5
Emma Foley [Fri, 21 Sep 2018 09:55:41 +0000 (10:55 +0100)]
[yardstick] Add stable/gambia branch

Change-Id: I2f3b0b150cefb12553740f0d4c3ec111fceb7a5b
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
5 years ago[fuel] verify: Use regex find instead of match 51/62751/1
Alexandru Avadanii [Fri, 21 Sep 2018 21:34:13 +0000 (23:34 +0200)]
[fuel] verify: Use regex find instead of match

==~ and its negative form previously used mean the pattern should
match the whole string, while =~ returns true for partial matches.

Change-Id: Ibdeacb4bc221820175b15a87db343fc950e0f9e8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years ago[fuel] verify: pass env vars with sudo -E 43/62743/2
Alexandru Avadanii [Fri, 21 Sep 2018 19:15:23 +0000 (21:15 +0200)]
[fuel] verify: pass env vars with sudo -E

While at it, tweak regex for verify job to match 'recheck' right
before EOF.

Change-Id: I3e8e1eeaf2ca947425fa2443b29e150c808eea07
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoMerge "For compass, the process name is rabbitmq"
Trevor Bramwell [Fri, 21 Sep 2018 18:44:21 +0000 (18:44 +0000)]
Merge "For compass, the process name is rabbitmq"

5 years ago[fuel] verify: Enable voting for arm64 deploy 39/62739/1
Alexandru Avadanii [Fri, 21 Sep 2018 18:10:12 +0000 (20:10 +0200)]
[fuel] verify: Enable voting for arm64 deploy

- disable functest smoke on arm-virtual* PODs, since we don't perform
  a full deployment on those PODs, only a basic integrity check;

Change-Id: I0bcd6da32118ea256652dc74977ef0ee7f2525ab
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years ago[fuel] verify: Add baremetal testing on request 29/62529/10
Alexandru Avadanii [Tue, 18 Sep 2018 16:19:47 +0000 (18:19 +0200)]
[fuel] verify: Add baremetal testing on request

Duplicate fuel-verify jobs based on cluster type (virtual, baremetal)
and allow (re)checking changes using a specific scenario:
- ALL changes will trigger a virtual POD CI cycle (build, deploy,
  smoke) on submit, rebase etc., just like they used to;
- change comments containing a substring formatted like:
  * `recheck: os-odl-nofeature-ha`
  * `reverify: os-odl-nofeature-noha`
  * `recheck`
  will trigger only virtual or baremetal deployments of the required
  scenario (default os-nosdn-nofeature-noha) on:
  * virtual   PODs if scenario is NOHA;
  * baremetal PODs if scenario is HA;
- limit arm64 verify job running on arm-virtual2 to the installation
  of infrastructure VMs and skip cluster setup to prevent POD time
  starvation;

Limitations:
- HA scenarios can only be verified on manual request via a change
  comment (e.g. 'recheck: os-odl-ovs-ha');

JIRA: FUEL-390

Change-Id: I6368cfd045180d6a7202b8d817b17a4b123ba2af
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoopenci: Log eventBody to console before publishing 91/62691/2
Fatih Degirmenci [Fri, 21 Sep 2018 07:42:13 +0000 (09:42 +0200)]
openci: Log eventBody to console before publishing

It is necessary to log the eventBody to console before we attempt
to publish it since it is not possible to see the event body in
case if the publisher errors out due to invalid JSON.

Change-Id: I79cb93f64f5e6e275e306b375210f5f2ed7bd53d
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
5 years agoMerge "openci: Fix jsonBody for the published event"
Fatih Degirmenci [Fri, 21 Sep 2018 07:40:37 +0000 (07:40 +0000)]
Merge "openci: Fix jsonBody for the published event"

5 years agoMerge "openci: Switch to python utility for publishing messages"
Fatih Degirmenci [Fri, 21 Sep 2018 07:36:25 +0000 (07:36 +0000)]
Merge "openci: Switch to python utility for publishing messages"

5 years agoopenci: Fix jsonBody for the published event 89/62689/1
Fatih Degirmenci [Fri, 21 Sep 2018 07:32:51 +0000 (09:32 +0200)]
openci: Fix jsonBody for the published event

Change-Id: I9bdcbf24573bb2202e8ec3c43b3cdfc2ba7df321
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
5 years agoDoctor stable/gambia and opnfv-7.0.0 81/62681/1
Tomi Juvonen [Fri, 21 Sep 2018 04:24:49 +0000 (07:24 +0300)]
Doctor stable/gambia and opnfv-7.0.0

Doctor Gambia release

Change-Id: Idf90b116d3e697947b3e9a60163243bff79cf181
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years ago[dovetail] add fraser docker build job 77/62677/1
xudan [Fri, 21 Sep 2018 02:08:16 +0000 (22:08 -0400)]
[dovetail] add fraser docker build job

Change-Id: Ic54f6fe21dc0e9d2b3a9a2f3db1ba82f08446b6c
Signed-off-by: xudan <xudan16@huawei.com>
5 years agoMerge changes from topic 'stable-branch'
Trevor Bramwell [Thu, 20 Sep 2018 22:21:48 +0000 (22:21 +0000)]
Merge changes from topic 'stable-branch'

* changes:
  [armband] verify: Simplify and move to build hosts
  [fuel] Retire Danube stream
  [fuel] cleanup: remove unused scenarios
  [fuel] cleanup: remove unused job defs & scripts

5 years agoMerge "[stable/gambia] fuel, armband stable branches"
Trevor Bramwell [Thu, 20 Sep 2018 18:02:01 +0000 (18:02 +0000)]
Merge "[stable/gambia] fuel, armband stable branches"

5 years agoMerge "Clean up RETURN rule from FORWARD chain"
Trevor Bramwell [Thu, 20 Sep 2018 17:56:33 +0000 (17:56 +0000)]
Merge "Clean up RETURN rule from FORWARD chain"

5 years ago[armband] verify: Simplify and move to build hosts 73/62573/4
Alexandru Avadanii [Wed, 19 Sep 2018 15:21:18 +0000 (17:21 +0200)]
[armband] verify: Simplify and move to build hosts

Now that Fuel verify jobs cover arm64 deployments by default, we
only need to validate that the Armband patches still apply on top
of the latest Fuel@OPNFV git submodule HEAD.

While at it, tweak timed trigger order.

JIRA: ARMBAND-401

Change-Id: I4ed20b52906848efff6bad641852d3dd1bee3db3
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoopenci: Switch to python utility for publishing messages 45/62645/4
Fatih Degirmenci [Thu, 20 Sep 2018 13:29:45 +0000 (15:29 +0200)]
openci: Switch to python utility for publishing messages

Change-Id: Iee41f1fcaf80f0a0b3a58cd189a04cefcbfbb028
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
5 years agoopenci: Configure jobs to run on ericsson-build4 41/62641/1
Fatih Degirmenci [Thu, 20 Sep 2018 13:17:25 +0000 (15:17 +0200)]
openci: Configure jobs to run on ericsson-build4

lf-build2 seems not to have right ports open, causing problems while
connecting to ActiveMQ Message Broker.

https://build.opnfv.org/ci/view/OpenCI/job/openci-opnfv-k8-nosdn-onap-ha-compose-daily-master/10/console

Change-Id: If78cb8b2748080641db851182860f6a8630a323d
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
5 years agoAdd scenario to publisher and filter 35/62635/1
Yolanda Robla [Thu, 20 Sep 2018 11:39:31 +0000 (13:39 +0200)]
Add scenario to publisher and filter

Change-Id: I52d4ecb5f305f190a9e06c13407fd0927bc45a29
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
5 years agoChange test job to use new publisher 31/62631/1
Yolanda Robla [Thu, 20 Sep 2018 11:18:09 +0000 (13:18 +0200)]
Change test job to use new publisher

Change-Id: I9da4c2587874a7ea4ca0f2b90dd7ec15c9e05e34
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
5 years agoRemove injecting properties, fix in openci_publish call 11/62611/3
Yolanda Robla [Thu, 20 Sep 2018 08:36:29 +0000 (10:36 +0200)]
Remove injecting properties, fix in openci_publish call

Also remove the jms publisher, this is not going
to be used now, as the openci_publisher will be
used instead.

Change-Id: I9a3f4557724cc41ac85ce68a6d0c46ae78864b88
Signed-off-by: Yolanda Robla Mota <yroblamo@redhat.com>
5 years agoUse credentials for openci job 13/62613/1
Yolanda Robla [Thu, 20 Sep 2018 08:46:02 +0000 (10:46 +0200)]
Use credentials for openci job

Change-Id: Ie25586d8ef73a34b68fdf5580df27e5e609e84ce
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
5 years agoMerge "Add missing PS1 var"
Fatih Degirmenci [Thu, 20 Sep 2018 08:23:25 +0000 (08:23 +0000)]
Merge "Add missing PS1 var"

5 years agoAdd missing PS1 var 07/62607/1
Yolanda Robla [Thu, 20 Sep 2018 08:20:48 +0000 (10:20 +0200)]
Add missing PS1 var

Change-Id: I0d6b8525cc12bb71852a8aeeb67cbc37d0456bcb
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
5 years agoMerge "Add fixes in openci job"
Fatih Degirmenci [Thu, 20 Sep 2018 08:18:12 +0000 (08:18 +0000)]
Merge "Add fixes in openci job"

5 years agoAdd fixes in openci job 05/62605/1
Yolanda Robla [Thu, 20 Sep 2018 08:05:21 +0000 (10:05 +0200)]
Add fixes in openci job

Force workspace cleanup
Do not use credentials plugin, but hardcode it.

Change-Id: I5b6e59382c25fc75a748f90fbd030521dac9071f
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
5 years agoMerge "Use publisher in OPNFV compose daily jobs"
Fatih Degirmenci [Thu, 20 Sep 2018 07:15:10 +0000 (07:15 +0000)]
Merge "Use publisher in OPNFV compose daily jobs"

5 years agoUse publisher in OPNFV compose daily jobs 43/62543/2
Yolanda Robla [Wed, 19 Sep 2018 08:19:19 +0000 (10:19 +0200)]
Use publisher in OPNFV compose daily jobs

Change-Id: I2341191b9afbf7b572a6ae28a50eb722b66109c7
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
5 years agoPerform a Mock Release 77/62577/2
Trevor Bramwell [Wed, 19 Sep 2018 18:08:39 +0000 (11:08 -0700)]
Perform a Mock Release

Releasing the sandbox project to verify release automation is working as
intended.

Change-Id: Ica62b683490581179ccfa953850a2667b018d4c4
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
5 years agoMerge "Create branches via ssh rather than the https"
Aric Gardner [Wed, 19 Sep 2018 16:28:39 +0000 (16:28 +0000)]
Merge "Create branches via ssh rather than the https"

5 years ago[fuel] Retire Danube stream 69/62569/1
Alexandru Avadanii [Wed, 19 Sep 2018 14:03:46 +0000 (16:03 +0200)]
[fuel] Retire Danube stream

- cleanup deploy tooling for old-style artifacts (ISO-based);
- remove danube stream, related jobs and hacks required for them;

Change-Id: Ib2486173df1ec83f2dbc08a5e9faf950bffb4b06
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years ago[fuel] cleanup: remove unused scenarios 61/62561/1
Alexandru Avadanii [Wed, 19 Sep 2018 13:42:00 +0000 (15:42 +0200)]
[fuel] cleanup: remove unused scenarios

We don't currently support ONOS and KVM-based scenarios.

Change-Id: I9869498c1f726293d571562291e850a817bf3e18
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years ago[fuel] cleanup: remove unused job defs & scripts 59/62559/1
Alexandru Avadanii [Wed, 19 Sep 2018 13:38:14 +0000 (15:38 +0200)]
[fuel] cleanup: remove unused job defs & scripts

Change-Id: I64aae5719f1a0a667e56722bab9e5012a813571f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years ago[stable/gambia] fuel, armband stable branches 57/62557/1
Alexandru Avadanii [Wed, 19 Sep 2018 13:22:41 +0000 (15:22 +0200)]
[stable/gambia] fuel, armband stable branches

Change-Id: I21e6464478fd943037b16af8758f6b24bc54f0fc
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoMerge "jjb: xci: Do not wipe clean VM on failures"
Markos Chandras [Wed, 19 Sep 2018 13:07:31 +0000 (13:07 +0000)]
Merge "jjb: xci: Do not wipe clean VM on failures"

5 years agoClean up RETURN rule from FORWARD chain 49/62549/1
Michael Polenchuk [Wed, 19 Sep 2018 11:10:40 +0000 (15:10 +0400)]
Clean up RETURN rule from FORWARD chain

Remove obsolete/breaking RETURN rule from preparation
stage of Yardstick and Dovetail test suites.

Change-Id: I817780da95f10bc12c491e56806455d1aee25ece
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
5 years agoCreate branches via ssh rather than the https 41/62141/5
Aric Gardner [Wed, 12 Sep 2018 18:12:51 +0000 (14:12 -0400)]
Create branches via ssh rather than the https

Previously we created the branches over Gerrit's HTTPS interface. One or
two projects from the previous release did not have their stable
branches created at the correct place.

Switch to using ssh for branch creation will be more reliable and easier
for us to verify.

Change-Id: If7f24d2b19e74513b59889bd64d25919aa048e4c
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
5 years agoMerge "[fuel] Accept arm clusters as valid deploy targets"
Trevor Bramwell [Tue, 18 Sep 2018 21:08:10 +0000 (21:08 +0000)]
Merge "[fuel] Accept arm clusters as valid deploy targets"

5 years agoMerge "Add former testcase names as cases"
Trevor Bramwell [Tue, 18 Sep 2018 14:09:45 +0000 (14:09 +0000)]
Merge "Add former testcase names as cases"

5 years agoMerge "xci: Switch to Functest Hunter"
Fatih Degirmenci [Tue, 18 Sep 2018 07:40:39 +0000 (07:40 +0000)]
Merge "xci: Switch to Functest Hunter"

5 years agoxci: Switch to Functest Hunter 21/62421/1
Fatih Degirmenci [Mon, 17 Sep 2018 08:58:40 +0000 (10:58 +0200)]
xci: Switch to Functest Hunter

Change-Id: I09978a08d00c561f17ce3a7d5ba75d80aa49a0f6
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
5 years agoAdd former testcase names as cases 21/62121/4
Cédric Ollivier [Wed, 12 Sep 2018 09:17:49 +0000 (11:17 +0200)]
Add former testcase names as cases

Else Fraser jobs are wrong [1]

[1] https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-fraser/lastFailedBuild/console

Change-Id: I4b3e1cacb9da3a3c51ec5b1be615bd2049b6a6e7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agojjb: xci: Do not wipe clean VM on failures 15/62315/2
Markos Chandras [Fri, 14 Sep 2018 11:13:05 +0000 (12:13 +0100)]
jjb: xci: Do not wipe clean VM on failures

If there is a CI failure, then we need the VM to be present so we can
ssh to the slave and collect all the logs we can in order to debug
the problem. However, in order to not leave stale VMs around, we should
remove the VM if a job is scheduled again on the same node. As such, if
we need to debug a build on the node, we need to disconnect the node
from Jenkins so the VM is not wiped by a future job.

Change-Id: I93e7d7402fe03c392b63b87e7d438191f6e7e9cc
Signed-off-by: Markos Chandras <mchandras@suse.de>
5 years agoRevert "fuel-deploy: Add temporary iptables rule" 41/62241/2
Michael Polenchuk [Thu, 13 Sep 2018 09:58:38 +0000 (09:58 +0000)]
Revert "fuel-deploy: Add temporary iptables rule"

This reverts commit b4a65c5e6777a53be5ea817c967caeee51285a7f.
Chain of DOCKER-ISOLATION already has required rule.

Change-Id: Ic7d3e93a2814a42764b4822ef96e0841f68b774d
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
5 years agoFix Functest release refs 53/62153/2
Cédric Ollivier [Wed, 12 Sep 2018 19:07:44 +0000 (21:07 +0200)]
Fix Functest release refs

Change-Id: Ibc67e69c12a1e8c28700d05b5c055681a45ef536
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoMerge "Add functest-k8 job for arm platform"
mei mei [Thu, 13 Sep 2018 01:12:56 +0000 (01:12 +0000)]
Merge "Add functest-k8 job for arm platform"

5 years ago[fuel] Accept arm clusters as valid deploy targets 63/62163/1
Alexandru Avadanii [Wed, 12 Sep 2018 20:30:17 +0000 (22:30 +0200)]
[fuel] Accept arm clusters as valid deploy targets

JIRA: ARMBAND-401

Change-Id: Icd32874ecb38c3f7469e71bd461794b65f50494c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years ago[fuel] verify: Align build/deploy docker img tags 37/62137/1
Alexandru Avadanii [Wed, 12 Sep 2018 17:30:47 +0000 (19:30 +0200)]
[fuel] verify: Align build/deploy docker img tags

Docker build automatically appends 'amd64-<TAG>' or 'arm64-<TAG>',
which are normally combined using manifest tool. However, for verify
we don't push a manifest, so use the explicit arch-specific tag.

Change-Id: Idc036216919164e71d3da5032a79f7f47d115710
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years ago[fuel] verify: Fix project, branch undef refs 33/62133/1
Alexandru Avadanii [Wed, 12 Sep 2018 16:20:22 +0000 (18:20 +0200)]
[fuel] verify: Fix project, branch undef refs

Change-Id: I6b641c87e2672a9e879865baebfa3a58129823f7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoMerge "Assign yardstick/barometer to ericsson-build4"
Aric Gardner [Wed, 12 Sep 2018 15:31:18 +0000 (15:31 +0000)]
Merge "Assign yardstick/barometer to ericsson-build4"

5 years agoMerge "[fuel] verify: Multiarch, docker build step"
Aric Gardner [Wed, 12 Sep 2018 15:25:31 +0000 (15:25 +0000)]
Merge "[fuel] verify: Multiarch, docker build step"

5 years agoMerge "xci: Enable triggers for daily jobs"
Fatih Degirmenci [Wed, 12 Sep 2018 13:34:34 +0000 (13:34 +0000)]
Merge "xci: Enable triggers for daily jobs"

5 years agoMerge "Add Doctor maintenance job"
Serena Feng [Wed, 12 Sep 2018 09:30:13 +0000 (09:30 +0000)]
Merge "Add Doctor maintenance job"

5 years agoMerge "Update Functest jobs to manage new branches"
Serena Feng [Wed, 12 Sep 2018 08:14:51 +0000 (08:14 +0000)]
Merge "Update Functest jobs to manage new branches"

5 years agoMerge changes from topic 'stable-branch'
Serena Feng [Wed, 12 Sep 2018 08:14:42 +0000 (08:14 +0000)]
Merge changes from topic 'stable-branch'

* changes:
  Create Gambia and Hunter Release Jobs
  Create stable/hunter Branch for Functest repos

5 years agoMerge "Create stable/gambia Branch for Functest repos"
Serena Feng [Wed, 12 Sep 2018 08:14:25 +0000 (08:14 +0000)]
Merge "Create stable/gambia Branch for Functest repos"

5 years agoMerge "Add build "yardstick-image-k8s" docker image job"
Trevor Bramwell [Wed, 12 Sep 2018 04:31:14 +0000 (04:31 +0000)]
Merge "Add build "yardstick-image-k8s" docker image job"

5 years agoAssign yardstick/barometer to ericsson-build4 19/62119/1
Trevor Bramwell [Wed, 12 Sep 2018 00:56:22 +0000 (17:56 -0700)]
Assign yardstick/barometer to ericsson-build4

This is a temporary fix until we can determine the full list of
requirements from each project needed for the opnfv-build-ubuntu labled
servers.

Previously these were building fine on ericsson-build4, so reassigning
them there should keep there builds green.

Change-Id: I767b6faa718cd6dd4b9fd17f83e7ee817cfb8c4d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
5 years agoMerge "Updated calipso scenario for master"
Tim Rozet [Tue, 11 Sep 2018 18:11:40 +0000 (18:11 +0000)]
Merge "Updated calipso scenario for master"

5 years agoUpdated calipso scenario for master 51/61351/2
Ilia Abashin [Fri, 24 Aug 2018 19:20:09 +0000 (22:20 +0300)]
Updated calipso scenario for master

Change-Id: I22c05b0cb2973e84b6352a0ab4e7e38132e909f9
Signed-off-by: Tim Rozet <trozet@redhat.com>
5 years agoUpdate Functest jobs to manage new branches 91/62091/1
Cédric Ollivier [Tue, 11 Sep 2018 08:04:08 +0000 (10:04 +0200)]
Update Functest jobs to manage new branches

It manages stable/gambia and stable/hunter as well.

Change-Id: Ib259995f8f0e45767a51204c4eb6fd239e66ed92
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoCreate Gambia and Hunter Release Jobs 53/61553/2
Trevor Bramwell [Wed, 29 Aug 2018 17:36:00 +0000 (10:36 -0700)]
Create Gambia and Hunter Release Jobs

This will create the release jobs needed for the OPNFV Gambia
and Hunter stable-stream release process.

Change-Id: Icdb9a337dcbad26fccb0e1e2935f8082f17bb220
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
5 years agoCreate stable/hunter Branch for Functest repos 89/62089/1
Cédric Ollivier [Tue, 11 Sep 2018 07:44:04 +0000 (09:44 +0200)]
Create stable/hunter Branch for Functest repos

Change-Id: I99d60abfad4b90988d3188378fec84556be430e0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoCreate stable/gambia Branch for Functest repos 55/61555/2
Trevor Bramwell [Wed, 29 Aug 2018 17:38:18 +0000 (10:38 -0700)]
Create stable/gambia Branch for Functest repos

Change-Id: Ib5c1c4435baa1a98907f08869c399f1f21f3e43c
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
5 years agoAdd build "yardstick-image-k8s" docker image job 81/62081/1
rexlee8776 [Tue, 11 Sep 2018 02:36:50 +0000 (02:36 +0000)]
Add build "yardstick-image-k8s" docker image job

JIRA: RELENG-408

Change-Id: Ie6ac842ebd1bb6264c88a7f8ee0446d76fc3dbdd
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
5 years agoMerge "Add the docs build job for fuel project"
Trevor Bramwell [Mon, 10 Sep 2018 17:01:42 +0000 (17:01 +0000)]
Merge "Add the docs build job for fuel project"

5 years ago[fuel] verify: Multiarch, docker build step 23/62023/2
Alexandru Avadanii [Mon, 10 Sep 2018 00:27:37 +0000 (02:27 +0200)]
[fuel] verify: Multiarch, docker build step

Rework Fuel verify jobs:
- split 'fuel-verify' into per-arch jobs (amd64 and arm64):
  * for now, arm64 jobs are non-voting;
- add 'docker-build' phase job:
  * the docker build job will run on the same virtual POD jump host
    as the deploy, to bypass the need of pushing to a (public)
    Docker hub registry - this might be refactored later to resemble
    the old Fuel ISO build workflow where the artifacts built during
    verify are the ones actually promoted - with the current method
    the final build & tag (ran on OPNCI CI build servers) might yield
    different results due to different docker build cache states;
  * the locally built container image is tagged with the 'verify'
    designator and not pushed to a public registry, only consumed
    during verify's job 'deploy-virtual' phase;

JIRA: ARMBAND-401
JIRA: FUEL-383

Change-Id: I9b0d8079e759cdc895260219a8a4989411c995ff
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
5 years agoxci: Enable triggers for daily jobs 63/62063/2
Fatih Degirmenci [Mon, 10 Sep 2018 14:54:15 +0000 (08:54 -0600)]
xci: Enable triggers for daily jobs

Please note that these triggers are temporary and they will be
adjusted to fit promotion based triggering. This will result
in running scenario deployments and testing if any scenario
has changes. Otherwise, daily jobs will be skipped.

Change-Id: I24e8c4d7f1da4d3203d81a8929ce2bc60d398ece
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
5 years agoMerge "Fix tempest_full name when running Functest fraser"
Tim Rozet [Mon, 10 Sep 2018 15:04:13 +0000 (15:04 +0000)]
Merge "Fix tempest_full name when running Functest fraser"

5 years agoAdd the docs build job for fuel project 69/61869/7
Cristina Pauna [Thu, 6 Sep 2018 06:28:31 +0000 (09:28 +0300)]
Add the docs build job for fuel project

Change-Id: I2d0a71fc40a4a6cd1f5b1e63ca429c5b83b7ad00
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
5 years agobug-fix: k8s capacity test name 41/62041/1
Yang (Gabriel) Yu [Mon, 10 Sep 2018 09:24:54 +0000 (17:24 +0800)]
bug-fix: k8s capacity test name

JIRA: BOTTLENECK-242

TEST_CASE is wrongly defined. Spaces should be deleted
in order to make the right defination for shell.

Change-Id: I981e80af8fc8dfd9f375b44b205f7478e0d4f260
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
5 years agoFix tempest_full name when running Functest fraser 03/62003/2
Cédric Ollivier [Sat, 8 Sep 2018 06:07:18 +0000 (08:07 +0200)]
Fix tempest_full name when running Functest fraser

https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-fraser/373/console

Change-Id: I8c76620c67c28ea3f14ff79aef98ad2815a3aaa9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoadd k8s capcity test 73/61973/1
Yang (Gabriel) Yu [Fri, 7 Sep 2018 09:09:29 +0000 (17:09 +0800)]
add k8s capcity test

JIRA: BOTTLENECK-242

Change-Id: I2fb92017b2b07ede448c817c89ae0d7572cfbae9
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
5 years agoMerge "Move global-jjb parameter from releng to global"
Fatih Degirmenci [Thu, 6 Sep 2018 21:03:39 +0000 (21:03 +0000)]
Merge "Move global-jjb parameter from releng to global"

5 years agojjb: xci: Make sure all virtualbmc process are gone 03/61903/1
Markos Chandras [Thu, 6 Sep 2018 10:34:54 +0000 (11:34 +0100)]
jjb: xci: Make sure all virtualbmc process are gone

Daily jobs run on the actual slave so they leave virtualbmc processes
running even when the job is finished. As such, we need to make sure
that such artifacts are gone as soon as we start a new job.

Change-Id: I82f49279cc105e788db466e5040e6a31c537af5c
Signed-off-by: Markos Chandras <mchandras@suse.de>
5 years agoMerge "Run tempest_full and tempest_scenario in daily jjbs"
Trevor Bramwell [Thu, 6 Sep 2018 07:48:11 +0000 (07:48 +0000)]
Merge "Run tempest_full and tempest_scenario in daily jjbs"

5 years agoMerge "Set NODE_NAME as the description for ansible runs"
Trevor Bramwell [Thu, 6 Sep 2018 07:32:30 +0000 (07:32 +0000)]
Merge "Set NODE_NAME as the description for ansible runs"

5 years agoMove global-jjb parameter from releng to global 73/61873/1
Trevor Bramwell [Thu, 6 Sep 2018 06:37:03 +0000 (23:37 -0700)]
Move global-jjb parameter from releng to global

As these only affect jobs defined in global-jjb (no other jobs used
these variable names) they should be safe to define at the global level.

Change-Id: I646c3afc73757bff561cc84b80df064e13680080
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
5 years agoAdd functest-k8 job for arm platform 41/61841/2
Jingzhao Ni [Wed, 5 Sep 2018 06:56:49 +0000 (14:56 +0800)]
Add functest-k8 job for arm platform

Create functest-k8 job for arm platform. It will be triggerd by
container4nfv jobs.
Add 2 arm pods to functest-daily pod list.

Change-Id: If8209574263b863f2a907cd962f9511cc3db74ea
Signed-off-by: Jingzhao Ni <jingzhao.ni@arm.com>
5 years agoRun tempest_full and tempest_scenario in daily jjbs 23/61823/2
Cédric Ollivier [Tue, 4 Sep 2018 19:20:44 +0000 (21:20 +0200)]
Run tempest_full and tempest_scenario in daily jjbs

It simply adds OpenStack jobs in OPNFV daily gates.
OPNFV Installers seem good enough to meet the OpenStack merge criteria.

Rally is still excluded as it ends after 3 hours.

Change-Id: I16ea72c1ca49f485d81f9b06b435e9731b56083a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoMerge "xci: Log functest results to console for daily jobs"
Fatih Degirmenci [Tue, 4 Sep 2018 17:07:30 +0000 (17:07 +0000)]
Merge "xci: Log functest results to console for daily jobs"

5 years agoMerge "xci: Switch to functest-smoke for daily jobs"
Fatih Degirmenci [Tue, 4 Sep 2018 17:07:14 +0000 (17:07 +0000)]
Merge "xci: Switch to functest-smoke for daily jobs"

5 years agoxci: Log functest results to console for daily jobs 17/61817/2
Fatih Degirmenci [Tue, 4 Sep 2018 14:22:06 +0000 (16:22 +0200)]
xci: Log functest results to console for daily jobs

Change-Id: Ic3f31fea8170af8b1e9845856976ef57df496e1e
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
5 years agoxci: Pass functest tier and suite to downstream jobs 13/61813/1
Fatih Degirmenci [Tue, 4 Sep 2018 11:02:12 +0000 (13:02 +0200)]
xci: Pass functest tier and suite to downstream jobs

Change-Id: I206b729c09d30eb81432d11638c2654a96c3b9e8
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
5 years agoFor compass, the process name is rabbitmq 03/61803/1
xudan [Tue, 4 Sep 2018 07:29:15 +0000 (03:29 -0400)]
For compass, the process name is rabbitmq

JIRA: DOVETAIL-738

Change-Id: I0266c8f61657ceb30d8ce41d3caa35f4e7aa46fa
Signed-off-by: xudan <xudan16@huawei.com>
5 years agoMerge "Build and run functest-benchmarking"
Fatih Degirmenci [Mon, 3 Sep 2018 16:36:23 +0000 (16:36 +0000)]
Merge "Build and run functest-benchmarking"

5 years agoxci: Switch to functest-smoke for daily jobs 65/61765/1
Fatih Degirmenci [Mon, 3 Sep 2018 15:35:17 +0000 (17:35 +0200)]
xci: Switch to functest-smoke for daily jobs

Change-Id: I958c8f857c28a45c009daba36c4bcef7adda4bbe
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
5 years agoMerge "xci: Enable yardstick"
Fatih Degirmenci [Mon, 3 Sep 2018 15:33:42 +0000 (15:33 +0000)]
Merge "xci: Enable yardstick"

5 years agojjb: xci: Turn on bash debug option 61/61761/1
Markos Chandras [Mon, 3 Sep 2018 14:45:07 +0000 (15:45 +0100)]
jjb: xci: Turn on bash debug option

The script does not behave as it should so we need to enable the debug
option in order to debug it properly

Change-Id: I13cd4d027c0d9bb9229466148ea4c913508cba2a
Signed-off-by: Markos Chandras <mchandras@suse.de>
5 years agojjb: xci: Do not check for scenario changes in releng-xci repo 59/61759/1
Markos Chandras [Mon, 3 Sep 2018 14:22:19 +0000 (15:22 +0100)]
jjb: xci: Do not check for scenario changes in releng-xci repo

There are no scenarios in releng-xci anymore so we must not try and
determine the impacted scenario. Using the default one is good enough
for CI. Users can still override the defaults using the usual methods.

Change-Id: I47207ebddae79fd89615bfd664f211879aabae92
Signed-off-by: Markos Chandras <mchandras@suse.de>
5 years agoBuild and run functest-benchmarking 49/61749/2
Cédric Ollivier [Mon, 3 Sep 2018 12:28:06 +0000 (14:28 +0200)]
Build and run functest-benchmarking

Change-Id: If2597ae36a2c6599b524543b67aac7f6272b384a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoxci: Execute prepare-tests.sh to prepare OPNFV VM 45/61745/2
Fatih Degirmenci [Mon, 3 Sep 2018 09:46:15 +0000 (11:46 +0200)]
xci: Execute prepare-tests.sh to prepare OPNFV VM

It also fixes the results directory where Functest log is cat from.

Change-Id: I3d8ea06d3741c70108cdb1c7f040969dbacf79a5
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>