blob: f7f443caf4cf8af1b5da650b18f740cc1d8364da [file] [log] [blame]
---
# ============LICENSE_START=======================================================
# Copyright (C) 2019 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 are used to avoid hitting parameter expansion of curly brackets and
# the need to using include-raw-escape
#-------------------------------------------------------------------------------
- builder:
name: 'engine-verify-tox-macro'
builders:
- shell:
!include-raw: ./scripts/engine-verify-tox.sh
- builder:
name: 'engine-generate-ssh-keypair-macro'
builders:
- shell:
!include-raw: ./scripts/generate-ssh-keypair.sh
- builder:
name: 'engine-packaging-macro'
builders:
- shell:
!include-raw: ./scripts/package.sh
- builder:
name: 'engine-upload-artifact-macro'
builders:
- shell:
!include-raw: ./scripts/upload-artifact.sh
- builder:
name: 'engine-download-artifact-macro'
builders:
- shell:
!include-raw: ./scripts/download-artifact.sh
- builder:
name: 'engine-deploy-macro'
builders:
- shell:
!include-raw: ./scripts/deploy.sh
- builder:
name: 'engine-test-macro'
builders:
- shell:
!include-raw: ./scripts/test.sh
- builder:
name: 'engine-delete-stack-macro'
builders:
- shell:
!include-raw: ./scripts/delete-heat-stack.sh
- builder:
name: 'engine-wait-pkg-mgr-macro'
builders:
- shell:
!include-raw: ./scripts/wait-for-pkg-manager.sh