| bcr_test_module: | |
| module_path: e2e | |
| matrix: | |
| bazel: | |
| - 7.x | |
| platform: | |
| - debian10 | |
| - ubuntu2004 | |
| - macos | |
| # TODO: enable this once `ape` has working launcher for Apple silicon | |
| # - macos_arm64 | |
| # TODO: enable this once the `gitlab.arm.com` does not use a self-signed certificate | |
| # TODO: enable this once `curl_upload_file` has a Batch script to work on Windows | |
| # - windows | |
| tasks: | |
| run_tests: | |
| name: Run end-to-end Tests | |
| bazel: ${{ bazel }} | |
| platform: ${{ platform }} | |
| test_targets: | |
| - "//..." |