Add CI job templates for icn/daaas
[ci-management.git] / jjb / icn / icn-daaas.yaml
1 ---
2 #
3 ## Copyright (c) 2019 Intel Corporation
4 ##
5 ## Licensed under the Apache License, Version 2.0 (the "License"); you may
6 ## not use this file except in compliance with the License.
7 ##
8 ## You may obtain a copy of the License at
9 ##       http://www.apache.org/licenses/LICENSE-2.0
10 ##
11 ## Unless required by applicable law or agreed to in writing, software
12 ## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 ## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ## See the License for the specific language governing permissions and
15 ## limitations under the License.
16 ##
17 #
18 - project:
19     name: icn-daaas
20     project: 'icn/daaas'
21     project-name: icn-daaas
22     build-node: ubuntu1804-helm-8c-32g
23     stream:
24       - master:
25           branch: master
26     type:
27       - golang:
28           path: microservices
29           script: |-
30             #!/bin/bash
31             cd $WORKSPACE/microservices
32             make all
33       - helm:
34           path: deploy
35           script: |-
36             #!/bin/bash
37             cd $WORKSPACE/deploy
38             make all
39     jobs:
40       - "{project-name}-{stream}-{type}-verify"
41       - "{project-name}-{stream}-{type}-merge"
42     views:
43       - project-view