aboutsummaryrefslogtreecommitdiff
path: root/.bazelci/presubmit.yml
blob: 2ea8c132b2d748ed9e5478986fe7aede689509c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
buildifier: latest
validate_config: 1
matrix:
  platform: ["ubuntu2004", "windows", "macos"]
  bazel: ["latest", "5.x"]
tasks:
  all_tests_workspace:
    name: Workspace
    platform: ${{platform}}
    bazel: ${{bazel}}
    test_targets:
      - "..."
  all_tests_bzlmod:
    name: Bzlmod
    platform: ${{platform}}
    bazel: latest
    test_flags:
      - "--enable_bzlmod"
      - "--test_tag_filters=-skip-bzlmod"
    test_targets:
      - "..."

  e2e_bzlmod:
    platform: ${{platform}}
    working_directory: e2e/bzlmod
    test_flags:
      - "--enable_bzlmod"
    test_targets:
      - "..."