summaryrefslogtreecommitdiffstats
path: root/cucumber/features/support
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-03 11:16:05 +0200
committerPhilip Hands <phil@hands.com>2016-06-05 11:05:38 +0200
commite2e66f95db30e7dd75cd9a835934fb6417ff5eed (patch)
tree454e8da8839716aa9f1533c3bbf7986b04a735e2 /cucumber/features/support
parent39fa440f0f5d7da36cb4f4dcadccbaa795ff0e59 (diff)
downloadjenkins.debian.net-e2e66f95db30e7dd75cd9a835934fb6417ff5eed.tar.xz
lvc: enable parallel VMs (start to anyway)
Diffstat (limited to 'cucumber/features/support')
-rw-r--r--cucumber/features/support/config.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/cucumber/features/support/config.rb b/cucumber/features/support/config.rb
index 79398207..c7caa7c7 100644
--- a/cucumber/features/support/config.rb
+++ b/cucumber/features/support/config.rb
@@ -66,10 +66,8 @@ PATIENCE = ENV['PATIENCE'] || 1
# Constants that are statically initialized.
CONFIGURED_KEYSERVER_HOSTNAME = 'hkps.pool.sks-keyservers.net'
-#LIBVIRT_DOMAIN_NAME = "lvcVM-" + $executor_number
-#LIBVIRT_DOMAIN_UUID = "203552d5-819c-41f3-800e-2c8ef2546" + "%03d" % $executor_number
-LIBVIRT_DOMAIN_NAME = "DebianToaster"
-LIBVIRT_DOMAIN_UUID = "203552d5-819c-41f3-800e-2c8ef2545404"
+LIBVIRT_DOMAIN_NAME = "lvcVM-" + $executor_number
+LIBVIRT_DOMAIN_UUID = "203552d5-819c-41f3-800e-2c8ef2546%03d" % $executor_number
LIBVIRT_NETWORK_NAME = "DebianToasterNet"
LIBVIRT_NETWORK_UUID = "f2305af3-2a64-4f16-afe6-b9dbf02a597e"
MISC_FILES_DIR = "/srv/jenkins/cucumber/features/misc_files"