diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vpp/vpp-macros.yaml | 40 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 34 |
2 files changed, 44 insertions, 30 deletions
diff --git a/jjb/vpp/vpp-macros.yaml b/jjb/vpp/vpp-macros.yaml index a11ca9bf5..bb35466f0 100644 --- a/jjb/vpp/vpp-macros.yaml +++ b/jjb/vpp/vpp-macros.yaml @@ -38,3 +38,43 @@ gerrit-build-failed-verified-value: 1 gerrit-build-unstable-verified-value: 1 gerrit-build-notbuilt-verified-value: 1 + +- trigger: + name: gerrit-trigger-csit-perftest + triggers: + - gerrit: + server-name: 'Primary' + trigger-on: + - comment-added-contains-event: + comment-contains-value: 'perftest' + projects: + - project-compare-type: 'ANT' + project-pattern: '{name}' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**/{branch}' + skip-vote: + successful: true + failed: true + unstable: true + notbuilt: true + +- trigger: + name: gerrit-trigger-csit-virltest + triggers: + - gerrit: + server-name: 'Primary' + trigger-on: + - comment-added-contains-event: + comment-contains-value: 'virltest' + projects: + - project-compare-type: 'ANT' + project-pattern: '{name}' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**/{branch}' + skip-vote: + successful: true + failed: true + unstable: true + notbuilt: true diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 5e8a216cf..53694b066 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -32,10 +32,6 @@ branch: 'stable/1901' repo-stream-part: 'stable.1901' - type: - - short - - long - - project: name: vpp-clang jobs: @@ -966,7 +962,7 @@ build-timeout: '90' triggers: - - gerrit-trigger-checkstyle-nonvoting: + - gerrit-trigger-csit-virltest: name: '{project}' branch: '{branch}' @@ -1045,22 +1041,9 @@ build-timeout: 300 triggers: - - gerrit: - server-name: 'Primary' - trigger-on: - - comment-added-contains-event: - comment-contains-value: 'perftest' - projects: - - project-compare-type: 'ANT' - project-pattern: '{project}' - branches: - - branch-compare-type: 'ANT' - branch-pattern: '**/{branch}' - skip-vote: - successful: true - failed: true - unstable: true - notbuilt: true + - gerrit-trigger-csit-perftest: + name: '{project}' + branch: '{branch}' builders: - shell: @@ -1079,12 +1062,3 @@ - fdio-infra-shiplogs: maven-version: 'mvn33-new' - -- parameter: - name: type-parameter - - parameters: - - string: - name: TYPE - default: '{type}' - description: "TYPE parameter if not given by trigger" |