diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-05-12 11:08:14 +0000 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-05-12 11:09:18 +0000 |
commit | 416ab5850326befd9a1f644531ee947f928ca240 (patch) | |
tree | 9ea51e72346633c8cdd8a2f3963861fbf676cc7e | |
parent | 15369b80934e33377ee756273337048800e563a2 (diff) |
move VPP clang job to non-voting
clang is now used for regular builds, so this job is redundant.
Keep it around to keep the same load profile for the moment.
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Change-Id: I04f411e07ab99f27cdd8c59fc37bfeedbc429c29
-rw-r--r-- | jjb/vpp/vpp.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index b2e1a4669..d08ffa3e6 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -746,7 +746,7 @@ build-timeout: '{build-timeout}' triggers: - - gerrit-trigger-checkstyle: + - gerrit-trigger-checkstyle-nonvoting: name: '{project}' branch: '{branch}' |