--- # # ============LICENSE_START===================================================== # Copyright (C) 2020 Nordix Foundation. # ============================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END======================================================= # # macros used by Windows geode-native job types - builder: name: 'apache-geode-native-win-setup-slave-macro' builders: - powershell: !include-raw: ./apache-geode-native-win-slave/slave-win-setup.ps1 - builder: name: 'apache-geode-native-win-unit-test-macro' builders: - powershell: !include-raw: ./apache-geode-native-win-tests/win-unit-test.ps1 - builder: name: 'apache-geode-native-win-new-integration-test-macro' builders: - powershell: !include-raw: ./apache-geode-native-win-tests/win-new-integration-test.ps1 - builder: name: 'apache-geode-native-win-old-integration-test-macro' builders: - powershell: !include-raw: ./apache-geode-native-win-tests/win-old-integration-test.ps1 - builder: name: 'apache-geode-native-win-cli-unit-test-macro' builders: - powershell: !include-raw: ./apache-geode-native-win-tests/win-cli-unit-test.ps1 - builder: name: 'apache-geode-native-win-cli-new-integration-test-macro' builders: - powershell: !include-raw: ./apache-geode-native-win-tests/win-cli-new-integration-test.ps1 - builder: name: 'apache-geode-native-win-cli-old-integration-test-macro' builders: - powershell: !include-raw: ./apache-geode-native-win-tests/win-cli-old-integration-test.ps1