Age | Commit message (Collapse) | Author | Files | Lines |
|
JIRA: BOTTLENECK-242
Change-Id: I2fb92017b2b07ede448c817c89ae0d7572cfbae9
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
|
|
Also, I believe that https://artifacts.opnfv.org/
now works behind the GFW and so
https://build.opnfv.org/artifacts.opnfv.org/index.html
Will no longer be needed.
Change-Id: Ieeaf9331a71a108db1d7a7a538f5f25179b98932
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
|
|
Change-Id: I845f4fb0c51d9d1adccc8cfc3fe838a01882f52d
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
Use network_odl.yml for odl scenarios.
Change-Id: Ic12863acda112ed6ca7b39e83a820733e207729d
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
Change-Id: I1b46fe380b12552651c786b10f162111d4605353
Signed-off-by: xudan <xudan16@huawei.com>
|
|
JIRA: DOVETAIL-694
Change-Id: I19928d57c14f99e5c3ed7725fbe3476096b1674c
Signed-off-by: xudan <xudan16@huawei.com>
|
|
functest healthcheck include the vping, so we can remove this suite.
Change-Id: Ifc5f9e2195a9d31713f6e2c2ce47642dc7855855
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
Run Dovetail tests on every deployment of os-nosdn-nofeature and
os-odl_l3-nofeature-ha to improve testing turn-around time as we are
approaching the next release of Dovetail.
Change-Id: Idb5580871c47651eb1c01e917d9d93be73b9cd17
Signed-off-by: xudan <xudan16@huawei.com>
|
|
global-jjb only supports the .yaml file ending for jjb jobs. Instead of
waiting for a release we're going to rename the files.
Change-Id: Icf3339eacd2320c583333e02250998cf6b1881f7
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
With this change releng/jjb/* now passes on:
Jenkins Job Builder version: 2.0.1 and 1.6.2
Error:
TypeError: write() argument must be str, not list
Explanation:
in jjb 1.6.2 it would allow the list in and then the job would convert
the list into a literal string of "['var1', 'var2']"
- 'compass-{scenario}-{pod}-daily-{stream}'
Can have scenario passed, {scenario} is part of the job name
so it knows which scenario to add.
- 'compass-deploy-{pod}-daily-{stream}'
cannot have scenario passed, there is not one job generated per scenario
so its tryting to add "['senario1', 'scenario2', 'etc']" into the {scenario}
value, which is not allowed.
This worked on jjb 1.6.2 becasue we overwrite the scenario
information later:
- trigger-builds:
- project: 'compass-deploy-{pod}-daily-{stream}'
predefined-parameters: |
DEPLOY_SCENARIO={scenario}
jjb/armband/armband-ci-jobs.yml is very simillar to this job
and passes a default, which works, so that is what I have done here:
- string:
name: DEPLOY_SCENARIO
default: 'os-odl-nofeature-ha'
addendum:
removed scenario: '{scenario}' from
'compass-{scenario}-{pod}-daily-{stream}'
even though it is valid, Trevor rightly pointed out that there is
nothing to consume this value.
Change-Id: I134b2bd5888dcdfa5b768a7db2bdc98ad32ec28e
Signed-off-by: agardner <agardner@linuxfoundation.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
Bottlenecks ping test case could exhaust the system.
As a result, tests runned after this one probably get failed.
So this patch is to move this test at the bottom of tests list
Change-Id: Ief8af01c6dc7b6f5cb60e568d6239ee7901ad89c
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
|
|
Change-Id: I7ada19ece42905c09ea03be5dd335c9e8e441731
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
Change-Id: I075a6ef7e82d651e237e570846afa84a459a3231
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
Change-Id: Ib2bef726f6fda5a54debbafa7b4ac383fef5cdbe
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
|
|
This patch is to online posca_factor_soak_throughputs testcase
Change-Id: Ief6776e224c59de600fbe44709c767aecd01d0f0
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
|
|
This is for bottlenecks job online
Add a new testcase in compass daily
Change-Id: I4e09eef894e176bf4fa0df0969ef49f19444103e
Signed-off-by: liyin <liyin11@huawei.com>
|
|
Change-Id: I0f1d0e1044953baded5ac4de8aac3597f42f53a3
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
Change-Id: I5a513e143aff0775d066532af14165c4509aa82e
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
1. add the trigger k8s on baremetal
2. modify the default DEPLOY_SCENARIO
Change-Id: I9d216c12905b36b4fbba7d9214fcf6fccf1d79c4
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
|
|
fix the error Unrecognized macro 'DEPLOY_SCENARIO' and deploy failed.
Change-Id: Ic34a0d99c2a6026303046c2b350da205372ec78e
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
add the following scenarios and run on master
1. k8-nosdn-stor4nfv-ha
2. k8-nosdn-stor4nfv-noha
Change-Id: I2c505263fbf48ea25be735ebe14e3c4d8097bf91
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
|
|
1. run default test suite on Compass on Monday and Tuesday for scenario
'os-nosdn-nofeature-ha' and 'os-odl_l3-nofeature-ha'
2. run test suite 'proposed_tests' on Compass on Thursday and Friday for
scenario 'os-nosdn-nofeature-ha' and 'os-odl_l3-nofeature-ha'
JIRA: DOVETAIL-612
Change-Id: I027ca278eb63bdc6842a9494b676cdab8d2d25bf
Signed-off-by: xudan <xudan16@huawei.com>
|
|
Compas4nfv support k8s and openstack.
The blocking jobs need include the k8s.
Change-Id: I517064df660266463050f7d3820bf5c405c8c222
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
Change-Id: If5569d01012b0f94976d26dfb4cd81692a40c83d
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
Change-Id: I39ed2ff1baedf5521f2fe1448350c0c91b1c4f61
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
JIRA: COMPASS-579
Add a job to collect log and upload. what the job do
1. run collect-log.sh to get log from rsyslog container
2. copy log.tar.gz from compass-tasks to jumphost
3. upload the log.tar.gz to artifact
Change-Id: Ic2244e33e7ae4b7aa71e15af741191c850982053
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
OPNFV has common coding style [1]. So, all repos shall be checked by
one generic checker builder/job, eventually.
This patch adds lint wrapper builder 'lint-all-code', and also
refactors all exisiting lint and syntax check builders, following
'lint-yaml-code' builder approach, which only checks modified files.
This approach is nice as it won't require immediate fixes of violations
in whole repo code right after the lint checker job is enabled.
Note that lint jobs are still configured to run against some project
repo, in order to seperate discussion; wheter we should apply this
lint job to all OPNFV repo or not immediately.
[1] https://wiki.opnfv.org/display/DEV/Contribution+Guidelines
Change-Id: Ib4ab3ba5dc08845f3016b8be772f4ed119f11b2d
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
Change-Id: I6f3ef41585560559d28bb15d3825bedaad2ef976
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
|
|
|
|
|
|
|
|
Change-Id: Id854f0ccbfd112c43ba1257d8b87994b20f838a9
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
Change-Id: Iaf4cc72fe31bbf6f7d492e33c33abf056ccafcf4
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
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>
|
|
Change-Id: I458d00a57d121c3a712d696ef5f703b527dbe3a0
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
Change-Id: Ifbe959d178781c14a9d32db78d84972d2505c8dc
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
|
|
Compass4nfv has supported OpenStack Pike version
switch the master to run Pike version
Change-Id: I69b5ec54d0e7479fabfe4c2e06d916472427bdb1
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
Change-Id: I5f2dc96a175309664814e642b17ba5f29458cfb1
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
Change-Id: I5bd83b2dec6d6b28e619a2a427c0406a6a0c6a43
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
K8s conflict with other CI job.
We change the K8s auto trigger time to fix this issue
Change-Id: I54042e31347e989975601305a6de5e98a4da7adf
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|
|
JIRA: RELENG-254
Change-Id: I11aee517b2a8af8d2e2519642872c84ba494a335
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
Dovetail danube jobs don't need to be triggerred every day now.
Disable the timed trigger.
If need, they can be triggered manually.
Change-Id: I2f114cd17fcd27d0e34be0824be3fc0d072dbae9
Signed-off-by: xudan <xudan16@huawei.com>
|
|
|
|
Change-Id: I84e8cf5dc9f9ae6884ff70363067b5534b6f196b
Signed-off-by: liyin <liyin11@huawei.com>
|
|
change the scenario name nosdn-dpdk to nosdn-ovs_dpdk
Change-Id: I28ac023b19a07c6d8e9ba9d202d73773442576c5
Signed-off-by: wutianwei <wutianwei1@huawei.com>
|