blob: d5df7fc3b3c763478d2a35c25e1520b854c43bfc [file] [log] [blame]
Fatih Degirmenci0c0e67a2019-04-09 08:39:51 +02001---
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# macros used by all job types
22- builder:
23 name: 'cloud-infra-deploy-macro'
24 builders:
25 - shell:
26 !include-raw: ./wait-for-pkg-manager.sh
27 - shell:
28 !include-raw: ./cloud-infra-deploy.sh
29
30- builder:
31 name: 'cloud-infra-functest-macro'
32 builders:
33 - shell:
34 !include-raw: ./prepare-for-test.sh
35 - shell:
36 !include-raw: ./cloud-infra-test.sh
37
38- builder:
39 name: 'cloud-infra-yardstick-macro'
40 builders:
41 - shell:
42 !include-raw: ./prepare-for-test.sh
43 - shell:
44 !include-raw: ./cloud-infra-test.sh
45
46- builder:
47 name: 'cloud-infra-testfw-macro'
48 builders:
49 - shell:
50 !include-raw: ./cloud-infra-test.sh
51
52# vim: set ts=2 sw=2 expandtab: