diff options
author | Stefan Kobza <skobza@cisco.com> | 2016-02-13 20:21:26 +0100 |
---|---|---|
committer | Stefan Kobza <skobza@cisco.com> | 2016-02-13 20:21:26 +0100 |
commit | 0062655b80dedeeb01b0d20b1e14f8dee53cb659 (patch) | |
tree | 3db1c27ffd1418de7bf2e854a186e27da9a844b4 /jjb | |
parent | 020845e00f0613b1b5ca3ce4ea8a6e26e4378a43 (diff) |
Trigger build of this project for CSIT patches.
Until CSIT is fully integrated and functional, we need to have an
option to trigger jenkins build easily by CSIT project change rather
than VPP build. This is a temporary trigger setup.
Change-Id: I0040158024cf9446b1533b04599e1912f08d3ea8
Signed-off-by: Stefan Kobza <skobza@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit-vpp-functional.yaml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/jjb/csit/csit-vpp-functional.yaml b/jjb/csit/csit-vpp-functional.yaml index df2ec0264..8c57df9fe 100644 --- a/jjb/csit/csit-vpp-functional.yaml +++ b/jjb/csit/csit-vpp-functional.yaml @@ -49,8 +49,15 @@ # count: 3 # stop-on-terminate: False - # No triggers section, as it is expected that his job is triggered by - # vpp verify/merge job. + # TODO: Rewrite following trigger. Whis job has to be triggered by + # VPP verification build. This job requires built VPP DEBs. + # Until CSIT is fully integrated with VIRL & HW lab, trigger this build by + # csit patch submit. + triggers: + - gerrit-trigger-patch-submitted: + name: '{project}' + branch: '{branch}' + builders: # This is where we will need to insert a step with a script that pulls all the |