From 2713a9989a78bfc168b0a7aa439b5621cc4a09c8 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 16 Nov 2016 11:47:38 -0500 Subject: [PATCH] ceph-setup: ask for x86_64 archs Signed-off-by: Alfredo Deza --- ceph-setup/config/definitions/ceph-setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-setup/config/definitions/ceph-setup.yml b/ceph-setup/config/definitions/ceph-setup.yml index c565422fb..a6fbe607c 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 -- 2.47.3