SerenaFeng [Thu, 21 Sep 2017 05:41:59 +0000 (13:41 +0800)]
refactor one click deployment in testapi
substitue docker-compose.template with string description,
so that user can wget deploy.py and execute directly.
Change-Id: I9703a1c8dfbdc46470561d54c6663e3728540162
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Aric Gardner [Wed, 20 Sep 2017 21:54:31 +0000 (21:54 +0000)]
Merge "fuel, armband: Enable Euphrates jobs & triggers"
Jose Lausuch [Wed, 20 Sep 2017 19:30:43 +0000 (19:30 +0000)]
Merge "add one click deployment of testapi and reporting"
Alexandru Avadanii [Fri, 15 Sep 2017 19:09:09 +0000 (21:09 +0200)]
fuel, armband: Enable Euphrates jobs & triggers
Change-Id: Id47f61c950e1cc036e32e8efe2e2b55193e7c49e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Jose Lausuch [Wed, 20 Sep 2017 12:47:54 +0000 (12:47 +0000)]
Merge "Add functest return status in Alpines"
xudan [Wed, 20 Sep 2017 09:30:21 +0000 (05:30 -0400)]
Reset the trigger time of Apex danube job on huawei-pod4
The old time is "0 12 * * *", need to set it to "0 1 * * *".
Change-Id: Id568dcb638202612ef8d7a9464d71952a95bffe8
Signed-off-by: xudan <xudan16@huawei.com>
SerenaFeng [Wed, 20 Sep 2017 08:33:55 +0000 (16:33 +0800)]
add one click deployment of testapi and reporting
leverage docker compose to deploy testresults set
testapi/reporting/mongo
usage:
python one_click_deploy.sh -tp 8082 -rp 8084 -tl http://host_ip:8082
Change-Id: I8dfb868637749b82ec86e58220376b03ad50664d
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Morgan Richomme [Wed, 20 Sep 2017 07:34:53 +0000 (07:34 +0000)]
Merge "Add Euphrates pages for reporting"
Morgan Richomme [Wed, 20 Sep 2017 07:15:42 +0000 (09:15 +0200)]
Add functest return status in Alpines
So far we had 2 approaches:
* return Functest CI status: can be OK even if tests are FAIL
* return Functest Test status: can be FAIL even if all Functest tests are OK
(Fail in onboaraded tests)
A 3rd way is possible thanks to [1].
We consider only Functest status and Functest tests for the return statement
the return will be FAIL only if
* error in the framework
* error in Functest Tests
So concretely, if promise, Doctor can be FAIL, if Functest tests are OK, the
return will be PASS
[1]: https://gerrit.opnfv.org/gerrit/#/c/42245/
Change-Id: I6c7fbe99d888e43700ddb2dfc9bfd6cc9bfbaed6
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Wed, 20 Sep 2017 06:38:03 +0000 (06:38 +0000)]
Merge "Functest: Introduce building image job for euphrates"
Serena Feng [Wed, 20 Sep 2017 06:23:33 +0000 (06:23 +0000)]
Merge "Bug Fix: Using library for urlencode"
Linda Wang [Wed, 20 Sep 2017 03:08:02 +0000 (03:08 +0000)]
Functest: Introduce building image job for euphrates
Change-Id: I9e4aab444490b7a85d2fd24344045452a62a0bcc
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Jun Li [Wed, 20 Sep 2017 03:01:37 +0000 (03:01 +0000)]
Merge "Dovetail will not trigger apex test on huawei-pod4"
mbeierl [Tue, 19 Sep 2017 15:15:13 +0000 (11:15 -0400)]
Introduce Euphrates Jobs
Adds stable/euphrates branch for StorPerf ARM jobs that were
enabled for existing master
Change-Id: I4f16097575367e8921e1f25201e57c3af5cd9d19
Signed-off-by: mbeierl <mark.beierl@dell.com>
Trevor Bramwell [Tue, 19 Sep 2017 20:50:48 +0000 (20:50 +0000)]
Merge "fuel-deploy.sh: mv lab-config repo to TMPDIR"
zhihui wu [Mon, 18 Sep 2017 05:58:11 +0000 (13:58 +0800)]
[QTIP] Enable qtip docker build image job in euphrates
Change-Id: I01eb67919aa489c47d34976f9587f3187059d2b3
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Tim Rozet [Tue, 19 Sep 2017 18:33:33 +0000 (18:33 +0000)]
Merge "Apex: Renables async builds and fixes blocking bug"
Tim Rozet [Tue, 19 Sep 2017 16:38:23 +0000 (12:38 -0400)]
Apex: Renables async builds and fixes blocking bug
Previously we had apex-verify-master running multiple instances on
virtual-slaves. Apex-verify-master would kick off a build on our build
server, and then apex-verify-master would execute deploy multijob and
then functest multijob. However we found a bug where jenkins build
blocker would see that a deploy finished on the virtual slave, and then
execute functest multijob as well as deploy multijob (for the next
verify job) at the same time.
This patch adds a parent job apex-virtual-{stream} which calls deploy
and functest multijob and will block correctly. It also renables having
more than 1 apex-verify job running at a time on the virtual slaves.
Change-Id: Id15b2415407fc3318f333e3dfc59076d04db4ffb
Signed-off-by: Tim Rozet <trozet@redhat.com>
Trevor Bramwell [Tue, 19 Sep 2017 17:38:15 +0000 (17:38 +0000)]
Merge "Fix Yamllint violations for jjb/armband"
Trevor Bramwell [Tue, 19 Sep 2017 15:55:30 +0000 (15:55 +0000)]
Merge "Create jobs for euphrates"
Trevor Bramwell [Tue, 19 Sep 2017 15:54:12 +0000 (15:54 +0000)]
Merge "Create jobs for euphrates"
Tim Rozet [Tue, 19 Sep 2017 14:10:07 +0000 (14:10 +0000)]
Merge "Introduce StorPerf Euphrates Jobs"
mbeierl [Mon, 18 Sep 2017 15:22:30 +0000 (11:22 -0400)]
Introduce StorPerf Euphrates Jobs
Adds stable/euphrates branch for StorPerf jobs that were
enabled for existing master
Change-Id: Id11c4958c40cf8b8db49d545face4bd6ddbf31d3
Signed-off-by: mbeierl <mark.beierl@dell.com>
Tim Rozet [Tue, 19 Sep 2017 13:58:09 +0000 (09:58 -0400)]
Apex: fixes gspathname for euphrates
Change-Id: Ia4523a185708a9d29243b522894b38fd1f047682
Signed-off-by: Tim Rozet <trozet@redhat.com>
xudan [Tue, 19 Sep 2017 09:26:43 +0000 (05:26 -0400)]
Dovetail will not trigger apex test on huawei-pod4
1. Jobs to deploy Apex danube has been merged.
This job will deploy Apex and then run Dovetail.
2. So Dovetail don't need to run test on huawei-pod4,
because it will be triggered by Apex deploy job.
JIRA: DOVETAIL-503
Change-Id: I49850a6c45e977ee3e5e8ad246b90a3dbd16884c
Signed-off-by: xudan <xudan16@huawei.com>
Fatih Degirmenci [Tue, 19 Sep 2017 08:48:43 +0000 (10:48 +0200)]
functest: Enable euphrates jobs
Change-Id: I536d3182ef7f4b598f734502cc0880201487d968
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Mon, 18 Sep 2017 13:16:34 +0000 (15:16 +0200)]
functest: Create jobs for Euphrates
This change switches jobs to euphrates and removes danube jobs.
Change-Id: I9e53c595886b6214927c10c380a898e3c7510c7b
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Morgan Richomme [Tue, 19 Sep 2017 08:18:59 +0000 (08:18 +0000)]
Merge "Integrate functest with ARM Architecture with alpine images"
Morgan Richomme [Tue, 19 Sep 2017 07:14:23 +0000 (07:14 +0000)]
Merge "Enable parser project"
Fatih Degirmenci [Mon, 18 Sep 2017 13:47:12 +0000 (15:47 +0200)]
Create jobs for euphrates
Change-Id: Ia705bd9c16ca934bc781e558b27feafa89b3bff0
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Tue, 19 Sep 2017 07:03:13 +0000 (07:03 +0000)]
Merge "Don't trigger danube branch"
wutianwei [Tue, 12 Sep 2017 02:28:29 +0000 (10:28 +0800)]
Don't trigger danube branch
create job for euphrates
Change-Id: Ibabe87a6ba2e8c49356b33ed0b7ce7e93ab46df8
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Tim Rozet [Tue, 19 Sep 2017 02:22:13 +0000 (02:22 +0000)]
Merge "Apex: add back legacy support for danube rpm"
Tim Rozet [Tue, 19 Sep 2017 01:52:22 +0000 (21:52 -0400)]
Apex: migrate nodes for project jobs to master label
We dont have other pods so no reason to make extra labels
Change-Id: Ib701ae25d6cd08035930773219f691c7dc1b156e
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Tue, 19 Sep 2017 01:07:59 +0000 (21:07 -0400)]
Apex: add euphrates stream to project jobs
Change-Id: I2f6dbe545c1c1adaa0a7020440f17f6f0cf37973
Signed-off-by: Tim Rozet <trozet@redhat.com>
Trevor Bramwell [Mon, 18 Sep 2017 21:44:59 +0000 (14:44 -0700)]
Fix Yamllint violations for jjb/armband
JIRA: RELENG-254
Change-Id: I1c658e0af40d2973301b33f760d7fd420e80f253
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Fatih Degirmenci [Mon, 18 Sep 2017 13:23:38 +0000 (15:23 +0200)]
yardstick: Create jobs for Euphrates
This change switches jobs to euphrates and removes danube jobs.
Change-Id: I421b3927e05712a62409e768b1b6a2e36c462537
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Aric Gardner [Mon, 18 Sep 2017 22:00:37 +0000 (22:00 +0000)]
Merge "add jenkins for stor4nfv"
Trevor Bramwell [Mon, 18 Sep 2017 21:51:52 +0000 (21:51 +0000)]
Merge "Create jobs for euphrates"
Trevor Bramwell [Mon, 18 Sep 2017 21:51:11 +0000 (21:51 +0000)]
Merge "Create jobs for euphrates"
Tim Rozet [Mon, 18 Sep 2017 20:49:20 +0000 (20:49 +0000)]
Merge "Apex: Enables euphrates branch for daily CI"
Peng Liu [Mon, 18 Sep 2017 08:01:04 +0000 (16:01 +0800)]
Apex: add back legacy support for danube rpm
Change-Id: I2f4a8c57bf056fcc266a0757b291309671ecc151
Signed-off-by: Peng Liu <pliu@redhat.com>
Tim Rozet [Mon, 18 Sep 2017 19:05:16 +0000 (15:05 -0400)]
Apex: stop removing apex tmp directories
The tmp directory no longer holds large files, and removing this while
other jobs are running can cause build failures.
Change-Id: I504d06e2e114dd1be4fe3790fcefaf97c724552c
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 18 Sep 2017 18:50:59 +0000 (14:50 -0400)]
Apex: Enables euphrates branch for daily CI
Disables master daily. Just uses master labels for Euphrates jobs as
well.
Change-Id: I65b0eed528518c07d3ef4194a021004deabe2ed0
Signed-off-by: Tim Rozet <trozet@redhat.com>
Tim Rozet [Mon, 18 Sep 2017 18:41:43 +0000 (18:41 +0000)]
Merge "Merge Apex Daily Jobs"
Morgan Richomme [Mon, 18 Sep 2017 14:02:18 +0000 (16:02 +0200)]
Add Euphrates pages for reporting
Change-Id: Iee4c54801d839be949495360141d4ae9353e5ecc
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Fatih Degirmenci [Mon, 18 Sep 2017 13:41:09 +0000 (15:41 +0200)]
Create jobs for euphrates
Change-Id: I700eb3c113889cb70b3df7a8cfa4faf5e37ffce5
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Mon, 18 Sep 2017 13:35:22 +0000 (15:35 +0200)]
Create jobs for euphrates
Change-Id: Iff9bd7601a59d7e1bad259c74fc792081505f679
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Markos Chandras [Mon, 18 Sep 2017 13:33:39 +0000 (14:33 +0100)]
jjb: xci: Trigger when changing bifrost files
bifrost is part of XCI so we should run the Jenkins jobs when only
submitting bifrost related changes.
Change-Id: I215b4ca241fd4ffba90c0201dbe8f4c23b8ec280
Signed-off-by: Markos Chandras <mchandras@suse.de>
Fatih Degirmenci [Mon, 18 Sep 2017 13:29:53 +0000 (15:29 +0200)]
Create jobs for euphrates
Change-Id: Ib7138679a49fe12ee99599b30eb3036accad8425
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Mon, 18 Sep 2017 13:07:29 +0000 (13:07 +0000)]
Merge "xci: Add parameter to clean the DIB images"
Fatih Degirmenci [Mon, 18 Sep 2017 13:03:26 +0000 (15:03 +0200)]
xci: Add parameter to clean the DIB images
Change-Id: I399fa81c61ae3149c0dada688307627ecc1979f6
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Ryota Mibu [Mon, 18 Sep 2017 11:59:52 +0000 (11:59 +0000)]
Merge "fix doctor trigger files"
Serena Feng [Mon, 18 Sep 2017 07:32:39 +0000 (07:32 +0000)]
Merge "Enable jobs for stable/euphrates branch"
utkarshrai98 [Sun, 17 Sep 2017 04:36:50 +0000 (10:06 +0530)]
Bug Fix: Using library for urlencode
Changes to method call _set_query
Change-Id: I95837df57cc98c21ff5d95d9753269490c025dd3
Signed-off-by: utkarshrai98 <utkarshrai98@gmail.com>
Serena Feng [Mon, 18 Sep 2017 01:16:46 +0000 (01:16 +0000)]
Merge "Add monitoring tests folder trigger unit verify"
Alexandru Avadanii [Sat, 16 Sep 2017 21:53:01 +0000 (23:53 +0200)]
fuel-deploy.sh: mv lab-config repo to TMPDIR
Change-Id: Id942f7d2e6e1bbbdb9b15a7c6951ca2f0ba437db
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Serena Feng [Sat, 16 Sep 2017 03:40:53 +0000 (03:40 +0000)]
Merge "testing for raise in config.py"
Serena Feng [Sat, 16 Sep 2017 03:12:42 +0000 (03:12 +0000)]
Merge "leverage LFID authentication to pod creation"
Serena Feng [Sat, 16 Sep 2017 03:05:05 +0000 (03:05 +0000)]
Merge "leverage token_check only when posting results"
Fatih Degirmenci [Fri, 15 Sep 2017 20:38:19 +0000 (14:38 -0600)]
xci: Disable bifrost jobs until Intel slaves are back online
Change-Id: I3a40077f14429de7a23ebf733dff5b13b8bc5d9e
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
shangxdy [Thu, 14 Sep 2017 11:55:51 +0000 (19:55 +0800)]
Enable parser project
Enable parser project since it has tested successfully in multiple
installers.
Change-Id: I7f6f22910cf2b44975c511d3ff20b822181c18fe
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Jose Lausuch [Fri, 15 Sep 2017 10:59:54 +0000 (10:59 +0000)]
Merge "[Functest] Exclude vnf tests for virtual deployments"
Serena Feng [Fri, 15 Sep 2017 07:17:53 +0000 (07:17 +0000)]
Merge "Disable fuel/mcp ci jobs on zte-pod3"
Morgan Richomme [Fri, 15 Sep 2017 07:02:09 +0000 (07:02 +0000)]
Merge "Apply docker config adaptations to alpines"
dongwenjuan [Fri, 15 Sep 2017 06:50:27 +0000 (14:50 +0800)]
fix doctor trigger files
Change-Id: I89713020ea17ddeedc32c581ac14b38d9f2afe44
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
zhongjun [Fri, 15 Sep 2017 06:13:24 +0000 (14:13 +0800)]
Add monitoring tests folder trigger unit verify
Add monitoring tests folder to trigger unit verify job
for daisy beacause unit test code should be added
verify CI.
Change-Id: I77e19b5b07a3a1f724c20036e5c337ffa9f482ec
Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
Jun Li [Fri, 15 Sep 2017 02:17:11 +0000 (02:17 +0000)]
Merge "add k8s scenario to compass4nfv"
Jun Li [Fri, 15 Sep 2017 02:13:55 +0000 (02:13 +0000)]
Merge "bug-fix: delete directory created by root for workspace cleanup"
Tim Rozet [Thu, 14 Sep 2017 23:59:55 +0000 (19:59 -0400)]
Apex: Converts clean to use python
Change-Id: I2b7ee35500da4523a6cb872f89225fad6dd8af7f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Alexandru Avadanii [Thu, 14 Sep 2017 19:11:38 +0000 (21:11 +0200)]
opnfv-docker-arm: Use new dockerdir variable
Previous changes defined the default value and overrides for
'dockerdir' jjb variable, but did not actually set it as the
default for DOCKER_DIR.
Change-Id: Id73aa60e786b4d4dafbcd18ce2fd926720f9d634
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Trevor Bramwell [Thu, 14 Sep 2017 19:00:27 +0000 (19:00 +0000)]
Merge "opnfv-docker-arm: storperf: Fix docker repo name"
Trevor Bramwell [Thu, 14 Sep 2017 16:38:44 +0000 (09:38 -0700)]
Merge Apex Daily Jobs
Merged 'apex-daily-master' and 'apex-daily-danube' into
'apex-daily-{stream}'
Change-Id: I2b1e9e3dd0869b6a1f2b1b6415b364a2d9f151d2
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Alexandru Avadanii [Thu, 14 Sep 2017 17:05:53 +0000 (19:05 +0200)]
opnfv-docker-arm: storperf: Fix docker repo name
Storperf job definitions define an override for docker_repo_name,
so use that in setting the default for DOCKER_REPO_NAME param.
Change-Id: I772088437cd2d6d383ec2f0f44a202b01d95ff59
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Aric Gardner [Thu, 14 Sep 2017 16:54:50 +0000 (16:54 +0000)]
Merge "yardstick-cleanup.sh: try to fix docker rmi failure"
Alexandru Avadanii [Thu, 14 Sep 2017 16:09:35 +0000 (18:09 +0200)]
opnfv-docker.sh: Fix unbound ARCH_TAG
Jenkins does not set ARCH_TAG to an empty string; instead it does
not set that variable at all when the input is empty.
Fix this by providing a default empty string in the script.
Change-Id: Iec4c38068b1ab3e8dd124f49b36759eedb084f4a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
JoseLausuch [Thu, 14 Sep 2017 15:54:11 +0000 (17:54 +0200)]
[Functest] Exclude vnf tests for virtual deployments
VNF test cases take long time when executed in
virtual deployments, mainly due to the resources
assigned to the virtual hosts.
Change-Id: Id0591e6217515b04fe163488a89667ac66c06cdd
Signed-off-by: JoseLausuch <lausso@Joses-iMac.local>
Guo Ruijing [Thu, 14 Sep 2017 15:57:20 +0000 (23:57 +0800)]
add jenkins for stor4nfv
Change-Id: I2abd2d200840a16139befe1bb734b94e175123d9
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Morgan Richomme [Thu, 14 Sep 2017 15:11:23 +0000 (17:11 +0200)]
Apply docker config adaptations to alpines
regression reported by barometer project
1) --privileged=true no more set in docker run
2) wrong INSTALLER_IP -e INSTALLER_IP=192.168.122.169
3) ssh_key no more mounted -v /root/.ssh/id_rsa:/root/.ssh/id_rsa
Change-Id: Iccda9d57b7ea4c346ff26e9b2f74320bfe7eec95
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Delia Popescu [Thu, 14 Sep 2017 15:01:07 +0000 (18:01 +0300)]
Integrate functest with ARM Architecture with alpine images
Read compute architecture form salt master and send it as
environment variable.
JIRA: ARMBAND-310
Change-Id: I5c44697d1856f4d09df6fbbbf23ec94478e08f21
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Morgan Richomme [Thu, 14 Sep 2017 13:01:08 +0000 (13:01 +0000)]
Merge "[fuel] Handle os cacert for alpine as well"
Jun Li [Thu, 14 Sep 2017 11:01:14 +0000 (11:01 +0000)]
Merge "Don't test dovetail with os-onos-nofeature-ha scenario"
Michael Polenchuk [Thu, 14 Sep 2017 09:02:49 +0000 (13:02 +0400)]
[fuel] Handle os cacert for alpine as well
Change-Id: Ie7e8228dc4316a70c8cd800415108180148f5f31
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
wutianwei [Thu, 14 Sep 2017 07:41:01 +0000 (15:41 +0800)]
add k8s scenario to compass4nfv
Change-Id: Ie146c6da6d554c5e5285c73c52beae9f4043eff1
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Yang Yu [Thu, 14 Sep 2017 08:04:42 +0000 (16:04 +0800)]
bug-fix: delete directory created by root for workspace cleanup
JIRA: RELENG-311
RT
Change-Id: Id6c5306ef02a3c02c270ef0e548c41dde6d1b8b4
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
Jun Li [Thu, 14 Sep 2017 06:38:29 +0000 (06:38 +0000)]
Merge "Add danube scenario "os-odl_l2-bgpvpn-ha" in fuel pod zte-pod1"
Jun Li [Thu, 14 Sep 2017 06:38:21 +0000 (06:38 +0000)]
Merge "Bugfix: Add job-template to jobs"
xudan [Thu, 14 Sep 2017 06:30:10 +0000 (02:30 -0400)]
Don't test dovetail with os-onos-nofeature-ha scenario
Compass will not release os-onos-nofeature-ha scenario in its E release.
Dovetail will not test against this scenario anymore.
JIRA: DOVETAIL-502
Change-Id: Ifeefc0fdbe610808d349be971f597ad10ea5ceca
Signed-off-by: xudan <xudan16@huawei.com>
Yang Yu [Thu, 14 Sep 2017 03:33:14 +0000 (11:33 +0800)]
bug-fix: fix privilege error for removing workspace
JIRA: BOTTLENECK-196
Details refer to: https://build.opnfv.org/ci/view/bottlenecks/
job/bottlenecks-compass-posca_stress_ping-virtual-daily-master/
41/consoleFull
Change-Id: Ia973bab723e2b52a34f4332a5dbcff7c342720d7
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
xudan [Thu, 14 Sep 2017 03:10:21 +0000 (23:10 -0400)]
Bugfix: Add job-template to jobs
The last patch to add apex danube jobs on huawei-pod4 forget to add the
job-template to the jobs list.
Change-Id: I671faa2068bab517adc59ad8597e9c05330d528f
Signed-off-by: xudan <xudan16@huawei.com>
Jun Li [Thu, 14 Sep 2017 02:31:23 +0000 (02:31 +0000)]
Merge "Bug-fix: Cleanup Workspace after Testing"
Alex Yang [Thu, 14 Sep 2017 02:10:38 +0000 (10:10 +0800)]
Disable fuel/mcp ci jobs on zte-pod3
The ci jobs on zte-pod3 failed many days.
Disable the mcp ci jobs on it.
And the pod will be used for another installer.
Change-Id: Id8eab7424db6dc0eac97fa0d85c93f2ef98442e3
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Zhijiang Hu [Tue, 12 Sep 2017 11:20:17 +0000 (19:20 +0800)]
Enable jobs for stable/euphrates branch
Change-Id: I9c9759f3f361d6e0e56429e0aeca6205fa59934f
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
Jun Li [Thu, 14 Sep 2017 01:29:35 +0000 (01:29 +0000)]
Merge "Apex, Dovetail: run proposed_test against Apex on huawei_pod4"
mbeierl [Tue, 12 Sep 2017 18:25:57 +0000 (14:25 -0400)]
Optional Architecture Specific Push
Enables optional argument to specify the architecture to use
when building and pushing the image. If project defines it,
the arch is added to the docker version like so: arch-version.
This matches the tag convention used by multiarch/alpine.
Change-Id: I699c2aba05c55291b5f8c48bcc1daacceae6154b
JIRA: STORPERF-210
Signed-off-by: mbeierl <mark.beierl@dell.com>
Aric Gardner [Wed, 13 Sep 2017 16:52:28 +0000 (16:52 +0000)]
Merge "ericsson-pod1 slave defaults: Custom INSTALLER_IP"
Aric Gardner [Wed, 13 Sep 2017 16:52:01 +0000 (16:52 +0000)]
Merge "yardstick: AArch64: Pull from arch-specific repo"
Markos Chandras [Wed, 13 Sep 2017 16:19:47 +0000 (16:19 +0000)]
Merge "xci: Make it possible to skip deployment and healthcheck"
Morgan Richomme [Wed, 13 Sep 2017 14:42:50 +0000 (14:42 +0000)]
Merge "Add reporting for Functest Alpine in Releng"
Morgan Richomme [Tue, 12 Sep 2017 16:56:26 +0000 (18:56 +0200)]
Add reporting for Functest Alpine in Releng
Change-Id: I1e72cb5b7ce9441900a239bb593d89275fe7b675
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>