diff options
author | Tim Rozet <trozet@redhat.com> | 2019-08-05 15:53:49 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2019-08-05 15:53:49 -0400 |
commit | 84cf308c1df4a10091fa1a14982543f122bc8679 (patch) | |
tree | 42cd32965bd43f215d163adb87ffaf21abbb9c53 /jjb | |
parent | 559f32dec5d0d693792a04fab14eeb51939b90ea (diff) |
Temporarily disable apex daily
Temporarily disabling daily jobs while running some manual testing on
LFPOD1.
Change-Id: I5553e4921e95c67954f93416cab651b9f81e911b
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-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 012d0bf1f..fb2eaa2db 100644 --- a/jjb/apex/apex.yaml +++ b/jjb/apex/apex.yaml @@ -27,7 +27,7 @@ baremetal-slave: 'apex-baremetal-master' verify-scenario: 'os-nosdn-nofeature-noha' scenario_stream: 'master' - disable_daily: false + disable_daily: true disable_promote: true - hunter: &hunter branch: 'stable/hunter' @@ -37,7 +37,7 @@ baremetal-slave: 'apex-baremetal-master' verify-scenario: 'os-nosdn-nofeature-ha' scenario_stream: 'hunter' - disable_daily: false + disable_daily: true disable_promote: true - gambia: &gambia branch: 'stable/gambia' diff --git a/jjb/apex/apex.yaml.j2 b/jjb/apex/apex.yaml.j2 index 90bfb1f91..293aacecb 100644 --- a/jjb/apex/apex.yaml.j2 +++ b/jjb/apex/apex.yaml.j2 @@ -27,7 +27,7 @@ baremetal-slave: 'apex-baremetal-master' verify-scenario: 'os-nosdn-nofeature-noha' scenario_stream: 'master' - disable_daily: false + disable_daily: true disable_promote: true - hunter: &hunter branch: 'stable/hunter' @@ -37,7 +37,7 @@ baremetal-slave: 'apex-baremetal-master' verify-scenario: 'os-nosdn-nofeature-ha' scenario_stream: 'hunter' - disable_daily: false + disable_daily: true disable_promote: true - gambia: &gambia branch: 'stable/gambia' |