[6.6.0] Match postsubmit jobs with presubmit #28193
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes postsubmit job failures after merging #27463 by aligning the
.bazelcipostsubmit jobs with.bazelci/presubmit.yml. Specifically:Disabled Android setup and test targets due to infrastructure changes (including but not limited to Update Android build tools to 36.1.0 and remove old versions continuous-integration#2408).
Updated the
ubuntu2004jobs toubuntu2004_java11(not that it should matter after the*_for_testingrepo fix from [6.6.0] Fixes for using recent Xcodes and macOS 26 #27463).Updated the
xcode_versionofmacosjobs.Contains other touch-ups to synchronize build images, build flags, test flags, and test targets, as well as to make minor formatting changes.
Produced most changes via:
vimdiff .bazelci/p{re,ost}submit.yml. The remaining differences are:No sharding in postsubmit jobs.
Setting
--noremote_accept_cachedin postsubmit jobsIncluding
include_json_profileblocks in postsubmit jobs.The
kythe_ubuntu2004job setsindex_upload_gcstoFalsein presubmit andTruein postsubmit.The
docs_ubuntu1804job only exists in presubmit.Part of #28177.