]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-container-build-push-imgs: use a bigger machine to build images 983/head
authorSébastien Han <seb@redhat.com>
Wed, 14 Mar 2018 14:30:46 +0000 (15:30 +0100)
committerSébastien Han <seb@redhat.com>
Wed, 14 Mar 2018 14:35:01 +0000 (15:35 +0100)
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 <seb@redhat.com>
ceph-container-build-push-imgs/config/definitions/ceph-container-build-push-imgs.yml

index c31e077061a17afcaa864aaed6c51a047aacaa57..d16b3be60e3fc3a39f1384f14dee7e0dec91fcbc 100644 (file)
@@ -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'