summaryrefslogtreecommitdiff
path: root/modules/ape/1.0.0-alpha.2/presubmit.yml
blob: 1e9d7587b3e81853f9bfbc43d4a3a9f9c551f742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
bcr_test_module:
  module_path: e2e
  matrix:
    bazel:
      - 7.x
    platform:
      - debian10
      - ubuntu2004
      - macos
      # TODO: module needs to build the custom launcher on Apple silicon
      # - macos_arm64
      # TODO: enable this once the `gitlab.arm.com` does not use a self-signed certificate
      # - windows
  tasks:
    run_tests:
      name: Run end-to-end Tests
      bazel: ${{ bazel }}
      platform: ${{ platform }}
      test_targets:
        - "//..."