forked from autowarefoundation/autoware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.webauto-ci.yaml
37 lines (34 loc) · 847 Bytes
/
.webauto-ci.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
version: 2
artifacts:
- name: main
build:
type: tier4/universe/main/amd64/v1
simulations:
- name: lexus_planning_sim
type: planning_sim_v2
simulator:
deployment:
type: container
artifact: main
runtime:
type: simulator/standard1/amd64/medium
cpu: 8
memory: 16384
parameters:
launch_autoware: "true"
autoware_launch_package: autoware_launch
autoware_launch_file: planning_simulator.launch.xml
architecture_type: awf/universe
vehicle_model: sample_vehicle
sensor_model: sample_sensor_kit
initialize_duration: "45"
release:
components:
- name: planning
deployment:
type: container
artifact: main
- name: perception
deployment:
type: container
artifact: main