| { | |
| "configs": [], | |
| "builds": [ | |
| { | |
| "name": "pw_smoke_tests", | |
| "build_config": { | |
| "name": "pw_smoke_test_config", | |
| "description": "Pigweed smoke tests on native_sim", | |
| "build_type": "bazel" | |
| }, | |
| "targets": [ | |
| "//pw_smoke_tests" | |
| ] | |
| } | |
| ], | |
| "tools": [], | |
| "groups": [ | |
| { | |
| "name": "default", | |
| "description": "Run Pigweed smoke tests on native_sim", | |
| "builds": [ | |
| "pw_smoke_tests" | |
| ] | |
| } | |
| ] | |
| } |