Skip to content

Commit

Permalink
Fetch test_repos in the old way
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Sep 7, 2023
1 parent daa6e36 commit e070a9b
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 291 deletions.
14 changes: 7 additions & 7 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ tasks:
- "//scripts/packages:with-jdk/install.sh"
- "//src:bazel"
- "//src:bazel_jdk_minimal"
- "//src:test_repos"
- "//src/main/java/..."
- "@test_repos//:srcs"
test_flags:
- "--config=ci-linux"
# Override REMOTE_NETWORK_ADDRESS since bazel_sandboxing_networking_test doesn't work on this platform
Expand Down Expand Up @@ -68,8 +68,8 @@ tasks:
build_targets:
- "//src:bazel"
- "//src:bazel_jdk_minimal"
- "//src:test_repos"
- "//src/main/java/..."
- "@test_repos//:srcs"
test_flags:
- "--config=ci-linux"
- "--test_tag_filters=-no_1804"
Expand Down Expand Up @@ -116,8 +116,8 @@ tasks:
build_targets:
- "//src:bazel"
- "//src:bazel_jdk_minimal"
- "//src:test_repos"
- "//src/main/java/..."
- "@test_repos//:srcs"
test_flags:
- "--config=ci-linux"
- "--test_tag_filters=-no_1804"
Expand All @@ -140,8 +140,8 @@ tasks:
build_targets:
- "//src:bazel"
- "//src:bazel_jdk_minimal"
- "//src:test_repos"
- "//src/main/java/..."
- "@test_repos//:srcs"
test_flags:
- "--config=ci-linux"
test_targets:
Expand Down Expand Up @@ -183,8 +183,8 @@ tasks:
build_targets:
- "//src:bazel"
- "//src:bazel_jdk_minimal"
- "//src:test_repos"
- "//src/main/java/..."
- "@test_repos//:srcs"
test_flags:
- "--config=ci-macos"
# Fine tune the number of test jobs running in parallel to avoid timeout
Expand Down Expand Up @@ -248,8 +248,8 @@ tasks:
build_targets:
- "//src:bazel"
- "//src:bazel_jdk_minimal"
- "//src:test_repos"
- "//src/main/java/..."
- "@test_repos//:srcs"
test_flags:
- "--config=ci-macos"
test_targets:
Expand Down Expand Up @@ -354,8 +354,8 @@ tasks:
build_targets:
- "//src:bazel.exe"
- "//src:bazel_jdk_minimal"
- "//src:test_repos"
- "//src/main/java/..."
- "@test_repos//:srcs"
test_flags:
- "--config=ci-windows"
test_targets:
Expand Down
3 changes: 0 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,6 @@ use_repo(
"bazelci_rules",
)

test_repo_extension = use_extension("//:extensions.bzl", "test_repo_extension")
use_repo(test_repo_extension, "test_repos")

bazel_rbe_deps = use_extension("//:rbe_extension.bzl", "bazel_rbe_deps")
use_repo(bazel_rbe_deps, "rbe_ubuntu1804_java11")

Expand Down
Loading

0 comments on commit e070a9b

Please sign in to comment.