diff options
author | Tim Rozet <trozet@redhat.com> | 2018-07-12 12:41:45 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-07-12 12:41:45 -0400 |
commit | ddb08101e591ebfc45fbddbbae8b48d276383d7f (patch) | |
tree | 8e3864c50f4b83e22612a116175451c21c2ca17b /jjb | |
parent | c9e3e9dd2572d394f3f00e5ba02460ad2db5bd78 (diff) |
Apex: Disable fraser daily
Change-Id: Iad2503baca32175ff912c85dccd71791fc8156ff
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/apex/apex.yaml | 2 | ||||
-rw-r--r-- | jjb/apex/apex.yaml.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jjb/apex/apex.yaml b/jjb/apex/apex.yaml index 3c9c77f8b..45f6fd8d2 100644 --- a/jjb/apex/apex.yaml +++ b/jjb/apex/apex.yaml @@ -37,7 +37,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 0a2d6ce8f..ffe8c5780 100644 --- a/jjb/apex/apex.yaml.j2 +++ b/jjb/apex/apex.yaml.j2 @@ -37,7 +37,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' |