diff options
author | Tim Rozet <trozet@redhat.com> | 2018-08-17 10:31:00 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-08-17 10:31:00 -0400 |
commit | 8e2fcb64b48701ff1eb332237356937dbd517307 (patch) | |
tree | efe1c5f365ca7ef32150ae28502de88ebe7ad9d6 /jjb/3rd_party_ci | |
parent | 7859ef27fbd2060bc20868cea3c06e32ef536a5d (diff) |
Apex: Wildcard gerrit trigger for CSIT
This will allow us to trigger OPNFV CSIT on non-netvirt projects.
Change-Id: I95991e3f574ffa4f4e63ca22697089c7ba2ab7ca
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/3rd_party_ci')
-rw-r--r-- | jjb/3rd_party_ci/odl-netvirt.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/3rd_party_ci/odl-netvirt.yaml b/jjb/3rd_party_ci/odl-netvirt.yaml index 28b0ead6b..194924bb9 100644 --- a/jjb/3rd_party_ci/odl-netvirt.yaml +++ b/jjb/3rd_party_ci/odl-netvirt.yaml @@ -95,7 +95,7 @@ comment-contains-value: 'check-opnfv' projects: - project-compare-type: 'ANT' - project-pattern: '{project}' + project-pattern: '*' branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' |