From f6c35d8bb09cb0b94c3ec6907a28a3ee91885281 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 1 Sep 2020 07:12:12 +0200 Subject: [PATCH] Reducing waiting times for different deploy jobs --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 163c06b..bcabfe8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,9 @@ --- +# Cron patterns: +# test: 15 3 * * 1 +# master: 35 5 * * 1-5 + stages: - test - linter @@ -276,7 +280,7 @@ Create Centos7 template: echo "-->"; cat "${CONFIG_FILE}" | sed -e "s/^\(root_password\) .*/\1 = ********/" -e "s/^\(password\) .*/\1 = ********/"; echo "<-- EOF"' - - bin/waitfor 600 + - bin/waitfor 5 - bin/create-vmware-template --verbose --color yes --config "${CONFIG_FILE}" environment: name: ${SYSTEM_STATUS} @@ -349,7 +353,7 @@ Create Centos8 template: echo "-->"; cat "${CONFIG_FILE}" | sed -e "s/^\(root_password\) .*/\1 = ********/" -e "s/^\(password\) .*/\1 = ********/"; echo "<-- EOF"' - - bin/waitfor 1200 + - bin/waitfor 10 - bin/create-vmware-template --verbose --color yes --config "${CONFIG_FILE}" environment: name: ${SYSTEM_STATUS} -- 2.39.5