From: David Galloway Date: Mon, 9 Mar 2020 18:51:27 +0000 (-0400) Subject: ceph-*: Don't require rebootable label X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1518%2Fhead;p=ceph-build.git ceph-*: Don't require rebootable label We got rid of slave reboots for ceph-pull-requests in https://github.com/ceph/ceph-build/pull/1508 The other jobs already didn't reboot on failure. Signed-off-by: David Galloway --- diff --git a/ceph-api-nightly/config/definitions/ceph-api-nightly.yml b/ceph-api-nightly/config/definitions/ceph-api-nightly.yml index 923b63359..4f7f15742 100644 --- a/ceph-api-nightly/config/definitions/ceph-api-nightly.yml +++ b/ceph-api-nightly/config/definitions/ceph-api-nightly.yml @@ -20,7 +20,7 @@ project-type: freestyle defaults: global concurrent: true - node: huge && bionic && rebootable && x86_64 && !xenial && !trusty + node: huge && bionic && x86_64 && !xenial && !trusty quiet-period: 5 block-downstream: false block-upstream: false diff --git a/ceph-dashboard-pr-backend/config/definitions/ceph-dashboard-pr-backend.yml b/ceph-dashboard-pr-backend/config/definitions/ceph-dashboard-pr-backend.yml index c6a0e4b65..faea4dcbe 100644 --- a/ceph-dashboard-pr-backend/config/definitions/ceph-dashboard-pr-backend.yml +++ b/ceph-dashboard-pr-backend/config/definitions/ceph-dashboard-pr-backend.yml @@ -3,7 +3,7 @@ project-type: freestyle defaults: global concurrent: true - node: huge && bionic && rebootable && x86_64 && !xenial && !trusty + node: huge && bionic && x86_64 && !xenial && !trusty display-name: 'ceph: dashboard Pull Requests backend' quiet-period: 5 block-downstream: false diff --git a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml index 94f247a4e..eddebe9fe 100644 --- a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml +++ b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml @@ -3,7 +3,7 @@ project-type: freestyle defaults: global concurrent: true - node: huge && bionic && rebootable && x86_64 && !xenial && !trusty + node: huge && bionic && x86_64 && !xenial && !trusty display-name: 'ceph: dashboard Pull Requests' quiet-period: 5 block-downstream: false diff --git a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml index 0365728dc..31de29c32 100644 --- a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml +++ b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml @@ -4,7 +4,7 @@ defaults: global concurrent: true # We want make check to only run on Bionic b/c it has python2 and python3 and b/c all builds should build on Bionic - node: huge && bionic && rebootable && x86_64 && !xenial && !trusty + node: huge && bionic && x86_64 && !xenial && !trusty display-name: 'ceph: Pull Requests' quiet-period: 5 block-downstream: false