diff options
author | Tim Rozet <trozet@redhat.com> | 2017-09-18 21:07:59 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-09-18 21:11:41 -0400 |
commit | 4e825695aad58a6e020850d3b9c2c6189ebf1c6b (patch) | |
tree | 4e113a3a6ce5b8a1eb31214ea43b9dd301a86c61 /jjb | |
parent | 53ba3fc16aa04a8f8f9a9bcb9dd2da9fc1f27510 (diff) |
Apex: add euphrates stream to project jobs
Change-Id: I2f6dbe545c1c1adaa0a7020440f17f6f0cf37973
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/apex/apex-project-jobs.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jjb/apex/apex-project-jobs.yml b/jjb/apex/apex-project-jobs.yml index 973ad913a..b1702e5dc 100644 --- a/jjb/apex/apex-project-jobs.yml +++ b/jjb/apex/apex-project-jobs.yml @@ -9,7 +9,11 @@ gs-pathname: '' concurrent-builds: 3 disabled: false - + - euphrates: &euphrates + branch: 'stable/euphrates' + gs-pathname: '/euphrates' + concurrent-builds: 3 + disabled: true - danube: &danube branch: 'stable/danube' gs-pathname: '/danube' |