From: Alfredo Deza Date: Wed, 16 Nov 2016 16:47:38 +0000 (-0500) Subject: ceph-setup: ask for x86_64 archs X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2713a9989a78bfc168b0a7aa439b5621cc4a09c8;p=ceph-build.git ceph-setup: ask for x86_64 archs Signed-off-by: Alfredo Deza --- diff --git a/ceph-setup/config/definitions/ceph-setup.yml b/ceph-setup/config/definitions/ceph-setup.yml index c565422f..a6fbe607 100644 --- a/ceph-setup/config/definitions/ceph-setup.yml +++ b/ceph-setup/config/definitions/ceph-setup.yml @@ -3,7 +3,7 @@ description: "This job step checks out the branch and builds the tarballs, diffs, and dsc that are passed to the ceph-build step.\r\n\r\nNotes:\r\nJob needs to run on a releatively recent debian system. The Restrict where run feature is used to specifiy an appropriate label.\r\nThe clear workspace before checkout box for the git plugin is used." # we do not need to pin this to trusty anymore for the new jenkins instance # FIXME: unpin when this gets ported over - node: huge && trusty + node: huge && trusty && x86_64 display-name: 'ceph-setup' logrotate: daysToKeep: -1