| bcr_test_module: | |
| module_path: "e2e/smoke" | |
| matrix: | |
| platform: ["debian11", "ubuntu2004"] | |
| bazel: ["8.x", "7.x"] | |
| tasks: | |
| run_tests: | |
| name: "Run test module" | |
| platform: ${{ platform }} | |
| bazel: ${{ bazel }} | |
| shell_commands: | |
| - sudo apt-get update | |
| - sudo apt-get install -y device-tree-compiler | |
| test_targets: | |
| - "//..." |