diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-25 20:54:05 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-25 21:35:35 +0200 |
commit | 3aad5c124e77b44b513727281e471d7083eb190b (patch) | |
tree | 9d878a787d80381f4d278a6335633ded351d4b08 /jjb/global | |
parent | 09c905482f1c4578a94c420057bc391718d508c2 (diff) |
Select lf-virtual1 as defaut slave (ut)
It allows verifying unit tests vs python3 and building docs (see
latest OpenStack upper-constraints)
Change-Id: Ie9566d4b1e0a288d5944c3111ec2dc0749be1975
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/global')
-rw-r--r-- | jjb/global/slave-params.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/jjb/global/slave-params.yaml b/jjb/global/slave-params.yaml index a415546be..1a8ce417f 100644 --- a/jjb/global/slave-params.yaml +++ b/jjb/global/slave-params.yaml @@ -611,6 +611,24 @@ description: "Directory where the build artifact will be located upon the completion of the build." - parameter: + name: 'lf-virtual1-defaults' + parameters: + - label: + name: SLAVE_LABEL + default: 'lf-virtual1' + description: 'Slave label on Jenkins' + all-nodes: false + node-eligibility: 'ignore-offline' + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: 'Git URL to use on this Jenkins Slave' + - string: + name: BUILD_DIRECTORY + default: $WORKSPACE/build_output + description: "Directory where the build artifact will be located upon the completion of the build." + +- parameter: name: 'pharos-dashboard-defaults' parameters: - label: |