2 # ============LICENSE_START=======================================================
3 # Copyright (C) 2019 Nordix Foundation.
4 # ================================================================================
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
9 # http://www.apache.org/licenses/LICENSE-2.0
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
17 # SPDX-License-Identifier: Apache-2.0
18 # ============LICENSE_END=========================================================
20 #-------------------------------------------------------------------------------
21 # Macros are used to avoid hitting parameter expansion of curly brackets and
22 # the need to using include-raw-escape
23 #-------------------------------------------------------------------------------
28 !include-raw: ./scripts/tox.sh
31 name: 'generate-sdf-for-change-macro'
34 !include-raw: ./scripts/generate-sdf-for-change.sh
37 name: 'generate-ssh-keypair-macro'
40 !include-raw: ./scripts/generate-ssh-keypair.sh
46 !include-raw: ./scripts/package.sh
49 name: 'test-package-macro'
52 !include-raw: ./scripts/test-package.sh
55 name: 'upload-artifact-macro'
58 !include-raw: ./scripts/upload-artifact.sh
61 name: 'xtesting-upload-artifact-macro'
64 !include-raw: ./scripts/upload-xtesting-artifact.sh
67 name: 'download-deploy-artifact-macro'
70 !include-raw: ./scripts/download-deploy-artifact.sh
73 name: 'download-xtesting-artifact-macro'
76 !include-raw: ./scripts/download-xtesting-artifact.sh
79 name: 'download-functest-artifact-macro'
82 !include-raw: ./scripts/download-functest-artifact.sh
85 name: 'download-yardstick-artifact-macro'
88 !include-raw: ./scripts/download-yardstick-artifact.sh
94 !include-raw: ./scripts/deploy.sh
97 name: 'functest-macro'
100 !include-raw: ./scripts/functest.sh
103 name: 'yardstick-macro'
106 !include-raw: ./scripts/yardstick.sh
109 name: 'delete-stack-macro'
112 !include-raw: ./scripts/delete-heat-stack.sh
115 name: 'cloud-infra-cleanup-stack-macro'
118 !include-raw: ./scripts/cleanup-heat-stacks.sh
121 name: 'wait-pkg-mgr-macro'
124 !include-raw: ./scripts/wait-for-pkg-manager.sh
127 name: 'generate-build-metadata-macro'
130 !include-raw: ./scripts/generate-build-metadata.sh
133 name: 'generate-change-metadata-macro'
136 !include-raw: ./scripts/generate-change-metadata.sh
139 name: 'generate-release-metadata-macro'
142 !include-raw: ./scripts/generate-release-metadata.sh
144 name: 'generate-k8sdeployment-environment-macro'
147 !include-raw: ./scripts/generate-k8sdeployment-environment.sh
150 name: 'promote-macro'
153 !include-raw: ./scripts/promote.sh
156 name: 'xtesting-infra-healthcheck-macro'
159 !include-raw: ./scripts/xtesting-infra-healthcheck.sh
162 name: 'xtesting-healthcheck-macro'
165 !include-raw: ./scripts/xtesting-healthcheck.sh
168 name: 'oom-build-installdeps-macro'
171 !include-raw: ./scripts/oom-build-installdeps.sh
174 name: 'oom-build-wrapper-macro'
177 !include-raw: ./scripts/oom-build-wrapper.sh
180 name: 'oom-upload-macro'
183 !include-raw: ./scripts/oom-upload.sh
185 # vim: set ts=2 sw=2 expandtab: