From: Fatih Degirmenci Date: Tue, 19 Feb 2019 08:19:52 +0000 (+0100) Subject: cloud-infra: Fix SLAVE_LABEL to schedule jobs on X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=f21dee8def1bb7d6adf838ad9ab8f93838e3688b;p=infra%2Fcicd.git cloud-infra: Fix SLAVE_LABEL to schedule jobs on Jenkins seems to schedule job on all the slaves with the matching label even it is told not to do so explicitly. This change removes setting those explicitly to see if default behavior is correct. Change-Id: I4b4bc05f322b4b4543b78928a5ae788ddc2761c7 --- diff --git a/jjb/cloud-infra/cloud-infra-verify-jobs.yaml b/jjb/cloud-infra/cloud-infra-verify-jobs.yaml index 428cf81e0..d1575094d 100644 --- a/jjb/cloud-infra/cloud-infra-verify-jobs.yaml +++ b/jjb/cloud-infra/cloud-infra-verify-jobs.yaml @@ -59,8 +59,6 @@ - label: name: SLAVE_LABEL default: 'cloud-infra-vpod' - all-nodes: false - node-eligibility: 'ignore-offline' - string: name: DISTRO default: '{distro}'