summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2017-10-03Fix Yamllint violations for jjb/fuelTrevor Bramwell4-711/+716
JIRA: RELENG-254 Change-Id: I685f8ffd22e9083ac79655ff490ca0cc5d825c9d Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-03Merge "fuel, armband: Hard set dovetail stream to master"Fatih Degirmenci2-2/+2
2017-10-03Merge "kvmfornfv: Enable jobs running on intel-pod10"Fatih Degirmenci1-1/+1
2017-10-03Add OPNFV_RELEASE in enviroment which is used in testapi reportingYujun Zhang1-0/+3
Change-Id: I81b1cf1492d215c934e148eba5eba7535d38cfd0 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-10-03kvmfornfv: Enable jobs running on intel-pod10Navya1-1/+1
Change-Id: If4f37121068895854d3261ffce8aab02abb083be Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
2017-10-03Fix typo in job definitionYujun Zhang1-1/+1
Change-Id: I67a96819d4cf5c6c2b18267f97728aaeda1b188a Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-10-03calipso: Tie jobs to centos machineFatih Degirmenci1-1/+1
Change-Id: I7c2d0afb4c2b3e2680893c8cea660b36c553b39c Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-10-03fuel, armband: Hard set dovetail stream to masterAlexandru Avadanii2-2/+2
Fuel and Armband Euphrates jobs are always marked as failed, even when at least one sub-job passes, due to missing Dovetail job for that respective stream. Change-Id: Ibcdde75d70111e82f8498114deabaf7808cc6d74 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-10-02Ignore Scenarios directory when yamllinting SFCTrevor Bramwell1-1/+1
These yaml files are for defining scenario in XCI and can be ignored for now. Change-Id: I48b1598406e34a5129c7c7dab73f6a06af6db82e Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-10-02Merge "Remove functest alpine images from docker builds"Jose Lausuch1-40/+0
2017-10-02Remove functest alpine images from docker buildsJose Lausuch1-40/+0
They are already built via Dockerhub automatically Change-Id: If0b336a0be741b17c2f7b80eaa51a0f235ad9ddf Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-10-02[Functest] Continue the job execution if healhcheck failsJose Lausuch1-1/+1
This will allow the push-test-logs.sh script to be executed in any case instead of exiting directly Change-Id: I03c40e2f368485389a21313f98745217ae634eca Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-10-02Merge "Keep Docker builds from thrashing on same server"Jose Lausuch1-0/+11
2017-09-30Added "calipso" scenario to apex.ymlIlia Abashin2-0/+12
Change-Id: I1e4237fd9716e92eec7633006c54240284f312c6 Signed-off-by: Ilia Abashin <abashinos@gmail.com>
2017-09-30Merge changes from topic 'qtip'Serena Feng1-0/+3
* changes: Fix status reporting page Specify TESTAPI_URL in releng jobs
2017-09-30Merge "Add timeout and timestamp for long duration tasks"Serena Feng1-0/+9
2017-09-30Merge "[Yardstick]Enable using the CACERT file in all compass branches"Jun Li1-1/+1
2017-09-30Specify TESTAPI_URL in releng jobsYujun Zhang1-0/+3
Change-Id: Ied35e58137fb8040779fe038626facd684a935dd Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-09-30Add timeout and timestamp for long duration tasksYujun Zhang1-0/+9
Change-Id: Ib4b07e23a81718e759ed43ff7fa2882735804afc Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-09-30Merge "Move daisy jobs of master branch to zte-pod3"Serena Feng2-5/+12
2017-09-30Merge "Enable Daisy Euphrates merge jobs"Serena Feng1-1/+1
2017-09-30Merge "Modify the timed trigger on zte-pod1"Serena Feng1-3/+3
2017-09-30[Yardstick]Enable using the CACERT file in all compass branchesJingLu51-1/+1
Change-Id: Ia699a23d292ea2c18f309022352f83a22041626a Signed-off-by: JingLu5 <lvjing5@huawei.com>
2017-09-29Keep Docker builds from thrashing on same serverTrevor Bramwell1-0/+11
There is a possiblity of multiple docker builds of a docker repo being scheduled on the same host: 1) Patch is merged 2) Docker build is triggered 3) New patch is merged before the Docker build/push finishes triggering a second build 4) First build fails as second build starts by cleaning image from first build Reintroducing the check for builds in progress, but specific to the Docker repo, should allow mulitiple Docker builds on a node to run, while keeping multiple builds on a per-repo basis from thrashing each other. JIRA: RELENG-315 Change-Id: I74c01850a036c831b93a8cd5fa8522337abb9ff4 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-09-29Merge "Add mcp.rsa in the yardstick container for fuel"Aric Gardner1-0/+8
2017-09-29Merge "[Functest] Remove former way to execute run_tests"Jose Lausuch2-10/+2
2017-09-29Merge "Use dovetail docker image opnfv/dovetail:cvp.0.7.0"Jun Li1-1/+1
2017-09-29[Functest] Remove former way to execute run_testsJose Lausuch2-10/+2
It was used in Danube and there are no more Functest jobs that are runnign stable/danube branch. Change-Id: If297487767e8e8ead39aa4a10f58c6554be197b0 Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-09-29Use dovetail docker image opnfv/dovetail:cvp.0.7.0xudan1-1/+1
Change-Id: I45c7e637182ecb8d73a51fea895a4eefc6a1a0e6 Signed-off-by: xudan <xudan16@huawei.com>
2017-09-29[Functest] Remove former way to execute prepare_envJose Lausuch1-7/+1
It was used in Danube and there are no more Functest jobs that are runnign stable/danube branch. Change-Id: I8e8b1f769b76ad511af6086b7a21dd9ae94404f0 Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-09-29Add mcp.rsa in the yardstick container for fuelCristina Pauna1-0/+8
For Fuel, the mcp.rsa key is needed in the container to be able to connect to the POD nodes. The key is set in the global installer parameters and passed to the container. Also the SSH_KEY enviroment variable is set with the path of the key. Change-Id: I1888414abc9f6c2d8ac741f2d6f04f5e7a37912b Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-09-29Merge "jjb: xci: Make SUSE a voting job"Markos Chandras1-4/+4
2017-09-28Add env params to Dovetail Container for BGPVPN test casesxudan1-1/+3
Change-Id: I6afe338998a1550b8dd7533f29cb76c4f0d79352 Signed-off-by: xudan <xudan16@huawei.com>
2017-09-29Merge "bottlenecks: enable daily deploy job."Jun Li1-0/+18
2017-09-28Apex: fixes naming for fdio dvr scenariosTim Rozet2-12/+12
Change-Id: I1d01d9d4a72946b4998437972ae12083675e7e79 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-09-28jjb: xci: Make SUSE a voting jobMarkos Chandras1-4/+4
XCI CI now works for SUSE distributions so allow job to vote. Change-Id: I2c8bf8394a2fb1c1008f470486280a0e30922e28 Signed-off-by: Markos Chandras <mchandras@suse.de>
2017-09-28Merge "[Functest] Add DOCKER_TAG in Alpine images"Jose Lausuch1-7/+8
2017-09-28Merge "Change scenario name"Jun Li2-15/+15
2017-09-28[Functest] Add DOCKER_TAG in Alpine imagesJose Lausuch1-7/+8
Change-Id: I8a8d46798ea73364cf0f2b66464d3628d6d572d3 Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-09-28Move daisy jobs of master branch to zte-pod3Alex Yang2-5/+12
Zte-pod2 is a little busy. Change-Id: I7628a1a966552c5caf1706a2ac8c47952a11c095 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-09-28Merge "[Functest] Block daily job if healthcheck fails"Morgan Richomme1-1/+5
2017-09-28Merge "[Functest] Add argument in function run_tiers()"Jose Lausuch1-5/+6
2017-09-28[Functest] Block daily job if healthcheck failsLinda Wang1-1/+5
Change-Id: I3ec48bd337f8dc9100ff82f53067954925245dfa Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-09-28[Functest] Add argument in function run_tiers()Jose Lausuch1-5/+6
Replace single by double quotes, variables should be within double quotes. Change-Id: I5dae42178f5638689a8c46e03a01c12bd42b65e1 Signed-off-by: Jose Lausuch <jalausuch@suse.com>
2017-09-28bottlenecks: enable daily deploy job.liyin1-0/+18
Change-Id: I84e8cf5dc9f9ae6884ff70363067b5534b6f196b Signed-off-by: liyin <liyin11@huawei.com>
2017-09-28Change scenario namewutianwei2-15/+15
change the scenario name nosdn-dpdk to nosdn-ovs_dpdk Change-Id: I28ac023b19a07c6d8e9ba9d202d73773442576c5 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-09-28Merge "bottlenecks: enable euphrates docker"Jun Li1-4/+4
2017-09-28Modify the timed trigger on zte-pod1zhihui wu1-3/+3
- disable timed trigger for danube job - enable timed trigger for master job Change-Id: I89ec92b368cc0e37ba1be5c49c12feda93dec33c Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2017-09-27xci: Switch to multijob for verify jobsFatih Degirmenci1-36/+40
Change-Id: Ic059a0eff23b203056cdb54cdd1ae2f17f01a09c Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-09-27Merge "xci: Fix skip-vote for distro jobs"Fatih Degirmenci1-11/+20