Skip to content

Commit

Permalink
Exclude more
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Nov 14, 2024
1 parent 1c8a2e5 commit 75ef174
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ tasks:
- "//..."
test_targets:
- "//..."
# Nogo includes/excludes doesn't work before bazel 7
- "-//tests/core/nogo/includes_excludes:includes_exclude_test"
# _repo_mapping is missing
- "-//tests/runfiles:runfiles_test"
ubuntu2004:
# enable some unflipped incompatible flags on this platform to ensure we don't regress.
build_flags:
Expand Down Expand Up @@ -104,6 +108,10 @@ tasks:
- '--keep_going'
build_targets:
- "//..."
- "-//tests/core/cgo:generated_dylib_client"
- "-//tests/core/cgo:generated_dylib_test"
- "-//tests/core/go_plugin/..."
- "-//tests/core/go_plugin_with_proto_library/..."
test_flags:
- '--action_env=PATH=C:\tools\msys64\usr\bin;C:\tools\msys64\bin;C:\tools\msys64\mingw64\bin;C:\python3\Scripts\;C:\python3;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\ProgramData\GooGet;C:\Program Files\Google\Compute Engine\metadata_scripts;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\Program Files\Google\Compute Engine\sysprep;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\tools\msys64\usr\bin;c:\openjdk\bin;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\CMake\bin;c:\ninja;c:\bazel;c:\buildkite'
# On Windows CI, bazel (bazelisk) needs %LocalAppData% to find the cache directory.
Expand All @@ -115,6 +123,10 @@ tasks:
- '--keep_going'
test_targets:
- "//..."
- "-//tests/core/cgo:generated_dylib_client"
- "-//tests/core/cgo:generated_dylib_test"
- "-//tests/core/go_plugin/..."
- "-//tests/core/go_plugin_with_proto_library/..."
# The following configurations test a seperate WORKSPACE under the examples folder
ubuntu2004_examples:
name: Examples test on Ubuntu
Expand Down

0 comments on commit 75ef174

Please sign in to comment.