diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-12-10 17:00:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-10 17:00:17 +0000 |
commit | 99c121c4a1b8602e21643d38d4aa28cf4ee4c83a (patch) | |
tree | ea21818621eff747cdd1ed88d11a1cf30b65f7d9 /jjb/opnfv | |
parent | 7a1c0226296b4c128590ce8d8d86b0e1d4d8be97 (diff) | |
parent | 7defa8341a6b60067e3208d0e62da7a4b048a69f (diff) |
Merge "Shorten and remove the word deploy from pod names"
Diffstat (limited to 'jjb/opnfv')
-rw-r--r-- | jjb/opnfv/pod-params.yml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/jjb/opnfv/pod-params.yml b/jjb/opnfv/pod-params.yml index 654f9e1cc..fc6650ffb 100644 --- a/jjb/opnfv/pod-params.yml +++ b/jjb/opnfv/pod-params.yml @@ -49,15 +49,15 @@ description: 'Arguments to use in order to choose the backend DB' - parameter: - name: 'ericsson-ca-deploy-bare-pod1-defaults' + name: 'ericsson-pod1-defaults' parameters: - node: name: SLAVE_NAME description: 'Slave name on Jenkins' allowed-slaves: - - ericsson-ca-deploy-bare-pod1 + - ericsson-pod1 default-slaves: - - ericsson-ca-deploy-bare-pod1 + - ericsson-pod1 - string: name: INSTALLER_VERSION default: latest @@ -72,15 +72,15 @@ description: 'Path to test suite' - parameter: - name: 'ericsson-ca-deploy-bare-pod2-defaults' + name: 'ericsson-pod2-defaults' parameters: - node: name: SLAVE_NAME description: 'Slave name on Jenkins' allowed-slaves: - - ericsson-ca-deploy-bare-pod2 + - ericsson-pod2 default-slaves: - - ericsson-ca-deploy-bare-pod2 + - ericsson-pod2 - string: name: INSTALLER_VERSION default: latest @@ -114,15 +114,15 @@ description: 'SSH key to use for Apex' - parameter: - name: 'intel-us-deploy-bare-pod5-defaults' + name: 'intel-pod5-defaults' parameters: - node: name: SLAVE_NAME description: 'Slave name on Jenkins' allowed-slaves: - - intel-us-deploy-bare-pod5 + - intel-pod5 default-slaves: - - intel-us-deploy-bare-pod5 + - intel-pod5 - string: name: INSTALLER_VERSION default: stable @@ -133,15 +133,15 @@ description: 'Git URL to use on the jumphost' - parameter: - name: 'intel-us-deploy-bare-pod6-defaults' + name: 'intel-pod6-defaults' parameters: - node: name: SLAVE_NAME description: 'Slave name on Jenkins' allowed-slaves: - - intel-us-deploy-bare-pod6 + - intel-pod6 default-slaves: - - intel-us-deploy-bare-pod6 + - intel-pod6 - string: name: INSTALLER_VERSION default: latest @@ -152,15 +152,15 @@ description: 'Git URL to use on the jumphost' - parameter: - name: 'intel-us-deploy-bare-pod8-defaults' + name: 'intel-pod8-defaults' parameters: - node: name: SLAVE_NAME description: 'Slave name on Jenkins' allowed-slaves: - - intel-us-deploy-bare-pod8 + - intel-pod8 default-slaves: - - intel-us-deploy-bare-pod8 + - intel-pod8 - string: name: INSTALLER_VERSION default: latest |