blob: 03184452e6c10a407a0799974e1726e0e9264587 [file] [log] [blame]
robert.tomczyke791f672019-11-12 12:49:17 +00001---
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 geode-native job types
22- builder:
23 name: 'apache-geode-native-setup-slave-macro'
24 builders:
25 - shell:
26 !include-raw: ./apache-geode-native-slave/slave_setup.sh
27- builder:
28 name: 'apache-geode-native-ratcheck-macro'
29 builders:
30 - shell:
31 !include-raw: ./apache-geode-native-test/ratcheck.sh
32- builder:
33 name: 'apache-geode-native-unittest-macro'
34 builders:
35 - shell:
36 !include-raw: ./apache-geode-native-test/unittest.sh
37- builder:
38 name: 'apache-geode-native-integrationtest-macro'
39 builders:
40 - shell:
41 !include-raw: ./apache-geode-native-test/integrationtest.sh
robert.tomczyk2eac1f42019-11-14 09:25:33 +000042- builder:
43 name: 'apache-geode-native-newintegrationtest-macro'
44 builders:
45 - shell:
46 !include-raw: ./apache-geode-native-test/new_integrationtest.sh
robert.tomczyk58a24dd2019-11-14 13:43:46 +000047- builder:
48 name: 'apache-geode-native-srcrelease-macro'
49 builders:
50 - shell:
51 !include-raw: ./apache-geode-native-release/src_release.sh