diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-13 03:06:21 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-14 08:53:49 +0100 |
commit | d457354f2d6c3cd22c96fca58192488fa6dc9e3b (patch) | |
tree | 0843f5a252d53fe1f5eefd23c79d3bb97f6d7193 /jjb/opnfv/pod-params.yml | |
parent | 45dfbfa0f060d1a5cecbe922ba719da5e6250696 (diff) |
Cleanup functest.yml
Please note that this commit introduces major changes.
- Create suites named daily, tempest, rally, odl, vims, vping
- Create one job template that runs against given pod and installer with
the wanted suite
- Create common builder for tempest, rally, odl, vims, and vping, using
FUNCTEST_SUITE_NAME to run functest.
- Get pod and installer parameters from opnfv/pod-params.yml and
opnfv/installer-params.yml.
- Remove obsolete jobs, builders, and triggers.
- Update Fuel and Apex daily jobs to trigger correct functest-daily jobs.
Change-Id: I5d3ff6abbf0b7f663d4044ff24e8ad2891b3430e
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/opnfv/pod-params.yml')
-rw-r--r-- | jjb/opnfv/pod-params.yml | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/jjb/opnfv/pod-params.yml b/jjb/opnfv/pod-params.yml index fae3a5b85..01d1adad8 100644 --- a/jjb/opnfv/pod-params.yml +++ b/jjb/opnfv/pod-params.yml @@ -267,7 +267,7 @@ description: 'Git URL to use on the slave' - parameter: - name: 'orange-pod2' + name: 'orange-pod2-defaults' parameters: - node: name: SLAVE_NAME @@ -284,3 +284,27 @@ name: GIT_BASE default: https://gerrit.opnfv.org/gerrit/$PROJECT description: 'Git URL to use on the jumphost' + - string: + name: LAB_CONFIG + default: "/home/opnfv/repos/functest" + description: "Openstack credentials on the dev lab" + + +- parameter: + name: 'orange-test1-defaults' + parameters: + - node: + name: SLAVE_NAME + description: 'Slave name on Jenkins' + allowed-slaves: + - orange-test1 + default-slaves: + - orange-test1 + - string: + name: INSTALLER_VERSION + default: latest + description: 'Version of the installer to deploy' + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: 'Git URL to use on the jumphost' |