| # ----------------------------------------------------------------------- |
| # Copyright 2021-2023 Open Networking Foundation (ONF) and the ONF Contributors |
| # |
| # 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. |
| # ----------------------------------------------------------------------- |
| --- |
| - project: |
| archive-artifacts: '**/*.log' |
| branch: 'master' |
| build-timeout: '60' |
| build-node: 'ubuntu18.04-basebuild-1c-1g' |
| |
| jobs: |
| - '{project-name}-packer-jobs': |
| platforms: |
| - 'ubuntu-18.04' |
| templates: |
| - basebuild_1804 |
| |
| name: packer-jobs |
| project: 'ci-management' |
| project-name: 'ci-management-ami' |
| |
| jjb-version: 3.2.0 |
| packer-version: 1.6.5 |
| packer-builder: aws |
| |
| # [EOF] |