Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Nov 14, 2024
1 parent 88cff95 commit 7fbd58f
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,14 @@ tasks:
- "//..."
- "-//tests/core/cgo:generated_dylib_client"
- "-//tests/core/cgo:generated_dylib_test"
- "-//tests/legacy/examples/cgo:generate_go_src"
- "-//tests/legacy/examples/cgo:cgo_lib_test"
- "-//tests/legacy/examples/cgo:go_default_library"
- "-//tests/legacy/examples/cgo/cc_dependency:version"
- "-//tests/legacy/examples/cgo/cc_dependency:c_version_so"
# Plugins aren't supported on Windows.
- "-//tests/core/go_plugin/..."
- "-//tests/core/go_plugin_with_proto_library/..."
- "-//tests/legacy/examples/cgo/..."
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 @@ -123,7 +128,6 @@ tasks:
- "--test_env=PATH"
test_targets:
- "//..."
- "-//docs/..."
- "-//go/tools/builders:stdliblist_test"
- "-//tests:buildifier_test"
- "-//tests/core/cgo:generated_dylib_client"
Expand All @@ -133,8 +137,6 @@ tasks:
- "-//tests/core/coverage:issue3017_test"
- "-//tests/core/go_binary:go_default_test"
- "-//tests/core/go_path:go_path_test"
- "-//tests/core/go_plugin/..."
- "-//tests/core/go_plugin_with_proto_library/..."
- "-//tests/core/go_test:data_test"
- "-//tests/core/go_test:pwd_test"
- "-//tests/core/nogo/coverage:coverage_cgo_test"
Expand All @@ -143,7 +145,11 @@ tasks:
- "-//tests/core/stdlib:buildid_test"
- "-//tests/examples/executable_name:executable_name"
- "-//tests/integration/reproducibility:reproducibility_test"
- "-//tests/legacy/examples/cgo/..."
- "-//tests/legacy/examples/cgo:generate_go_src"
- "-//tests/legacy/examples/cgo:cgo_lib_test"
- "-//tests/legacy/examples/cgo:go_default_library"
- "-//tests/legacy/examples/cgo/cc_dependency:version"
- "-//tests/legacy/examples/cgo/cc_dependency:c_version_so"
- "-//tests/legacy/extldflags_rpath:extldflags_rpath_test"
- "-//tests/legacy/info:info"
- "-//tests/legacy/test_rundir:go_default_test"
Expand All @@ -153,6 +159,11 @@ tasks:
- "-@org_golang_x_text//language:language_test"
- "-@org_golang_x_tools//cmd/splitdwarf/internal/macho:macho_test"
- "-@test_chdir_remote//sub:go_default_test"
# Plugins aren't supported on Windows.
- "-//tests/core/go_plugin/..."
- "-//tests/core/go_plugin_with_proto_library/..."
# TODO: Update stardoc for consistent line endings.
- "-//docs:all"
# The following configurations test a seperate WORKSPACE under the examples folder
ubuntu2004_examples:
name: Examples test on Ubuntu
Expand Down

0 comments on commit 7fbd58f

Please sign in to comment.