]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Do not run make check or API tests on smithi due to OOM 2314/head
authorDavid Galloway <david.galloway@ibm.com>
Fri, 10 Jan 2025 15:37:05 +0000 (10:37 -0500)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 10 Jan 2025 15:37:05 +0000 (10:37 -0500)
Saw many jobs fail on smithi004.  dmesg shows lots of OOM kills.

Signed-off-by: David Galloway <david.galloway@ibm.com>
ceph-pr-api/config/definitions/ceph-pr-api.yml
ceph-pull-requests/config/definitions/ceph-pull-requests.yml

index eebd1affff587dda83fc774707ccd5c81d01f249..5ed6ff4a316fc4d8408f770521f573873aa5087f 100644 (file)
@@ -3,7 +3,7 @@
     project-type: freestyle
     defaults: global
     concurrent: true
-    node: huge && bionic && x86_64
+    node: huge && bionic && x86_64 && !smithi
     display-name: 'ceph: API'
     quiet-period: 5
     block-downstream: false
index 5f8b3f81c141b19e0103675c911e0094b540a499..4621a8d92547019ef0d09249c14ecd4d2014add2 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 && x86_64
+    node: huge && bionic && x86_64 && !smithi
     display-name: 'ceph: Pull Requests'
     quiet-period: 5
     block-downstream: false