diff options
author | Tim Rozet <trozet@redhat.com> | 2019-04-29 15:28:17 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2019-04-29 15:28:17 -0400 |
commit | b97100eb2392a950294b1485bf0e3ed0d9074886 (patch) | |
tree | 33928f9a321e6e0e9a97963e5de16fb1c7060331 /jjb/apex | |
parent | f9aadd16485c4359ccf69c982d6cc0513e37df48 (diff) |
Apex: Update build jobs with hunter stream
Change-Id: I5892755e8f91d2d9f485c291b7923bcf2a9b83a0
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex-project-jobs.yaml | 5 | ||||
-rw-r--r-- | jjb/apex/apex-verify-jobs.yaml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/jjb/apex/apex-project-jobs.yaml b/jjb/apex/apex-project-jobs.yaml index 42567ea1b..c581c59ab 100644 --- a/jjb/apex/apex-project-jobs.yaml +++ b/jjb/apex/apex-project-jobs.yaml @@ -9,6 +9,11 @@ gs-pathname: '' concurrent-builds: 3 disabled: false + - hunter: &hunter + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + concurrent-builds: 3 + disabled: false - gambia: &gambia branch: 'stable/{stream}' gs-pathname: '/{stream}' diff --git a/jjb/apex/apex-verify-jobs.yaml b/jjb/apex/apex-verify-jobs.yaml index 23ce14f80..e8115ebf6 100644 --- a/jjb/apex/apex-verify-jobs.yaml +++ b/jjb/apex/apex-verify-jobs.yaml @@ -12,6 +12,11 @@ gs-pathname: '' verify-scenario: 'os-nosdn-nofeature-noha' disabled: false + - hunter: &hunter + branch: '{stream}' + gs-pathname: '' + verify-scenario: 'os-nosdn-nofeature-noha' + disabled: false - gambia: &gambia branch: 'stable/{stream}' gs-pathname: '/{stream}' |