blob: dda67a401121aaad7a9aba31769362e2f3e72d92 [file] [log] [blame]
robert.tomczyk18692522020-11-27 07:08:24 +00001---
2#
3# ============LICENSE_START=====================================================
4# Copyright (C) 2020 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 Windows geode-native job types
22- builder:
23 name: 'apache-geode-native-win-setup-slave-macro'
24 builders:
25 - powershell:
26 !include-raw: ./apache-geode-native-win-slave/slave-win-setup.ps1
27- builder:
28 name: 'apache-geode-native-win-unit-test-macro'
29 builders:
30 - powershell:
31 !include-raw: ./apache-geode-native-win-tests/win-unit-test.ps1
32- builder:
33 name: 'apache-geode-native-win-new-integration-test-macro'
34 builders:
35 - powershell:
36 !include-raw: ./apache-geode-native-win-tests/win-new-integration-test.ps1
37- builder:
38 name: 'apache-geode-native-win-old-integration-test-macro'
39 builders:
40 - powershell:
41 !include-raw: ./apache-geode-native-win-tests/win-old-integration-test.ps1
42- builder:
43 name: 'apache-geode-native-win-cli-unit-test-macro'
44 builders:
45 - powershell:
46 !include-raw: ./apache-geode-native-win-tests/win-cli-unit-test.ps1
47- builder:
48 name: 'apache-geode-native-win-cli-new-integration-test-macro'
49 builders:
50 - powershell:
51 !include-raw: ./apache-geode-native-win-tests/win-cli-new-integration-test.ps1
52- builder:
53 name: 'apache-geode-native-win-cli-old-integration-test-macro'
54 builders:
55 - powershell:
56 !include-raw: ./apache-geode-native-win-tests/win-cli-old-integration-test.ps1