Trevor Bramwell [Tue, 26 Sep 2017 18:36:22 +0000 (11:36 -0700)]
Remove Restriction on Total Docker Builds per Node
The docker build script will only allow one docker build at a time. As
docker builds are now restricted to one per-node by project through the
throttle-build plugin, this restriction can be lifted.
JIRA: RELENG-315
Change-Id: I4c430f99eaaed831fa0c49284280a8fa9fbe13c8
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Trevor Bramwell [Mon, 25 Sep 2017 21:23:13 +0000 (14:23 -0700)]
Throttle Docker Builds to 1 Per-Node
Docker builds are currently timing out when multiple builds are running
on the same node. Builds start in parallel but Docker only allows one
to run at a time. By throttling builds to 1 per-node Docker builds will
run sequentially, as they are currently, but not timeout.
JIRA: RELENG-315
Change-Id: Ib64252f9449cccdc35856debafd3bcb8796f1100
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Fatih Degirmenci [Mon, 25 Sep 2017 19:30:07 +0000 (19:30 +0000)]
Merge "jjb: xci: xci-verify-jobs: Use clean vm to verify XCI jobs"
Markos Chandras [Fri, 22 Sep 2017 14:20:29 +0000 (15:20 +0100)]
jjb: xci: xci-verify-jobs: Use clean vm to verify XCI jobs
Per Idec0fc06c82435adc1a4d569b8e578616998de5f it's now possible
to use a clean virtual machine to verify XCI so lets make use of
it. Moreover this patch updates the distro parameter to use more
accurate names and bring it inline with what dib expects.
Change-Id: I18c88637819884fef07d0bfa0dc2c1077a26c2f1
Signed-off-by: Markos Chandras <mchandras@suse.de>
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Morgan Richomme [Mon, 25 Sep 2017 12:58:05 +0000 (12:58 +0000)]
Merge "Enable daisy euphrates jobs of daily and functest"
Jose Lausuch [Mon, 25 Sep 2017 12:41:06 +0000 (14:41 +0200)]
[Functest] Fix unicode issue
Change-Id: I40e00a1abfc383bb5f13a8ec140294d3a67e5cbf
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Jose Lausuch [Mon, 25 Sep 2017 09:30:37 +0000 (11:30 +0200)]
[Functest] Fix nits in alpine jobs
And add debug information for the suite jobs
Change-Id: I478a09c689b54f82246a72c19726576ff5aeaffd
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Linda Wang [Mon, 25 Sep 2017 07:16:39 +0000 (07:16 +0000)]
Restrict functest running with k8 deployment
Also, improve suite job with alpine images.
Change-Id: I1367dea6b09361641c38ef91652acec5be4fbebb
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Morgan Richomme [Mon, 25 Sep 2017 06:34:10 +0000 (06:34 +0000)]
Merge "cloudify_ims reporting fixes"
wutianwei [Mon, 25 Sep 2017 01:23:47 +0000 (09:23 +0800)]
Build euphrates iso for deploy
Change-Id: I68e3caede7b209a7d1afe9ea46e49686daf83147
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Tim Rozet [Sat, 23 Sep 2017 14:23:33 +0000 (10:23 -0400)]
Apex: Fixes iso verify depending on previous build workspace
There is a bug where if there are multiple builds queued and daily build
completes, the following iso verify job will try to use the workspace of
the completed daily build to get the iso file. However, if another
build job has already started it may clean and overwrite the workspace
of the daily build job, and the iso verify job will fail because the
file is now gone. This makes the build job copy the iso to a tmp
directory for apex iso verify to consume.
This should be safe since only one daily can run at a time on the host
and daily jobs build and iso verify have to always execute on the same
node.
Change-Id: Ie8e32c4abefbc311e505688d6da2b26ae08ed98f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Jun Li [Sat, 23 Sep 2017 10:05:20 +0000 (10:05 +0000)]
Merge "Dovetail Add huawei-pod7 to run Compass danube job"
Jun Li [Sat, 23 Sep 2017 10:05:04 +0000 (10:05 +0000)]
Merge "compass4nfv: Enable Euphrates jobs & triggers"
Fatih Degirmenci [Fri, 22 Sep 2017 22:45:37 +0000 (00:45 +0200)]
nfvbench: Enable docker image builds for stable/euphrates
Change-Id: I23ea156d9bbfa42c7bbf8dada344ded96b41e2e4
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Fri, 22 Sep 2017 15:35:24 +0000 (15:35 +0000)]
Merge "fuel-deploy.sh: Fix unbound variable for stable/E"
Morgan Richomme [Fri, 22 Sep 2017 14:25:21 +0000 (16:25 +0200)]
cloudify_ims reporting fixes
+ minor fixes
* unknown => real test case names
* pylint corrections
Change-Id: I75446e4006d41fe1bb25106420910025afa01489
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Morgan Richomme [Fri, 22 Sep 2017 13:28:29 +0000 (13:28 +0000)]
Merge "[Functest] Support functest-suite with Alpine containers"
Fatih Degirmenci [Fri, 22 Sep 2017 08:51:13 +0000 (08:51 +0000)]
Merge "kvmfornfv: Disable jobs running on intel-pod10"
Alex Yang [Fri, 22 Sep 2017 08:07:33 +0000 (16:07 +0800)]
Enable daisy euphrates jobs of daily and functest
Change-Id: I8c0c088c5b6879033e1d369488b589271e741a68
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Morgan Richomme [Fri, 22 Sep 2017 06:30:13 +0000 (06:30 +0000)]
Merge "Bugfix: Change http_pass to proxy_pass"
Trevor Bramwell [Thu, 21 Sep 2017 23:29:09 +0000 (16:29 -0700)]
Run CI Security Gate Check on all OPNFV Builders
Enable the security gating check to run on all machines labled
'opnfv-build'. This will allow the job to run as long as one of these
machines are online.
JIRA: RELENG-313
Change-Id: Icc792f7732c6cc3ca49bd8db32027fc146f8b1cd
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Trevor Bramwell [Thu, 21 Sep 2017 22:52:35 +0000 (15:52 -0700)]
Change Anteater Report Directory Permissions
Setting this to allow all users to read/write the permissions enable the
container to write to the volume mounted reports directory even though
it is owned by the Jenkins user.
JIRA: RELENG-313
Change-Id: Ib26e9b98cd17607c98a180888593c42376458f7f
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Alexandru Avadanii [Thu, 21 Sep 2017 20:07:55 +0000 (22:07 +0200)]
fuel-deploy.sh: Fix unbound variable for stable/E
Change-Id: I5a8f02944e346319d6c5d4fca10ddc54503e82d7
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Jose Lausuch [Thu, 21 Sep 2017 14:32:27 +0000 (16:32 +0200)]
[Functest] Support functest-suite with Alpine containers
Updated all the jobs that use functest-suite.
For single test cases, we need to know to which docker image
the test belongs to.
Change-Id: If7db231ccc891233423f2f2bc3aa5b95d048b30a
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Morgan Richomme [Thu, 21 Sep 2017 12:38:29 +0000 (12:38 +0000)]
Merge "bugfix: autoupdate failed due to mingle with watchdog"
Serena Feng [Thu, 21 Sep 2017 12:30:53 +0000 (12:30 +0000)]
Merge "refactor one click deployment in testapi"
Jose Lausuch [Thu, 21 Sep 2017 08:47:59 +0000 (08:47 +0000)]
Merge "Functest: Introduce building image job for euphrates"
Serena Feng [Thu, 21 Sep 2017 08:01:51 +0000 (08:01 +0000)]
Merge "[QTIP]Enable qtip validate jobs for euphrates"
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>
SerenaFeng [Thu, 21 Sep 2017 03:16:44 +0000 (11:16 +0800)]
bugfix: autoupdate failed due to mingle with watchdog
1. In the original design, if the auto-job starts soon after
the watchdog starts, the auto update might be mingled with
connectivity check, which may lead to update failure. so instead,
the connectivity is checked first, if failed and module is not in deploying,
restart module.
2. only automate-docker-deploy job will impact the container status during
auto-job, so substitue auto-job status check with automate-docker-deploy's
3. the watchdog is not only for testapi, but also for reporting, and
all docker container server deployed in testresults.opnfv.org, so move it under
utils/test/opts, which is leveraged to store tool-sets employed for testing tools.
Change-Id: I766f3a534a3d510ce7509d4e742150150ccd8f54
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
wutianwei [Thu, 21 Sep 2017 03:29:52 +0000 (11:29 +0800)]
compass4nfv: Enable Euphrates jobs & triggers
Change-Id: Ic5b88c7581879dbf0b72eaf6dbe3ad9c86b17f3c
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Linda Wang [Thu, 21 Sep 2017 03:26:36 +0000 (03:26 +0000)]
Functest: Introduce building image job for euphrates
To build apline images for euphrates
Change-Id: I63d77c99306aed263e220c2a0cd27ee2cca1ecb9
Signed-off-by: Linda Wang <wangwulin@huawei.com>
xudan [Thu, 21 Sep 2017 03:24:04 +0000 (23:24 -0400)]
Dovetail Add huawei-pod7 to run Compass danube job
Compass will use huawei-pod7 to run all danube jobs.
Dovetail add this pod.
Change-Id: Id184d33665e19a8469e600df04759b43005df157
Signed-off-by: xudan <xudan16@huawei.com>
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>
chenjiankun [Wed, 20 Sep 2017 08:41:08 +0000 (08:41 +0000)]
Bugfix: Change http_pass to proxy_pass
http_pass is wrong for nginx, we need to change it to proxy_pass
Change-Id: Ib679b36a4a139c02647564719e1cfc49a9f376a2
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
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>
Fatih Degirmenci [Wed, 20 Sep 2017 07:06:39 +0000 (09:06 +0200)]
kvmfornfv: Disable jobs running on intel-pod10
Change-Id: I418f4f2b5f4b28acb9ed39f4f512dc59a4a6f012
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.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"
zhihui wu [Wed, 20 Sep 2017 01:49:58 +0000 (09:49 +0800)]
[QTIP]Enable qtip validate jobs for euphrates
Change-Id: I8a138d6cdcfa055260fc25fa909b28d192d5c98f
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
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"