diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-11-08 21:21:32 -0800 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-11-08 21:21:32 -0800 |
commit | 470b6fce404ab1632da2a4087dcf637321f62c1e (patch) | |
tree | 2bcb1dc009909343b1a7a691a154140cdba4fcf7 /jjb/barometer | |
parent | a58549bb7a9f35929e99a3a3f60c09756b99b45e (diff) |
Move Barometer Builds to lf-build2
Adds specific parameter for 'lf-build2' so it can be referenced with
the '{build-server}-defaults' syntax and assigns barometer verify and
merge jobs to lf-build2.
Change-Id: If68dfc4e6ea81884870047360051795407c15af3
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/barometer')
-rw-r--r-- | jjb/barometer/barometer.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/barometer/barometer.yaml b/jjb/barometer/barometer.yaml index 972848f3d..9cb222a2e 100644 --- a/jjb/barometer/barometer.yaml +++ b/jjb/barometer/barometer.yaml @@ -32,7 +32,7 @@ - project-parameter: project: '{project}' branch: '{branch}' - - 'ericsson-build4-defaults' + - 'lf-build2-defaults' scm: - git-scm-gerrit @@ -89,7 +89,7 @@ - project-parameter: project: '{project}' branch: '{branch}' - - 'ericsson-build4-defaults' + - 'lf-build2-defaults' scm: - git-scm |