Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
- Execute compute qpi in qtip daily job.
- delete unuse parameter
- add CI_DEBUG parameter
Change-Id: I0e429703b7d1ac8cc7fda2ec888de789b57a5e50
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
|
|
Enable danube verify/validate job for qtip.
Change-Id: I9a9403ed19e17f88c01a33fda5991984a8fd5166
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
|
|
1. New has been made voting.
Old doc job has been made non voting.
2. Adding files variable which triggers
job on changes in 'docs/'
Merge job earlier did not trigger on merge.
Change-Id: Id19c02949a0a5f2b1da0682f18ed6051403aa77e
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
|
|
minor spell error
Change-Id: Iecc5ce87c50e9d275c0d5ae11040f0b6e97deaa6
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
|
|
Add publish-coverage macro and used in qtip
JIRA:QTIP-204
Change-Id: Ic0a0ca5f082bcaf10074b6312debd8549f99d065
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
|
|
Change-Id: I26a2296eb216fae738d4e749410810bff2072e25
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
https://gerrit.opnfv.org/gerrit/#/c/27629/ missed the qtip
jobs and caused verify job to fail with
https://build.opnfv.org/ci/job/releng-verify-jjb/900/console
Change-Id: Id9883edb98cc2e7f3fcb8623aeadebfb653f484b
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
|
|
Change-Id: I8cd4ac73cd71d4baf99500b729aefdcb0ff9baca
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
We reconfigured centos build server now and it is important to
know which jobs require centos and which ones ubuntu. The machines
with ubuntu were labelled with opnfv-build previously, preventing
us from keeping track of which projects require what OS. This tries
to solve that.
Change-Id: I1fb2912ec49f5bc2781853e500508d9992d59fbb
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
JIRA:QTIP-85
Change-Id: I8a9870e00ce8772c1bef53e338e82252a4e5b291
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
|
|
This change switches compass jobs to use labels instead of tying
jobs to slaves.
The changes in detail are:
- Compass jobs can roam on any pod that is labelled with compass-baremetal
and compass-virtual.
- Above means that there is no branch/pod allocation anymore.
- New jobs are created in order to get rid of pod names from them and just
use baremetal or virtual in names.
- Old jobs are removed.
- Related test jobs are updated.
- huawei-virtual label is renamed to compass-virtual since we still have
installer specific slaves, not company specific. In future the job
might end up on a none-Huawei slave too.
- huawei-pod2 is not a CI POD so it is left in none-CI PODs section.
- block relations and triggers might require fine tuning and left to compass
project to decide how to adjust
Job structure remains same; one parent job calling 3 downstream jobs:
deploy, functest, yardstick.
The OS to deploy (trusty or centos7) needs to be solved in a separate patch
in a sustainable way.
Change-Id: I22bfaff36640667b6764f0e303a3286af0eb41b2
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
orange-test1 -> orange-pod5
orange-fr-pod2 -> orange-pod2
Change-Id: Id5a31db98d349bef654fb59ab03e52e6cc50611f
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
Change-Id: I0e2722ce81d1ffca966832f608b51f8624866ce1
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
|
|
|
|
juniper-us-test-1 -> juniper-pod1
Change-Id: I6f36dbee3159f1c53252dba8a82bd87f7ea1a427
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
Change-Id: Ib1bd98d6e5710d7cb3a7392a2e3987e47cb295f8
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
QTIP CI daily jobs triggers were added for
dell-us-testing-bm-1 and dell-us-deploying-bm3 pods.
Triggers for other labs would be added shortly after checking with
lab managers for available time slots.
Change-Id: Ie7b02ad3368f261205239afa4f8a4f5d32027731
Signed-off-by: Nauman_Ahad <nauman.ahad@xflowresearch.com>
|
|
Placeholders for QTIP to run on other labs
as part of Brahamputra release were created.
The lab owners for the given lab names were contacted
and approved QTIP-CI Jobs.
All the Labs provided here are "non-CI" labs.
Change-Id: I597f07034317317caf55239325969dd40ebb8a27
Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
Added a builder to push QTIP results to Central Result Collection DB after a Qtip run.
Builder calls a script within the docker container to push available results to DB.
If no results are available, nothing is pushed
Change-Id: I0ae4dada0efd4e04b4a5cf9026e3dbcf99c4cccf
Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
|
|
qtip-run-suite builder had "#!/bin/basih" instead of "#!/bin/bash"
Change-Id: I6d4a01d6ea74facfb1acfd358745d1ef5b34ce86
Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
|
|
Bugs in qtip-cleanup and qtip-run-suite builders.
Spaces removed in qtip-cleanup builder to ensure
variables take the given values.
container_id again redeclared and echoed in
qtip-run-suite for debugging.
Change-Id: I608001fbc91d34870debe2cd620d9a5e19e82dd6
Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
|
|
Change-Id: I69f83a7a639e68c768f932256be823f54b801e1e
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
Job didn't execute due to mismatch in name of
dell-us-deploying-bm3 lab.
Name changed from dell-us-deploying-bm-3 to
dell-us-deploying-bm3
Change-Id: I52e1a4fbcb1a77610e4bc7282196650ecc77f7fc
Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
|
|
JIRA: QTIP-7
Updated QTIP Jenkins to use QTIP docker image
QTIP to run on two PODS:
dell-us-testing-bm-1
dell-us-deploying-bm-3
Change-Id: If094a2b39056c99fe9c6a38ab4978746bc58aef1
Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
|
|
Change-Id: I9005cb7cee44873b37fb310e5850d85d887c958d
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
- Remove the jobs that do nothing such as merge and daily jobs
- Leave only verify jobs for all the projects as placeholders
- Introduce stable/brahmaputra branch and keep it disabled
Please note that the "real" jobs for bottlenecks, compass4nfv,
functest, and qtip are not deleted.
Change-Id: I80031f77a11c2bf5173fbb7be98294285e3cc2ef
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
fetch-os-cred.sh to put opnfv-stack.sh file in workspace
fetch-os-cred.sh to put opnfv-source.sh in $HOME commented
Change-Id: Id53267affb2b1fb446298c7667d16118d076ee3f
Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
|
|
fetch-os-creds.sh unable to create opnfv-openrc.sh file due to unauthorized issue.
Patch tries to debug the problem by echoing $HOME
As a temporary workaround, file to be created in $WORKSPACE.
Temorary workaroud to be fixed later
Change-Id: Ie6cd00cf0f8aab1c7ec3f8a761baff7cf6f0be3b
Signed-off-by: Nauman_Ahad <Nauman_Ahad@dell.com>
|
|
Many projects have own logrotate definitions copied from the template.
This patch make sure all projects to use the default logrotate setting,
so that the infra admin can configure the values easily.
This patch also fixes the logrotate rule for artifacts to keep them
in the same duration as console logs exist. Note, this won't effect
the hold time of artifacts in artifact.opnfv.org .
Change-Id: I708a675c7e87e5f830ee36009f0c6913c003b2ed
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|