diff options
author | Tim Rozet <trozet@redhat.com> | 2016-01-08 23:08:47 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-01-08 23:08:47 -0500 |
commit | d012e767492009d8d775a7a8f3b4591ccddfd437 (patch) | |
tree | 7a62a8602b47ec148b62b05a24369657a417670e /jjb | |
parent | f17161b60115a111b5200d996985da67651ae774 (diff) |
Removes false blocking on build job
Change-Id: I6deaed59112a3e48009b05eb383da4ef5658b843
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/apex/apex.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 72003b1b3..804adc892 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -168,9 +168,7 @@ - build-blocker: use-build-blocker: true blocking-jobs: - - "apex-verify.*" - "apex-deploy.*" - - "apex-daily.*" builders: - 'apex-build' |