summaryrefslogtreecommitdiffstats
path: root/jjb/csit
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2020-01-17 09:08:03 +0000
committerGerrit Code Review <gerrit@fd.io>2020-01-17 09:08:03 +0000
commit9d70c744cd4b65ca2e6ed7be5742aa56f0b85b76 (patch)
treea90595f061c783542e400f48b3ab269f14c1976a /jjb/csit
parent078d14e9eb96847683e17f1602517046172a4d7d (diff)
parentf380a65ac9ba5858508ea0cb757b272258a536bd (diff)
Merge "Move VPP and CSIT macros to global"
Diffstat (limited to 'jjb/csit')
-rw-r--r--jjb/csit/csit-macros.yaml62
1 files changed, 0 insertions, 62 deletions
diff --git a/jjb/csit/csit-macros.yaml b/jjb/csit/csit-macros.yaml
deleted file mode 100644
index 037e62568..000000000
--- a/jjb/csit/csit-macros.yaml
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright (c) 2020 Cisco and/or its affiliates.
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at:
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
----
-- trigger:
- name: gerrit-trigger-csit-vpp-devicetest-full
- triggers:
- - gerrit:
- server-name: 'Primary'
- trigger-on:
- - patchset-created-event:
- exclude-drafts: 'true'
- 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'
- - comment-added-contains-event:
- comment-contains-value: 'csit-devicetest'
- projects:
- - project-compare-type: 'ANT'
- project-pattern: '{project}'
- branches:
- - branch-compare-type: 'ANT'
- branch-pattern: '**/{branch}'
- skip-vote:
- successful: '{skip-vote}'
- failed: '{skip-vote}'
- unstable: '{skip-vote}'
- notbuilt: '{skip-vote}'
-
-- trigger:
- name: gerrit-trigger-csit-vpp-devicetest-manual
- triggers:
- - gerrit:
- server-name: 'Primary'
- trigger-on:
- - comment-added-contains-event:
- comment-contains-value: 'csit-devicetest'
- projects:
- - project-compare-type: 'ANT'
- project-pattern: '{project}'
- branches:
- - branch-compare-type: 'ANT'
- branch-pattern: '**/{branch}'
- skip-vote:
- successful: '{skip-vote}'
- failed: '{skip-vote}'
- unstable: '{skip-vote}'
- notbuilt: '{skip-vote}' \ No newline at end of file