diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index c0e246b..7f22478 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,14 +2,11 @@ bcr_test_module: module_path: "e2e/smoke" matrix: platform: ["debian11", "ubuntu2004"] - bazel: ["8.x", "7.x"] + bazel: ["8.x", "7.x", "9.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: - "//..."