Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .bazelci/build_bazel_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ platforms:
build_flags:
- "-c"
- "opt"
ubuntu2004:
ubuntu2404_arm64:
build_targets:
- "//src:bazel"
- "//src:bazel_nojdk"
build_flags:
- "-c"
- "opt"
ubuntu2004_arm64:
# https://github.com/bazelbuild/continuous-integration/issues/2353
- "--linkopt=-Wl,--no-fix-cortex-a53-843419"
- "--host_linkopt=-Wl,--no-fix-cortex-a53-843419"
ubuntu2404:
build_targets:
- "//src:bazel"
- "//src:bazel_nojdk"
build_flags:
- "-c"
- "opt"
# https://github.com/bazelbuild/continuous-integration/issues/2353
- "--linkopt=-Wl,--no-fix-cortex-a53-843419"
- "--host_linkopt=-Wl,--no-fix-cortex-a53-843419"
ubuntu2404:
ubuntu2204:
build_targets:
- "//src:bazel"
- "//src:bazel_nojdk"
Expand Down
34 changes: 2 additions & 32 deletions .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ tasks:
include_json_profile:
- build
- test
ubuntu2004_clang:
platform: ubuntu2004
ubuntu2404_clang:
platform: ubuntu2404
environment:
CC: clang
CC_CONFIGURE_DEBUG: 1
Expand All @@ -126,36 +126,6 @@ tasks:
include_json_profile:
- build
- test
ubuntu2004:
shell_commands:
- rm -rf $HOME/bazeltest
- mkdir $HOME/bazeltest
build_flags:
- "--config=ci-linux"
build_targets:
- "//src:bazel"
- "//src:bazel_jdk_minimal"
- "//src:test_repos"
- "//src/main/java/..."
test_flags:
- "--config=ci-linux"
test_targets:
- "//scripts/..."
- "//src/java_tools/..."
- "//src/main/starlark/tests/builtins_bzl/..."
- "//src/test/..."
- "//src/tools/execlog/..."
- "//src/tools/one_version/..."
- "//src/tools/singlejar/..."
- "//src/tools/workspacelog/..."
- "//third_party/ijar/..."
- "//tools/aquery_differ/..."
- "//tools/python/..."
- "//tools/bash/..."
- "//tools/test/..."
include_json_profile:
- build
- test
macos:
shards: 5
shell_commands:
Expand Down
39 changes: 4 additions & 35 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ tasks:
include_json_profile:
- build
- test
ubuntu2004_clang:
platform: ubuntu2004
ubuntu2404_clang:
platform: ubuntu2404
environment:
CC: clang
CC_CONFIGURE_DEBUG: 1
Expand All @@ -128,37 +128,6 @@ tasks:
include_json_profile:
- build
- test
ubuntu2004:
shards: 4
shell_commands:
- rm -rf $HOME/bazeltest
- mkdir $HOME/bazeltest
build_flags:
- "--config=ci-linux"
build_targets:
- "//src:bazel"
- "//src:bazel_jdk_minimal"
- "//src:test_repos"
- "//src/main/java/..."
test_flags:
- "--config=ci-linux"
test_targets:
- "//scripts/..."
- "//src/java_tools/..."
- "//src/main/starlark/tests/builtins_bzl/..."
- "//src/test/..."
- "//src/tools/execlog/..."
- "//src/tools/one_version/..."
- "//src/tools/singlejar/..."
- "//src/tools/workspacelog/..."
- "//third_party/ijar/..."
- "//tools/aquery_differ/..."
- "//tools/python/..."
- "//tools/bash/..."
- "//tools/test/..."
include_json_profile:
- build
- test
macos:
shards: 10
shell_commands:
Expand Down Expand Up @@ -367,8 +336,8 @@ tasks:
include_json_profile:
- build
- test
docs_ubuntu2004:
platform: ubuntu2004
docs_ubuntu2404:
platform: ubuntu2404
name: "Docs"
build_flags:
- "--config=docs"
Expand Down