diff options
author | Tim Rozet <trozet@redhat.com> | 2018-02-07 18:02:05 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-02-07 18:02:05 -0500 |
commit | b3fc3bdf9d627f25e8665d92492d2b2de08e672f (patch) | |
tree | 6e23c159dc94bebf930e660369d4d27d3278a0e0 /jjb/global | |
parent | 0fd7d86a413c33e80959fe36a41387ad1408d29b (diff) |
Apex: remove setting node in slave-params
We only want to specify slave-label, not sure why we are specifyign node
here and in jjb for Apex.
Change-Id: I184df37836039887f47e7d6141c89f8dd9cd014f
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/global')
-rw-r--r-- | jjb/global/slave-params.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/jjb/global/slave-params.yml b/jjb/global/slave-params.yml index 4902dcfc5..16de0bced 100644 --- a/jjb/global/slave-params.yml +++ b/jjb/global/slave-params.yml @@ -84,15 +84,6 @@ name: SSH_KEY default: /root/.ssh/id_rsa description: 'SSH key to use for Apex' - - node: - name: SLAVE_NAME - description: 'Slave name on Jenkins' - allowed-slaves: - - lf-virtual2 - - lf-virtual3 - default-slaves: - - lf-virtual2 - - lf-virtual3 - parameter: name: 'apex-virtual-euphrates-defaults' |