diff options
author | Tim Rozet <trozet@redhat.com> | 2016-01-30 18:18:49 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-01-30 18:18:49 -0500 |
commit | 27fa654e24a160ac259d0c181fc0488e0a858bd9 (patch) | |
tree | 48bbf90ba25799d6e7b55972a3bfb37e57aae34f /jjb/apex | |
parent | 5733e8e83a36ee5999ba8adf961dd9b2e6230db9 (diff) |
apex: blocks verifies on alternate streams
Change-Id: Ic58d3aa51e99449399e846a905bde8dc9b00fc01
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 150abe335..879bd5b00 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -14,9 +14,11 @@ - master: branch: 'master' gs-pathname: '' + block-stream: 'brahmaputra' - brahmaputra: branch: 'stable/brahmaputra' gs-pathname: '/brahmaputra' + block-stream: 'master' disabled: false project: 'apex' @@ -94,6 +96,7 @@ - "apex-deploy.*" - "apex-build.*" - "apex-runner.*" + - 'apex-verify-{block-stream}' builders: - 'apex-build' |