-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathartefacts.yaml
More file actions
44 lines (38 loc) · 940 Bytes
/
artefacts.yaml
File metadata and controls
44 lines (38 loc) · 940 Bytes
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
38
39
40
41
42
43
44
project: artefacts-demos/go2-demo
version: 0.1.0
jobs:
unit_tests:
type: test
timeout: 15 # minutes
package:
docker:
build:
dockerfile: empty
runtime:
framework: other
simulator: isaac_sim
scenarios:
settings:
- name: navigator_unit_tests
pytest_file: "nodes/navigator/tests"
- name: policy_controller_unit_tests
pytest_file: "nodes/policy_controller/tests"
waypoint_missions:
type: test
timeout: 20 # minutes
package:
docker:
build:
dockerfile: empty
runtime:
framework: other
simulator: isaac_sim
scenarios:
settings:
- name: pose_based_waypoint_mission_test
params:
policy:
- baseline
- stumbling
metrics: metrics.json
run: "uv run dataflow --test-waypoint-poses"