Remove ovb updates job from promotion pipeline

Remove OVB updates job from promotion pipeline because its
timeouts.

Change-Id: Ide903638cd3cbef75076e7d4b5b1531e0070efbe
This commit is contained in:
Sagi Shnaidman 2017-03-30 14:56:13 +03:00
parent a521845e88
commit 4554754633
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ cron {"refresh-server":
}
cron {"promote-master":
command => "timeout 10m /opt/stack/tripleo-ci/scripts/mirror-server/promote.sh master current-tripleo tripleo-dlrn-promote periodic-tripleo-ci-centos-7-ovb-ha periodic-tripleo-ci-centos-7-ovb-nonha periodic-tripleo-ci-centos-7-ovb-updates &>/var/log/last_master_promotion.log",
command => "timeout 10m /opt/stack/tripleo-ci/scripts/mirror-server/promote.sh master current-tripleo tripleo-dlrn-promote periodic-tripleo-ci-centos-7-ovb-ha periodic-tripleo-ci-centos-7-ovb-nonha &>/var/log/last_master_promotion.log",
minute => "40"
}