blob: fca7d8b1903ef895baa95690476f2ea5c9f372b3 [file] [log] [blame]
Joey Armstrong3f575f72023-01-15 23:49:19 -05001# -----------------------------------------------------------------------
Joey Armstrong6a9013e2024-02-01 17:56:57 -05002# Copyright 2021-2024 Open Networking Foundation (ONF) and the ONF Contributors
Joey Armstrong3f575f72023-01-15 23:49:19 -05003#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15# -----------------------------------------------------------------------
16---
Hung-Wei Chiu9708ed82021-04-14 14:20:08 -070017- project:
18 archive-artifacts: '**/*.log'
19 branch: 'master'
20 build-timeout: '60'
21 build-node: 'ubuntu18.04-basebuild-1c-1g'
22
23 jobs:
24 - '{project-name}-packer-jobs':
25 platforms:
26 - 'ubuntu-18.04'
27 templates:
28 - basebuild_1804
29
30 name: packer-jobs
31 project: 'ci-management'
32 project-name: 'ci-management-ami'
33
34 jjb-version: 3.2.0
35 packer-version: 1.6.5
36 packer-builder: aws
Joey Armstrongaf679da2023-01-31 14:22:41 -050037
38# [EOF]