diff options
-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) |