From: Frank Brehm Date: Tue, 1 Sep 2020 05:12:12 +0000 (+0200) Subject: Reducing waiting times for different deploy jobs X-Git-Tag: 2.2.1~1^2 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=f6c35d8bb09cb0b94c3ec6907a28a3ee91885281;p=pixelpark%2Fcreate-vmware-tpl.git Reducing waiting times for different deploy jobs --- 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}