d7aaeafd90422eb52d14e1c9e96c1b4032a4471a
[infra/cicd.git] / jjb / engine / onap-periodic-jobs / onap-builder-macros.yaml
1 ---
2 #
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
9 #
10 #      http://www.apache.org/licenses/LICENSE-2.0
11 #
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.
17 #
18 # SPDX-License-Identifier: Apache-2.0
19 # ============LICENSE_END=========================================================
20
21 - builder:
22     name: 'onap-package-builder-macro'
23     builders:
24       - shell:
25           !include-raw: ./scripts/package.sh
26
27 - builder:
28     name: 'onap-deploy-builder-macro'
29     builders:
30       - shell:
31           !include-raw: ../scripts/wait-for-pkg-manager.sh
32       - shell:
33           !include-raw: ./scripts/deploy.sh
34
35 - builder:
36     name: 'onap-oom-healthcheck-builder-macro'
37     builders:
38       - shell:
39           !include-raw: ./scripts/oom-healthcheck.sh
40
41 - builder:
42     name: 'onap-healthcheck-builder-macro'
43     builders:
44       - shell:
45           !include-raw: ./scripts/onap-healthcheck.sh
46
47 - builder:
48     name: 'onap-promote-builder-macro'
49     builders:
50       - shell:
51           !include-raw: ./scripts/promote.sh
52
53 # vim: set ts=2 sw=2 expandtab: