From 97b12b4b42c91a67e3743667f59970ec0d744ee0 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 19 Apr 2018 23:53:57 -0400 Subject: [PATCH] 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 --- .../clouds/openstack/odlvex/queue-intque-2c-1g.cfg | 4 ++++ jjb/integration/integration-test-jobs.yaml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 jenkins-config/clouds/openstack/odlvex/queue-intque-2c-1g.cfg 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: -- 2.36.6