Revert "Remove ovb updates job from promotion pipeline"

The job has been pretty stable and far from timeout now. Let's enable it again.

This reverts commit 4554754633.

Change-Id: I747988e376e2be64cdb45efbb7573a8002d2cb0c
This commit is contained in:
Emilien Macchi 2017-04-03 17:27:40 +00:00
parent 0cd2cafbd0
commit 4cf15bc122
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 &>/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 periodic-tripleo-ci-centos-7-ovb-updates &>/var/log/last_master_promotion.log",
minute => "40"
}