From: Sébastien Han Date: Wed, 14 Mar 2018 14:30:46 +0000 (+0100) Subject: ceph-container-build-push-imgs: use a bigger machine to build images X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F983%2Fhead;p=ceph-build.git ceph-container-build-push-imgs: use a bigger machine to build images We want to parallelise the build image process. Currently it takes 40min to build 8 images, we hope to reduce this by 8 with this new flavor. Signed-off-by: Sébastien Han --- diff --git a/ceph-container-build-push-imgs/config/definitions/ceph-container-build-push-imgs.yml b/ceph-container-build-push-imgs/config/definitions/ceph-container-build-push-imgs.yml index c31e07706..d16b3be60 100644 --- a/ceph-container-build-push-imgs/config/definitions/ceph-container-build-push-imgs.yml +++ b/ceph-container-build-push-imgs/config/definitions/ceph-container-build-push-imgs.yml @@ -1,6 +1,6 @@ - job: name: ceph-container-build-push-imgs - node: small && trusty + node: huge && trusty && x86_64 project-type: freestyle defaults: global display-name: 'ceph-container: build and push container images to Docker Hub'