From: Thanh Ha Date: Fri, 20 Apr 2018 03:53:57 +0000 (-0400) Subject: Create new queue for non-disttest jobs X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F35%2F71135%2F3;p=releng%2Fbuilder.git Create new queue for non-disttest jobs After monitoring the system a bit and looking at the jobs. The none distribution-test jobs do not queue very many csit jobs and if we tie them to the distro-test queue these jobs would not benefit much from parallel csit runs. Let's give them their own separate queue instead with a larger pool of allowed job runs. Use NUM_EXECUTORS so that we can use the same VM to launch multiple jobs considering that these jobs do not do anything other than launch other csit jobs. Change-Id: Ide261d2550ff69da4fd0f30857f7358f2c7f9cb6 Signed-off-by: Thanh Ha --- diff --git a/jenkins-config/clouds/openstack/odlvex/queue-intque-2c-1g.cfg b/jenkins-config/clouds/openstack/odlvex/queue-intque-2c-1g.cfg new file mode 100644 index 000000000..2e79f1ff7 --- /dev/null +++ b/jenkins-config/clouds/openstack/odlvex/queue-intque-2c-1g.cfg @@ -0,0 +1,4 @@ +IMAGE_NAME=ZZCI - CentOS 7 - robot - 20180109-1917 +HARDWARE_ID=v1-standard-1 +INSTANCE_CAP=1 +NUM_EXECUTORS=4 diff --git a/jjb/integration/integration-test-jobs.yaml b/jjb/integration/integration-test-jobs.yaml index 6064aff8a..97d882d1c 100644 --- a/jjb/integration/integration-test-jobs.yaml +++ b/jjb/integration/integration-test-jobs.yaml @@ -110,7 +110,7 @@ name: 'integration-sanity-test-{stream}' project-type: freestyle - node: queue-disttest-2c-1g + node: queue-intque-2c-1g properties: - opendaylight-infra-properties: @@ -329,7 +329,7 @@ name: 'integration-distribution-weekly-test-trigger-{stream}' project-type: freestyle - node: queue-disttest-2c-1g + node: queue-intque-2c-1g properties: - opendaylight-infra-properties: @@ -361,7 +361,7 @@ name: 'integration-distribution-high-frequency-test-trigger-{stream}' project-type: freestyle - node: queue-disttest-2c-1g + node: queue-intque-2c-1g properties: - opendaylight-infra-properties: