diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-02-16 23:58:57 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-02-16 23:58:57 +0100 |
commit | d9f01355c3e23d22f35a4a4a11a31f208cce8140 (patch) | |
tree | df30b9d31aefbfe3f1da222d67ede626619e2a15 /jjb/ci-AGL-verify | |
parent | 16d9dae949e57a7d1ff81fae8942296780d56584 (diff) |
Distribute small jobs on dedicated slave type to save resources
Change-Id: I4334a1cc2a3b642f7f25f8099c1e8d4394f94841
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/ci-AGL-verify')
-rw-r--r-- | jjb/ci-AGL-verify/ci-platform-jjb.yaml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index 94b14cc0..43600163 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -227,7 +227,7 @@ name: 'ci-platform-{project}-verify-CIB-start' project-type: freestyle concurrent: true - node: control-slave + node: hwtest-slave parameters: - string: @@ -259,6 +259,8 @@ wrappers: - agl-infra-wrappers: build-timeout: '{build-timeout}' + - openstack: + single-use: false builders: - shell: | @@ -273,7 +275,7 @@ name: 'ci-platform-{project}-verify-CIB-finish' project-type: freestyle concurrent: true - node: control-slave + node: hwtest-slave parameters: - string: @@ -323,7 +325,7 @@ name: 'ci-platform-{project}-verify-CIBT-{machine}' project-type: freestyle concurrent: true - node: agl-test-slave + node: hwtest-slave parameters: - string: @@ -360,7 +362,7 @@ - agl-infra-wrappers: build-timeout: '{build-timeout}' - openstack: - single-use: true + single-use: false - credentials-binding: - username-password-separated: credential-id: agl_main_lava_instance @@ -393,7 +395,7 @@ name: 'ci-platform-{project}-verify-CIBT-start' project-type: freestyle concurrent: true - node: control-slave + node: hwtest-slave parameters: - string: @@ -425,6 +427,8 @@ wrappers: - agl-infra-wrappers: build-timeout: '{build-timeout}' + - openstack: + single-use: false builders: - shell: | @@ -440,7 +444,7 @@ name: 'ci-platform-{project}-verify-CIBT-finish' project-type: freestyle concurrent: true - node: control-slave + node: hwtest-slave parameters: - string: @@ -472,6 +476,8 @@ wrappers: - agl-infra-wrappers: build-timeout: '{build-timeout}' + - openstack: + single-use: false builders: - shell: | |