From 075ff097b5f76a8d43e4f1de915d1fd5feaed8f9 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 29 Apr 2025 17:10:21 -0600 Subject: [PATCH] ceph-dev-pipeline: Re-narrow node label smithis take far too long. Signed-off-by: Zack Cerza --- ceph-dev-pipeline/build/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-dev-pipeline/build/Jenkinsfile b/ceph-dev-pipeline/build/Jenkinsfile index 19f175d6..da980de2 100644 --- a/ceph-dev-pipeline/build/Jenkinsfile +++ b/ceph-dev-pipeline/build/Jenkinsfile @@ -1,6 +1,6 @@ ceph_build_repo = "https://github.com/ceph/ceph-build" ceph_build_branch = "main" -base_node_label = "(huge || gigantic)" +base_node_label = "gigantic" ubuntu_releases = [ "noble": "24.04", "jammy": "22.04", -- 2.39.5