From f3ddb9d5ba24a9812a77c5c583675ccf3d9ce87b Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 23 Jul 2015 10:03:56 -0400 Subject: [PATCH] comment the current pinning of the job to trusty Signed-off-by: Alfredo Deza --- ceph-setup/config/definitions/ceph-setup.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph-setup/config/definitions/ceph-setup.yml b/ceph-setup/config/definitions/ceph-setup.yml index 1f48b498..8c22f1b9 100644 --- a/ceph-setup/config/definitions/ceph-setup.yml +++ b/ceph-setup/config/definitions/ceph-setup.yml @@ -1,6 +1,8 @@ - job: name: ceph-setup 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: trusty disabled: false display-name: 'ceph-setup' -- 2.47.3