From: David Galloway Date: Fri, 10 Jan 2025 15:37:05 +0000 (-0500) Subject: Do not run make check or API tests on smithi due to OOM X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fd700249aec22fb53cc5cead101869bbe69b48c6;p=ceph-build.git Do not run make check or API tests on smithi due to OOM Saw many jobs fail on smithi004. dmesg shows lots of OOM kills. Signed-off-by: David Galloway --- diff --git a/ceph-pr-api/config/definitions/ceph-pr-api.yml b/ceph-pr-api/config/definitions/ceph-pr-api.yml index eebd1aff..5ed6ff4a 100644 --- a/ceph-pr-api/config/definitions/ceph-pr-api.yml +++ b/ceph-pr-api/config/definitions/ceph-pr-api.yml @@ -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 diff --git a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml index 5f8b3f81..4621a8d9 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 && x86_64 + node: huge && bionic && x86_64 && !smithi display-name: 'ceph: Pull Requests' quiet-period: 5 block-downstream: false