diff options
author | agardner <agardner@linuxfoundation.org> | 2018-04-10 08:45:21 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-04-10 08:53:47 -0400 |
commit | 3ee3603f5ad653c07b617c47ceaf7c4673a2e3ed (patch) | |
tree | 6a9a504b651601d5c00d6abb05af97f25e37d053 /jjb/apex | |
parent | 76c14a82e6dfb1c0b86076a4dc5030e07a0bfe66 (diff) |
Enable Apex Fraser Jobs
Change-Id: Ie7bd0d3299fbbb8bc3e865612026ad479c48392d
Signed-off-by: agardner <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex.yml | 2 | ||||
-rw-r--r-- | jjb/apex/apex.yml.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 80ba50b71..1d040543a 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -37,7 +37,7 @@ baremetal-slave: 'apex-baremetal-master' verify-scenario: 'os-odl-nofeature-ha' scenario_stream: 'fraser' - disable_daily: true + disable_daily: false disable_promote: true - euphrates: &euphrates branch: 'stable/euphrates' diff --git a/jjb/apex/apex.yml.j2 b/jjb/apex/apex.yml.j2 index 29a93b4d0..5965efece 100644 --- a/jjb/apex/apex.yml.j2 +++ b/jjb/apex/apex.yml.j2 @@ -37,7 +37,7 @@ baremetal-slave: 'apex-baremetal-master' verify-scenario: 'os-odl-nofeature-ha' scenario_stream: 'fraser' - disable_daily: true + disable_daily: false disable_promote: true - euphrates: &euphrates branch: 'stable/euphrates' |