From 39b4458e26e4579713a2a9f4a2b46a1b96021520 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 9 Mar 2020 14:51:27 -0400 Subject: [PATCH] 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 --- ceph-api-nightly/config/definitions/ceph-api-nightly.yml | 2 +- .../config/definitions/ceph-dashboard-pr-backend.yml | 2 +- .../config/definitions/ceph-dashboard-pull-requests.yml | 2 +- ceph-pull-requests/config/definitions/ceph-pull-requests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ceph-api-nightly/config/definitions/ceph-api-nightly.yml b/ceph-api-nightly/config/definitions/ceph-api-nightly.yml index 923b6335..4f7f1574 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 c6a0e4b6..faea4dcb 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 94f247a4..eddebe9f 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 0365728d..31de29c3 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 -- 2.39.5