summaryrefslogtreecommitdiffstats
path: root/jjb/container4nfv
AgeCommit message (Collapse)AuthorFilesLines
2018-05-16Rename files under jjb from 'yml' to 'yaml'Trevor Bramwell3-0/+0
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>
2018-04-17Merge "container4nfv: add fraser branch in arm jobs"mei mei1-11/+35
2018-04-12container4nfv: add fraser branch in arm jobsYibo Cai1-11/+35
Change-Id: If5b4dfaef431570f65a321209a4fa4c94292d89f Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-04-11Remove euphrates jobsagardner1-4/+0
Change-Id: I63fdf2826d2077465f264f082dc1a15eafc2b05a Signed-off-by: agardner <agardner@linuxfoundation.org>
2018-04-04Create Stable Branch Jobs for container4nfvjenkins-ci2-2/+13
Change-Id: If4c4305faaa74cfd87feb4f1a8e403abd419d7a1 Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-03-22Add job timeout for clover and container4nfvQiLiang1-0/+3
- set clover-daily-deploy job timeout to 3h - set container4nfv-daily-deploy job timeout to 4h - add time trigger for clover upload job Change-Id: I3809828d764a2da176c8f51713ebb763f979211d Signed-off-by: QiLiang <liangqi1@huawei.com>
2018-03-21Add jjb for cloverQiLiang1-0/+10
- clover-project.yml is a modified copy of container4nfv-project.yml - clover and container4nfv temporary share the same vpod huawei-virtual6 - add job blocker between clover and container4nfv - add clover doc to opnfvdocs Change-Id: I6e4b133670fd46c57e338af37f2a066c95ce4bc6 Signed-off-by: QiLiang <liangqi1@huawei.com>
2018-03-16Set Jenkins parameter 'GIT_BASE' for overriding the default valuetrevortao1-0/+4
Set Yardstick Jenkins job's parameter 'GIT_BASE' for overriding the default GIT URL from Global Jenkins configuration. Change-Id: I6fe4a67589aa391c5bc7ac4433509dcfcce858c6 Signed-off-by: trevortao <trevor.tao@arm.com>
2018-03-14Merge "Rename project to 'yardstick' from 'yardstick-arm64'"Fatih Degirmenci1-1/+1
2018-03-05container4nfv: run scenarios on arm baremetalYibo Cai2-8/+28
Change-Id: I3ee659fafcf37b84f261444844af9c421d6843ca Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-02-19Rename project to 'yardstick' from 'yardstick-arm64'trevortao1-1/+1
The project should be 'yardstick' when git fetch the upstream project. Change-Id: I5cf21027febdcc17d5775b2d8ef7b3128689c435 Signed-off-by: trevortao <trevor.tao@arm.com>
2018-02-13container4nfv: trigger yardstick testYibo Cai2-3/+7
Change-Id: Ifdd504ff199c73a17cf007903a5480ee55f86102 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-02-12Add K8s Yardstick daily job for arm64trevortao2-0/+214
Add k8s Yardstick daily job for arm64 based on compass4nfv for arm64, which would be triggered after the k8s deployment on arm64. Change-Id: Ic928ce4bf0c32060a74a434b6bb3e9d9848f3e32 Signed-off-by: trevortao <trevor.tao@arm.com>
2018-02-01container4nfv: add arm64 test scenariosYibo Cai3-0/+79
Change-Id: I2a91409fb3a650e9d9cacd3f6ffe4b17bc394950 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-01-15Revert "container4nfv: Disable jobs until the project stops changing docker ↵Fatih Degirmenci1-1/+1
version" The project fixed their build script to stop reinstalling docker which downgrades it so the jobs can be enabled back now. https://gerrit.opnfv.org/gerrit/#/c/50603/ This reverts commit c9aac428e09385a5893313a99b6af6652dafd216. Change-Id: I529850be56e30e4fdd66929809628b89e3a2ed8f
2018-01-12container4nfv: Disable jobs until the project stops changing docker versionFatih Degirmenci1-1/+1
Container4nfv verify jobs uninstall the installed version of docker and installs the one coming from the distro which is causing issues for the other projects. Builds are disabled until the project fixes this issue. Change-Id: Ibcec9a7d3badf85193bb7115730410bb719949f9 Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
2017-12-18add container4nfv job to upload artifactsGuo Ruijing1-2/+39
Change-Id: I16592831a5382bbcad8bec27d0070608381a7061 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-11-26fix workspace permission for container4nfvGuo Ruijing1-0/+3
Change-Id: I1961d4740988278ef771b83635cf2b8a0cb2bc73 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-11-02fix deploy.sh not runing issueGuo Ruijing1-1/+1
deploy.sh is not called as jenkins log + cd /home/jenkins/opnfv/slave_root/workspace/container4nfv-daily-master/ci ./deploy.sh No emails were triggered. Change-Id: Ie590a53d05ef3d92f78cce0608c165cd2c98c582 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-11-02Change git base for merge as wellagardner1-0/+6
Change-Id: I23b15eacbd7d207dfe1d8e29784a7c623cb0efb9 Signed-off-by: agardner <agardner@linuxfoundation.org>
2017-11-02Change GIT_BASE to httpsagardner1-0/+6
Change-Id: Ib589aed7f509d003eef35cf93825eb0950e5ae47 Signed-off-by: agardner <agardner@linuxfoundation.org>
2017-10-31Fix the misspellingwutianwei1-2/+2
There is a mistake spelling about slave name, the job cannot assign to correct slave. Change-Id: I001ec82a30c6f33dd42795cbe990bfb5c2da9740 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-10-26add daily job for container4nfvGuo Ruijing1-0/+37
Change-Id: I78a06c6123c9bfad33953eab0eb5db76ee0d5e84 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-10-24Do not set bashisms when calling build.shagardner1-3/+0
The maintainer can decide to set errexit nounset or pipefail Plus, this fails as pipefail is a bashism and shell: calls sh Change-Id: Ibac052fddce7e9a3eb7c536e08c64d9dad1a7a0a Signed-off-by: agardner <agardner@linuxfoundation.org>
2017-10-22add verify jobs for container4nfvGuo Ruijing1-1/+5
Change-Id: I8bca593398beb7e509c3ab7d02bf6fb7ad54b91a Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
2017-10-03Create euphrates jobs for remaining projectsFatih Degirmenci1-1/+1
Change-Id: I1aee6c882b863ab69393ba906ae8b067a426fc3b Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-09-12Fix Yamllint Violations for jjb/container4nfvTrevor Bramwell1-38/+39
JIRA: RELENG-254 Change-Id: I3c64608d9a185617769a7f9f1488e5cd3fd5cd16 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-08-28migrate openretriever to container4nfvGuo Ruijing1-0/+63
Change-Id: I6c758395abff5c980c013cbe65f99ad8938e20af Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>