]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-*: Don't require rebootable label 1518/head
authorDavid Galloway <dgallowa@redhat.com>
Mon, 9 Mar 2020 18:51:27 +0000 (14:51 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 9 Mar 2020 18:56:49 +0000 (14:56 -0400)
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 <dgallowa@redhat.com>
ceph-api-nightly/config/definitions/ceph-api-nightly.yml
ceph-dashboard-pr-backend/config/definitions/ceph-dashboard-pr-backend.yml
ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml
ceph-pull-requests/config/definitions/ceph-pull-requests.yml

index 923b633590d58c9cdee2a7a725abea271d0fc39a..4f7f15742d6ee963880587a200ea822024904bbf 100644 (file)
@@ -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
index c6a0e4b65222b56e94a591dd1eef1362461b4457..faea4dcbeb409af1e8f7a408991305e6875d225b 100644 (file)
@@ -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
index 94f247a4ea6929a887778da4e9a3d6f33cc4c937..eddebe9fead1ce0da81f5329eda9c7ee0824ef04 100644 (file)
@@ -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
index 0365728dcc2a49bc70f87eb818ddf666b8716ab8..31de29c326f45b9a055e245c867eaa7335a3e775 100644 (file)
@@ -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