diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-07-16 11:47:22 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-07-16 11:59:40 -0700 |
commit | e4f00e8939b2faa6c01c0533a1f4d0e35c6d5f64 (patch) | |
tree | e03ab2019d210a9fb09a9b6053de3bc2338a71d7 /jenkins-config | |
parent | 94285f09df48ec3bab8bb177cc1f2363322d491e (diff) |
Add long live instance
Add a long live instance template for docker image.
Set instance to live for 4 hours.
Change-Id: I4060d22ea7bab2c906f1cc000d0c878b0c62c336
Issue-ID: CIMAN-178
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jenkins-config')
-rw-r--r-- | jenkins-config/clouds/openstack/cattle/queue-docker-4c-4g.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jenkins-config/clouds/openstack/cattle/queue-docker-4c-4g.cfg b/jenkins-config/clouds/openstack/cattle/queue-docker-4c-4g.cfg new file mode 100644 index 000000000..74c3d7945 --- /dev/null +++ b/jenkins-config/clouds/openstack/cattle/queue-docker-4c-4g.cfg @@ -0,0 +1,6 @@ +IMAGE_NAME=Ubuntu 16.04 - docker - 20180101-1003 +LABELS=queue-docker-4c-4g +HARDWARE_ID=v2-highcpu-4 +INSTANCE_CAP=2 +NUM_EXECUTORS=4 +RETENTION_TIME=240 |