X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fglobal%2Fslave-params.yaml;fp=jjb%2Fglobal%2Fslave-params.yaml;h=b56fd468da2f6937e7aa36e39bda5d0436c60f5a;hb=08061086d68d8c4f0a027c910c5e498b1016e12a;hp=0000000000000000000000000000000000000000;hpb=ce122e1f967d8b9b8e72d09db28f0dba7ee43cd9;p=eliot.git diff --git a/jjb/global/slave-params.yaml b/jjb/global/slave-params.yaml new file mode 100644 index 0000000..b56fd46 --- /dev/null +++ b/jjb/global/slave-params.yaml @@ -0,0 +1,39 @@ +--- +- parameter: + name: 'eliot-kubeedge-virtual-defaults' + parameters: + - label: + name: SLAVE_LABEL + default: 'eliot-kubeedge-virtual' + all-nodes: false + node-eligibility: 'ignore-offline' + - string: + name: GIT_BASE + default: https://gerrit.akraino.org/r/$PROJECT + description: 'Git URL to use on this Jenkins Slave' + +- parameter: + name: 'eliot-k8s-virtual-defaults' + parameters: + - label: + name: SLAVE_LABEL + default: 'eliot-k8s-virtual' + all-nodes: false + node-eligibility: 'ignore-offline' + - string: + name: GIT_BASE + default: https://gerrit.akraino.org/r/$PROJECT + description: 'Git URL to use on this Jenkins Slave' + +- parameter: + name: 'eliot-k8s-centos-virtual-defaults' + parameters: + - label: + name: SLAVE_LABEL + default: 'eliot-k8s-centos-virtual' + all-nodes: false + node-eligibility: 'ignore-offline' + - string: + name: GIT_BASE + default: https://gerrit.akraino.org/r/$PROJECT + description: 'Git URL to use on this Jenkins Slave'