From 48e2e5cf62c383ea1915b9827646aae293568157 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 8 Dec 2020 13:19:05 +0100 Subject: [PATCH] Decreasing timeout for initial create of a VM, updating Distro for CentOS 8 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2af7a4a..8038507 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ variables: VM_MAC_ADDRESS: '00:16:3e:54:ab:2b' MAX_WAIT_GENERAL: 60 MAX_WAIT_SHUTDOWN: 120 - MAX_WAIT_FOR_FINISH_INSTALL: 3600 + MAX_WAIT_FOR_FINISH_INSTALL: 1200 JOB_LANGUAGE: 'de_DE.utf8' LANG: $JOB_LANGUAGE LC_ALL: $JOB_LANGUAGE @@ -298,7 +298,7 @@ Create Centos8 template: variables: OS_ID: centos8 VM_OS_VERSION: 'centos8_64Guest' - COBBLER_DISTRO: 'CentOS-8.2-x86_64' + COBBLER_DISTRO: 'CentOS-8.3-x86_64' script: - hostname -f - whoami -- 2.39.5