diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-16 15:48:30 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-12-16 15:48:30 +0100 |
commit | 64f22a1df6c7e9942fd80095b223c028424811c7 (patch) | |
tree | ca93733a4e097677e6938c0b808eb0d0945d4625 /jjb | |
parent | 609c775b7eda2177d6244b9b1b37c93d772b744e (diff) |
Create Nile Jobs for VinePerf and Barometer
Change-Id: I211d0c1ad61c8ec4c9ba5ab960acef695eefc56e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/barometer/barometer.yaml | 14 | ||||
-rw-r--r-- | jjb/vineperf/vineperf.yaml | 8 |
2 files changed, 15 insertions, 7 deletions
diff --git a/jjb/barometer/barometer.yaml b/jjb/barometer/barometer.yaml index b56a9ffe0..4d67f1839 100644 --- a/jjb/barometer/barometer.yaml +++ b/jjb/barometer/barometer.yaml @@ -19,23 +19,27 @@ branch: '{stream}' gs-pathname: '' disabled: false - - moselle: &moselle + - nile: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false - - lakelse: &lakelse + - moselle: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false - - kali: &kali + - lakelse: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false - - jerma: &jerma + - kali: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false - - iruya: &iruya + - jerma: + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: false + - iruya: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false diff --git a/jjb/vineperf/vineperf.yaml b/jjb/vineperf/vineperf.yaml index e7c4c48ad..41e295854 100644 --- a/jjb/vineperf/vineperf.yaml +++ b/jjb/vineperf/vineperf.yaml @@ -15,11 +15,15 @@ branch: '{stream}' gs-pathname: '' disabled: false - - moselle: &moselle + - nile: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false - - lakelse: &lakelse + - moselle: + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: false + - lakelse: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false |