summaryrefslogtreecommitdiffstats
path: root/jjb/releng/opnfv-docker-arm.yml
AgeCommit message (Collapse)AuthorFilesLines
2017-11-14Remove the functest images built job for ArmLinda Wang1-13/+0
Change-Id: I03ed53ce0729688977bd8bc85b57ec261373a69e Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-11-07Refactor arch-specific Dockerfile patchingDelia Popescu1-11/+1
CHANGE: Obsolete "Dockerfile.aarch64" support, only "Dockerfile.$(uname -m).patch" mechanism is to be used from now on. It is correlated with https://gerrit.opnfv.org/gerrit/#/c/46797/ Change-Id: If765550681d283dea7e3522f21080ea2c5e2fda4 Signed-off-by: Delia Popescu <delia.popescu@enea.com>
2017-10-10Fix Yamllint violations for jjb/relengTrevor Bramwell1-171/+174
JIRA: RELENG-254 Change-Id: I5b9fe931e20a84d80d9ce6bc565bfee1db2dbc32 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-09-27remove redundant docker push jobchenjiankun1-4/+0
Change-Id: Ife140195cf5f863a389e983e4ae0c759ca347793 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
2017-09-27Merge "Add docker image tag for euphrates"Jose Lausuch1-4/+14
2017-09-27Add docker push job for armchenjiankun1-0/+4
Change-Id: Id7e9e0b3a28102b6efa1e4fbd4c648eca10d9456 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
2017-09-26Add docker image tag for euphratesDelia Popescu1-4/+14
Update aarch64 jjb yml patch file with euphrates BRANCH Signed-off-by: Delia Popescu <delia.popescu@enea.com> Change-Id: Idbad0fdc1721182781fe26bf1963167fe8dd844a
2017-09-25Throttle Docker Builds to 1 Per-NodeTrevor Bramwell1-0/+5
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>
2017-09-19Introduce Euphrates Jobsmbeierl1-1/+45
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>
2017-09-14opnfv-docker-arm: Use new dockerdir variableAlexandru Avadanii1-1/+1
Previous changes defined the default value and overrides for 'dockerdir' jjb variable, but did not actually set it as the default for DOCKER_DIR. Change-Id: Id73aa60e786b4d4dafbcd18ce2fd926720f9d634 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-14opnfv-docker-arm: storperf: Fix docker repo nameAlexandru Avadanii1-1/+2
Storperf job definitions define an override for docker_repo_name, so use that in setting the default for DOCKER_REPO_NAME param. Change-Id: I772088437cd2d6d383ec2f0f44a202b01d95ff59 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-09-13Optional Architecture Specific Pushmbeierl1-4/+60
Enables optional argument to specify the architecture to use when building and pushing the image. If project defines it, the arch is added to the docker version like so: arch-version. This matches the tag convention used by multiarch/alpine. Change-Id: I699c2aba05c55291b5f8c48bcc1daacceae6154b JIRA: STORPERF-210 Signed-off-by: mbeierl <mark.beierl@dell.com>
2017-09-06armband: Enable docker build/push for yardstickCatalina Focsa1-0/+9
Change-Id: I33f719578baadc70571832c5b7e7f146516c3020 Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
2017-08-02Send 'Build Failed' Emails to Jenkins AdminsTrevor Bramwell1-0/+1
Adds the 'email-jenkins-admins-on-build-failures' publishers for jobs which have overridden the default list of publishers. This will provide Jenkins administrators a time-series list of build failures to assist in debugging issues with the master and agents. JIRA: RELENG-257 Change-Id: I28f12877562113c9197ed6429ee2a7f3cdbaf346 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-07-24Multiple Dockerfile Builds per ProjectTrevor Bramwell1-0/+4
Instead of defining docker build jobs in terms of projects, we define them in terms of dockerrepos. Each dockerrepo is associated with a specific project and may have a seperate Dockerfile (which defaults to 'Dockerfile' if unspecified), and location for files needed by the Dockerfile (default: 'docker'). This should allow for running multiple docker builds out of a single project repository without having to modify the current docker build scripts. The output of this job configuration should match what is currently in Jenkins. Change-Id: I9089d57a0c7cc56be4225b56e96bec56be258f1f Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-04-21AArch64 Dovetail docker creation jobAlexandru Nemes1-0/+8
Add support for creating and pulling Dovetail docker container for aarch64 platform Change-Id: I1e6f2b677e4c972cd80ad2c6f2cd304f0d4d8cad Signed-off-by: Alexandru Nemes <alexandru.nemes@enea.com>
2017-03-14Enable docker build jobs for stable/danubeFatih Degirmenci1-1/+1
Change-Id: Ife9dae40246558b3219b4e194680e7428270df14 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-02-10Add jobs to build arm functest imagesCristina Pauna1-0/+77
Jenkins slave arm-build3 was added to build the docker image on arm This commit adds jobs to use that jenkins slave. JIRA: ARMBAND-108 Change-Id: I7b293d119ca3347983940639fe0cfea1098b18f3 Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>