Skip to content

Commit

Permalink
Enable more tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Jan 9, 2025
1 parent 4c9a320 commit 9cb0c2b
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ tasks:
name: Ubuntu 22.04 with WORKSPACE
platform: ubuntu2204
build_flags:
- "--noexperimental_enable_bzlmod"
- "--noenable_bzlmod"
test_flags:
- "--noexperimental_enable_bzlmod"
- "--noenable_bzlmod"
build_targets:
- "..."
run_targets:
Expand Down Expand Up @@ -91,14 +91,13 @@ tasks:
test_targets:
- "..."
- "-//internal:bazel_test"
- "-//cmd/gazelle:gazelle_test"
macos_arm64:
name: Mac OS Arm 64 with WORKSPACE
platform: macos_arm64
build_flags:
- "--noexperimental_enable_bzlmod"
- "--noenable_bzlmod"
test_flags:
- "--noexperimental_enable_bzlmod"
- "--noenable_bzlmod"
build_targets:
- "..."
test_targets:
Expand All @@ -114,7 +113,6 @@ tasks:
test_targets:
- "..."
- "-//internal:bazel_test"
- "-//cmd/gazelle:gazelle_test"
macos:
name: Mac OS with WORKSPACE
platform: macos
Expand All @@ -136,7 +134,6 @@ tasks:
test_targets:
- "--"
- "..."
- "-//cmd/gazelle:gazelle_test"
# autogazelle is only supported on UNIX-like platforms.
# It requires UNIX domain sockets.
- "-//cmd/autogazelle/..."
Expand Down Expand Up @@ -179,14 +176,14 @@ tasks:
name: Ubuntu 22.04 with WORKSPACE and --config=incompatible
platform: ubuntu2204
build_flags:
- "--noexperimental_enable_bzlmod"
- "--noenable_bzlmod"
- "--config=incompatible"
build_targets:
- "..."
run_targets:
- "//:gazelle_ci"
test_flags:
- "--noexperimental_enable_bzlmod"
- "--noenable_bzlmod"
- "--config=incompatible"
test_targets:
- "..."

0 comments on commit 9cb0c2b

Please sign in to comment.