diff options
author | wutianwei <wutianwei1@huawei.com> | 2017-02-10 11:31:55 +0800 |
---|---|---|
committer | wutianwei <wutianwei1@huawei.com> | 2017-02-10 16:50:19 +0800 |
commit | 5eca5e3046a53dc5d76a5c52fed7a01b651ab55d (patch) | |
tree | 90a5b0642a39082fd282428384b20039211df012 /jjb/global | |
parent | 03448ce5c7cf231462375ca832d59097fa9634e2 (diff) |
Move the compass centos job to intel-pod8
We fixed the issue of accessing database failed on intel-pod8.
Some problem happened in Huawei Munich Lab.So we move the CI job to this pod.
Change-Id: Iefddcf2bef2cc296b1abd2d224b78c6dbc522295
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Diffstat (limited to 'jjb/global')
-rw-r--r-- | jjb/global/slave-params.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/global/slave-params.yml b/jjb/global/slave-params.yml index 243e0a402..0aeab4ce4 100644 --- a/jjb/global/slave-params.yml +++ b/jjb/global/slave-params.yml @@ -475,15 +475,15 @@ default: https://gerrit.opnfv.org/gerrit/$PROJECT description: 'Git URL to use on this Jenkins Slave' - parameter: - name: 'huawei-pod5-defaults' + name: 'intel-pod8-defaults' parameters: - node: name: SLAVE_NAME description: 'Slave name on Jenkins' allowed-slaves: - - huawei-pod5 + - intel-pod8 default-slaves: - - huawei-pod5 + - intel-pod8 - string: name: GIT_BASE default: https://gerrit.opnfv.org/gerrit/$PROJECT |