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.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=285e74fc1cf8a0846e696e57a92b081a49cb9062;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 c31e0770..d16b3be6 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'