diff options
author | Tim Rozet <trozet@redhat.com> | 2017-07-19 15:35:37 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-07-19 15:35:37 -0400 |
commit | a12fc4ac05e0fc54d6596f9683d5940a7a17dbdf (patch) | |
tree | e0d4c385ec33682282931a2b01df0778731c6d78 /jjb | |
parent | 13a6c8eac9bc84b122b8e5b91c5f324a4cfb21a7 (diff) |
Apex: fix missing job for testsuite
Change-Id: Ica77eb12fccfbb45479bbd75bbd8d3154f16a17b
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/apex/apex.yml | 1 | ||||
-rw-r--r-- | jjb/apex/apex.yml.j2 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 8ef498dbc..2b69d59c2 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -14,6 +14,7 @@ - 'apex-fdio-promote-daily-{stream}' - 'apex-verify-iso-{stream}' - 'apex-{scenario}-baremetal-{scenario_stream}' + - 'apex-testsuite-{scenario}-baremetal-{scenario_stream}' - 'apex-upload-snapshot' - 'apex-create-snapshot' # stream: branch with - in place of / (eg. stable-arno) diff --git a/jjb/apex/apex.yml.j2 b/jjb/apex/apex.yml.j2 index 316fe243a..06cc2ca2e 100644 --- a/jjb/apex/apex.yml.j2 +++ b/jjb/apex/apex.yml.j2 @@ -14,6 +14,7 @@ - 'apex-fdio-promote-daily-{stream}' - 'apex-verify-iso-{stream}' - 'apex-{scenario}-baremetal-{scenario_stream}' + - 'apex-testsuite-{scenario}-baremetal-{scenario_stream}' - 'apex-upload-snapshot' - 'apex-create-snapshot' # stream: branch with - in place of / (eg. stable-arno) |