Fatih Degirmenci | 0c0e67a | 2019-04-09 08:39:51 +0200 | [diff] [blame] | 1 | --- |
| 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 job types |
| 22 | - builder: |
| 23 | name: 'cloud-infra-deploy-macro' |
| 24 | builders: |
| 25 | - shell: |
| 26 | !include-raw: ./wait-for-pkg-manager.sh |
| 27 | - shell: |
| 28 | !include-raw: ./cloud-infra-deploy.sh |
| 29 | |
| 30 | - builder: |
| 31 | name: 'cloud-infra-functest-macro' |
| 32 | builders: |
| 33 | - shell: |
Fatih Degirmenci | d48647d | 2019-04-10 09:36:03 +0200 | [diff] [blame] | 34 | !include-raw: ./prepare-for-testfw-verify.sh |
Fatih Degirmenci | 0c0e67a | 2019-04-09 08:39:51 +0200 | [diff] [blame] | 35 | - shell: |
| 36 | !include-raw: ./cloud-infra-test.sh |
| 37 | |
| 38 | - builder: |
| 39 | name: 'cloud-infra-yardstick-macro' |
| 40 | builders: |
| 41 | - shell: |
Fatih Degirmenci | d48647d | 2019-04-10 09:36:03 +0200 | [diff] [blame] | 42 | !include-raw: ./prepare-for-testfw-verify.sh |
Fatih Degirmenci | 0c0e67a | 2019-04-09 08:39:51 +0200 | [diff] [blame] | 43 | - shell: |
| 44 | !include-raw: ./cloud-infra-test.sh |
| 45 | |
| 46 | - builder: |
| 47 | name: 'cloud-infra-testfw-macro' |
| 48 | builders: |
| 49 | - shell: |
| 50 | !include-raw: ./cloud-infra-test.sh |
| 51 | |
Fatih Degirmenci | d48647d | 2019-04-10 09:36:03 +0200 | [diff] [blame] | 52 | - builder: |
Fatih Degirmenci | 7a43976 | 2019-05-07 10:39:31 +0200 | [diff] [blame] | 53 | name: 'cloud-infra-determine-scenario-macro' |
| 54 | builders: |
| 55 | - shell: |
Fatih Degirmenci | fcf1625 | 2019-05-07 11:00:11 +0200 | [diff] [blame] | 56 | !include-raw: ./wait-for-pkg-manager.sh |
| 57 | - shell: |
Fatih Degirmenci | 7a43976 | 2019-05-07 10:39:31 +0200 | [diff] [blame] | 58 | !include-raw: ./determine-scenario.sh |
| 59 | - inject: |
| 60 | properties-file: "$WORKSPACE/change.properties" |
| 61 | - description-setter: |
Fatih Degirmenci | f43a85d | 2019-08-28 09:38:46 +0000 | [diff] [blame] | 62 | description: $PROVISIONER_TYPE | $INSTALLER_TYPE | $DEPLOY_SCENARIO |
Fatih Degirmenci | 7a43976 | 2019-05-07 10:39:31 +0200 | [diff] [blame] | 63 | |
| 64 | - builder: |
Fatih Degirmenci | d48647d | 2019-04-10 09:36:03 +0200 | [diff] [blame] | 65 | name: 'cloud-infra-scenario-deploy-macro' |
| 66 | builders: |
| 67 | - shell: |
Fatih Degirmenci | 7a43976 | 2019-05-07 10:39:31 +0200 | [diff] [blame] | 68 | !include-raw: ./prepare-for-scenario-deploy.sh |
| 69 | - shell: |
Fatih Degirmenci | d48647d | 2019-04-10 09:36:03 +0200 | [diff] [blame] | 70 | !include-raw: ./cloud-infra-scenario-deploy.sh |
| 71 | |
| 72 | - builder: |
| 73 | name: 'cloud-infra-scenario-functest-macro' |
| 74 | builders: |
| 75 | - shell: |
Fatih Degirmenci | 7a43976 | 2019-05-07 10:39:31 +0200 | [diff] [blame] | 76 | !include-raw: ./prepare-for-scenario-test.sh |
| 77 | - shell: |
Fatih Degirmenci | d48647d | 2019-04-10 09:36:03 +0200 | [diff] [blame] | 78 | !include-raw: ./cloud-infra-scenario-test.sh |
Fatih Degirmenci | 7a43976 | 2019-05-07 10:39:31 +0200 | [diff] [blame] | 79 | |
Fatih Degirmenci | e504a2d | 2019-05-08 11:38:56 +0200 | [diff] [blame] | 80 | - builder: |
| 81 | name: 'scenario-deploy-macro' |
| 82 | builders: |
| 83 | - shell: |
| 84 | !include-raw: ./wait-for-pkg-manager.sh |
| 85 | - shell: |
| 86 | !include-raw: ./scenario-deploy.sh |
| 87 | |
| 88 | - builder: |
| 89 | name: 'scenario-functest-macro' |
| 90 | builders: |
| 91 | - shell: |
| 92 | !include-raw: ./prepare-for-testfw-verify.sh |
| 93 | - shell: |
| 94 | !include-raw: ./scenario-functest.sh |
| 95 | |
| 96 | - builder: |
| 97 | name: 'scenario-yardstick-macro' |
| 98 | builders: |
| 99 | - shell: |
| 100 | !include-raw: ./prepare-for-testfw-verify.sh |
| 101 | - shell: |
| 102 | !include-raw: ./scenario-yardstick.sh |
| 103 | |
| 104 | - builder: |
| 105 | name: 'scenario-promote-macro' |
| 106 | builders: |
| 107 | - shell: |
| 108 | !include-raw: ./scenario-promote.sh |
| 109 | |
Fatih Degirmenci | 0c0e67a | 2019-04-09 08:39:51 +0200 | [diff] [blame] | 110 | # vim: set ts=2 sw=2 expandtab: |