diff options
author | Tim Rozet <trozet@redhat.com> | 2019-02-18 13:44:30 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2019-02-18 13:44:30 -0500 |
commit | 5d5b446993cc2171a78321227ab4ca29fdbc1ae7 (patch) | |
tree | c4b3835f61d711eb4147a53ebaad13454cc02cd5 | |
parent | 790da759a787eda66f1dc4cb38852dc54bae2ebf (diff) |
Apex: Disable gambia, fraser daily
It is no longer necessary to run these daily jobs.
Change-Id: Ieacb051208053ad9ee0e3893056d0a882e0597b1
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | jjb/apex/apex.yaml | 4 | ||||
-rw-r--r-- | jjb/apex/apex.yaml.j2 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/jjb/apex/apex.yaml b/jjb/apex/apex.yaml index 23a1daf0f..85e9b182b 100644 --- a/jjb/apex/apex.yaml +++ b/jjb/apex/apex.yaml @@ -38,7 +38,7 @@ baremetal-slave: 'apex-baremetal-master' verify-scenario: 'os-nosdn-nofeature-ha' scenario_stream: 'gambia' - disable_daily: false + disable_daily: true disable_promote: false - fraser: &fraser branch: 'stable/fraser' @@ -48,7 +48,7 @@ baremetal-slave: 'apex-baremetal-master' verify-scenario: 'os-nosdn-nofeature-ha' scenario_stream: 'fraser' - disable_daily: false + disable_daily: true disable_promote: true - euphrates: &euphrates branch: 'stable/euphrates' diff --git a/jjb/apex/apex.yaml.j2 b/jjb/apex/apex.yaml.j2 index 451274cf1..aaa166e25 100644 --- a/jjb/apex/apex.yaml.j2 +++ b/jjb/apex/apex.yaml.j2 @@ -38,7 +38,7 @@ baremetal-slave: 'apex-baremetal-master' verify-scenario: 'os-nosdn-nofeature-ha' scenario_stream: 'gambia' - disable_daily: false + disable_daily: true disable_promote: false - fraser: &fraser branch: 'stable/fraser' @@ -48,7 +48,7 @@ baremetal-slave: 'apex-baremetal-master' verify-scenario: 'os-nosdn-nofeature-ha' scenario_stream: 'fraser' - disable_daily: false + disable_daily: true disable_promote: true - euphrates: &euphrates branch: 'stable/euphrates' |