3 # ============LICENSE_START=======================================================
4 # Copyright (C) 2019 Nordix Foundation.
5 # ================================================================================
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
10 # http://www.apache.org/licenses/LICENSE-2.0
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
18 # SPDX-License-Identifier: Apache-2.0
19 # ============LICENSE_END=========================================================
31 - 'nolabs-verify-{stream}'
32 - 'nolabs-deploy-{stream}'
35 name: 'nolabs-verify-{stream}'
43 - nordix-gerrit-parameters
47 description: 'Slave label to schedule this job on.'
52 use-build-blocker: true
64 - fix-workspace-permissions
68 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
70 refspec: $GERRIT_REFSPEC
76 server-name: 'Nordix Gerrit'
78 - patchset-created-event:
79 exclude-drafts: 'false'
80 exclude-trivial-rebase: 'false'
81 exclude-no-code-change: 'false'
82 - draft-published-event
83 - comment-added-contains-event:
84 comment-contains-value: 'recheck'
85 - comment-added-contains-event:
86 comment-contains-value: 'reverify'
88 - project-compare-type: 'REG_EXP'
89 project-pattern: 'nolabs'
91 - branch-compare-type: 'ANT'
92 branch-pattern: '**/{branch}'
93 disable-strict-forbidden-file-verification: 'false'
102 !include-raw-escape: ./verify.sh
105 name: 'nolabs-deploy-{stream}'
110 - project-parameters:
113 - nordix-gerrit-parameters
117 description: 'Slave label to schedule this job on.'
122 use-build-blocker: true
134 - fix-workspace-permissions
138 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
146 server-name: 'Nordix Gerrit'
148 - change-merged-event
149 - comment-added-contains-event:
150 comment-contains-value: 'remerge'
152 - project-compare-type: 'ANT'
153 project-pattern: '{project}'
155 - branch-compare-type: 'ANT'
156 branch-pattern: '**/{branch}'
157 disable-strict-forbidden-file-verification: 'false'
158 forbidden-file-paths:
160 pattern: '.gitignore'
162 pattern: '.gitreview'
166 !include-raw-escape: ./deploy.sh
168 # vim: set ts=2 sw=2 expandtab: