From ac9c9d597c5687f69c544544c9fca9bfb78ba17c Mon Sep 17 00:00:00 2001 From: Stefan Kobza Date: Thu, 17 Mar 2016 18:50:27 +0100 Subject: Remove standard csit jobs from Zuul. Until OpenStack issues with L2 transparency are resolved, make csit jobs Jenkins triggered again. Change-Id: Ie82357275b91804e64a194a8de5c51acf9c27743 Signed-off-by: Stefan Kobza --- jjb/csit/csit-vpp-functional.yaml | 29 ++++++++++++++++++++--------- zuul/layout.yaml | 6 +++--- 2 files changed, 23 insertions(+), 12 deletions(-) diff --git a/jjb/csit/csit-vpp-functional.yaml b/jjb/csit/csit-vpp-functional.yaml index 3b12621a9..d4d277f04 100644 --- a/jjb/csit/csit-vpp-functional.yaml +++ b/jjb/csit/csit-vpp-functional.yaml @@ -15,8 +15,8 @@ name: 'csit-vpp-functional-virl' project-type: freestyle - node: verify_merge - concurrent: false + node: verify + concurrent: true logrotate: daysToKeep: '{build-days-to-keep}' @@ -25,16 +25,21 @@ artifactNumToKeep: '{build-artifact-num-to-keep}' scm: - - zuul-trigger-scm: + - gerrit-trigger-scm: credentials-id: '{ssh-credentials}' - refspec: '$ZUUL_REF' - commit: '$ZUUL_COMMIT' + refspec: '$GERRIT_REFSPEC' + choosing-strategy: 'gerrit' wrappers: - ssh-agent-credentials: users: - '{ssh-credentials}' + triggers: + - gerrit-trigger-patch-submitted: + name: '{project}' + branch: '{branch}' + builders: - shell: !include-raw-escape include-raw-csit-vpp-functional-virl.sh @@ -50,7 +55,7 @@ name: 'csit-vpp-functional-hw-tb2' project-type: freestyle - node: verify_merge + node: verify concurrent: false logrotate: @@ -60,16 +65,22 @@ artifactNumToKeep: '{build-artifact-num-to-keep}' scm: - - zuul-trigger-scm: + - gerrit-trigger-scm: credentials-id: '{ssh-credentials}' - refspec: '$ZUUL_REF' - commit: '$ZUUL_COMMIT' + refspec: '$GERRIT_REFSPEC' + choosing-strategy: 'gerrit' wrappers: - ssh-agent-credentials: users: - '{ssh-credentials}' + triggers: + - gerrit-trigger-manually-triggered: + name: '{project}' + branch: '{branch}' + comment-trigger-value: 'hw-perf-check' + builders: - shell: !include-raw-escape jjb/csit/include-raw-csit-vpp-functional-hw-tb2.sh diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 993f999f3..7d46e50e8 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -115,10 +115,10 @@ projects: - ci-management-merge-nodepool - name: csit - csit-manual-perf: - - csit-vpp-functional-hw-tb2 +# csit-manual-perf: +# - csit-vpp-functional-hw-tb2 check: - - csit-vpp-functional-virl +# - csit-vpp-functional-virl - csit-vpp-functional-nodepool # - name: honeycomb -- cgit 1.2.3-korg