diff options
author | Tim Rozet <trozet@redhat.com> | 2018-07-20 22:36:13 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-07-20 22:36:13 -0400 |
commit | c1137281ace0fc072df1f7d22c982737015b8913 (patch) | |
tree | b77cbf81843228d09f925730c0494f581698a11b /jjb | |
parent | a848bd443cb3c13aa7d3044230ec903fd912f217 (diff) |
Apex: Change default verify scenario
Since our default scenario os-nosdn-nofeature-ha is failing functest in
verify, switch to os-nosdn-nofeature-noha which is passing. We want the
lowest bar possible for initial patch set verification and then can use
gate to verify more complicated deployments.
Change-Id: I9788495de5ee728fa3c19264120315e562d2712d
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/apex/apex-verify-jobs.yaml | 2 | ||||
-rw-r--r-- | jjb/apex/apex.yaml | 2 | ||||
-rw-r--r-- | jjb/apex/apex.yaml.j2 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/jjb/apex/apex-verify-jobs.yaml b/jjb/apex/apex-verify-jobs.yaml index 819e17b76..37434b502 100644 --- a/jjb/apex/apex-verify-jobs.yaml +++ b/jjb/apex/apex-verify-jobs.yaml @@ -10,7 +10,7 @@ - master: &master branch: '{stream}' gs-pathname: '' - verify-scenario: 'os-nosdn-nofeature-ha' + verify-scenario: 'os-nosdn-nofeature-noha' disabled: false - fraser: &fraser branch: 'stable/{stream}' diff --git a/jjb/apex/apex.yaml b/jjb/apex/apex.yaml index 2e615b346..aabe6ebc7 100644 --- a/jjb/apex/apex.yaml +++ b/jjb/apex/apex.yaml @@ -25,7 +25,7 @@ build-slave: 'apex-build-master' virtual-slave: 'apex-virtual-master' baremetal-slave: 'apex-baremetal-master' - verify-scenario: 'os-nosdn-nofeature-ha' + verify-scenario: 'os-nosdn-nofeature-noha' scenario_stream: 'master' disable_daily: false disable_promote: false diff --git a/jjb/apex/apex.yaml.j2 b/jjb/apex/apex.yaml.j2 index e23718e99..34594ccf0 100644 --- a/jjb/apex/apex.yaml.j2 +++ b/jjb/apex/apex.yaml.j2 @@ -25,7 +25,7 @@ build-slave: 'apex-build-master' virtual-slave: 'apex-virtual-master' baremetal-slave: 'apex-baremetal-master' - verify-scenario: 'os-nosdn-nofeature-ha' + verify-scenario: 'os-nosdn-nofeature-noha' scenario_stream: 'master' disable_daily: false disable_promote: false |