summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/ci-management-jobs.yaml42
-rw-r--r--jjb/csit/csit-vpp-bridge-domain.yaml7
-rw-r--r--jjb/global-macros.yaml39
-rw-r--r--jjb/honeycomb/honeycomb.yaml10
-rw-r--r--jjb/toolchain_test/toolchain_test-custom.yaml10
-rw-r--r--jjb/vpp/vpp.yaml10
6 files changed, 1 insertions, 117 deletions
diff --git a/jjb/ci-management-jobs.yaml b/jjb/ci-management-jobs.yaml
index 270b9d3fd..6b9163da7 100644
--- a/jjb/ci-management-jobs.yaml
+++ b/jjb/ci-management-jobs.yaml
@@ -37,30 +37,6 @@
users:
- '{ssh-credentials}'
- triggers:
- - gerrit:
- trigger-on:
- - patchset-created-event:
- exclude-drafts: 'false'
- exclude-trivial-rebase: 'false'
- exclude-no-code-change: 'false'
- - draft-published-event
- - comment-added-contains-event:
- comment-contains-value: 'recheck'
- - comment-added-contains-event:
- comment-contains-value: 'reverify'
- projects:
- - project-compare-type: 'ANT'
- project-pattern: 'ci-management'
- branches:
- - branch-compare-type: 'ANT'
- branch-pattern: '**/master'
- file-paths:
- - compare-type: ANT
- pattern: jjb/**
- - compare-type: ANT
- pattern: jjb-templates/**
-
builders:
- shell: |
jenkins-jobs test -o job_output jjb/
@@ -99,24 +75,6 @@
users:
- '{ssh-credentials}'
- triggers:
- - gerrit:
- trigger-on:
- - change-merged-event
- - comment-added-contains-event:
- comment-contains-value: 'remerge'
- projects:
- - project-compare-type: 'ANT'
- project-pattern: 'ci-management'
- branches:
- - branch-compare-type: 'ANT'
- branch-pattern: '**/master'
- file-paths:
- - compare-type: ANT
- pattern: jjb/**
- - compare-type: ANT
- pattern: jjb-templates/**
-
builders:
- shell:
!include-raw-escape include-raw-jjb-update.sh
diff --git a/jjb/csit/csit-vpp-bridge-domain.yaml b/jjb/csit/csit-vpp-bridge-domain.yaml
index 5b8556374..ebcdd1f23 100644
--- a/jjb/csit/csit-vpp-bridge-domain.yaml
+++ b/jjb/csit/csit-vpp-bridge-domain.yaml
@@ -45,13 +45,8 @@
count: 3
stop-on-terminate: False
- 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
+ # This is where we will need to insert a step with a script that pulls all the
# allocated IP addresses and injecting as vars into the env. (see Opendaylight script: include-raw-integration-get-slave-addresses.sh
# See jjb/integration from ODL
- shell:
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml
index dc30fbd55..a46f392c4 100644
--- a/jjb/global-macros.yaml
+++ b/jjb/global-macros.yaml
@@ -76,45 +76,6 @@
timeout: 360
fail: true
-###### TRIGGERS
-- trigger:
- name: gerrit-trigger-patch-submitted
- triggers:
- - gerrit:
- server-name: 'Default'
- trigger-on:
- - patchset-created-event:
- exclude-drafts: 'false'
- exclude-trivial-rebase: 'false'
- exclude-no-code-change: 'false'
- - draft-published-event
- - comment-added-contains-event:
- comment-contains-value: 'recheck'
- - comment-added-contains-event:
- comment-contains-value: 'reverify'
- projects:
- - project-compare-type: 'ANT'
- project-pattern: '{name}'
- branches:
- - branch-compare-type: 'ANT'
- branch-pattern: '**/{branch}'
-
-- trigger:
- name: gerrit-trigger-patch-merged
- triggers:
- - gerrit:
- server-name: 'Default'
- trigger-on:
- - change-merged-event
- - comment-added-contains-event:
- comment-contains-value: 'remerge'
- projects:
- - project-compare-type: 'ANT'
- project-pattern: '{name}'
- branches:
- - branch-compare-type: 'ANT'
- branch-pattern: '**/{branch}'
-
# Publishers
- publisher:
name: archive-artifacts
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml
index 12f112290..0fb731c1f 100644
--- a/jjb/honeycomb/honeycomb.yaml
+++ b/jjb/honeycomb/honeycomb.yaml
@@ -36,11 +36,6 @@
users:
- '{ssh-credentials}'
- triggers:
- - gerrit-trigger-patch-submitted:
- name: 'honeycomb'
- branch: '{branch}'
-
maven:
maven-name: '{mvn33}'
root-pom: 'pom.xml'
@@ -85,11 +80,6 @@
users:
- '{ssh-credentials}'
- triggers:
- - gerrit-trigger-patch-merged:
- name: 'honeycomb'
- branch: '{branch}'
-
maven:
maven-name: '{mvn33}'
root-pom: 'pom.xml'
diff --git a/jjb/toolchain_test/toolchain_test-custom.yaml b/jjb/toolchain_test/toolchain_test-custom.yaml
index 760967880..53b54ee04 100644
--- a/jjb/toolchain_test/toolchain_test-custom.yaml
+++ b/jjb/toolchain_test/toolchain_test-custom.yaml
@@ -36,11 +36,6 @@
users:
- '{ssh-credentials}'
- triggers:
- - gerrit-trigger-patch-submitted:
- name: '{project}'
- branch: '{branch}'
-
builders:
- shell:
!include-raw-escape include-raw-toolchain_test-build.sh
@@ -74,11 +69,6 @@
users:
- '{ssh-credentials}'
- triggers:
- - gerrit-trigger-patch-merged:
- name: '{project}'
- branch: '{branch}'
-
builders:
- shell:
!include-raw-escape include-raw-toolchain_test-build.sh
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index caafe1a58..6201c080d 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -37,11 +37,6 @@
users:
- '{ssh-credentials}'
- triggers:
- - gerrit-trigger-patch-submitted:
- name: '{project}'
- branch: '{branch}'
-
builders:
- shell:
!include-raw-escape include-raw-vpp-build.sh
@@ -78,11 +73,6 @@
users:
- '{ssh-credentials}'
- triggers:
- - gerrit-trigger-patch-merged:
- name: '{project}'
- branch: '{branch}'
-
builders:
- shell:
!include-raw-escape include-raw-vpp-build.sh