| bcr_test_module: | |
| module_path: "e2e/smoke" | |
| matrix: | |
| platform: ["debian10", "macos", "ubuntu2004"] | |
| # last_rc is to get latest 8.x release. Replace with 8.x when available. | |
| bazel: [7.x, last_rc] | |
| tasks: | |
| run_tests: | |
| name: "Run test module" | |
| bazel: ${{ bazel }} | |
| platform: ${{ platform }} | |
| test_targets: | |
| - "//..." |