diff --git a/reference/command-line-reference.mdx b/reference/command-line-reference.mdx index d03efb57..8638ef5c 100644 --- a/reference/command-line-reference.mdx +++ b/reference/command-line-reference.mdx @@ -794,6 +794,12 @@ This option affects semantics of the Starlark language or the build API accessib Tags: [`loading_and_analysis`](#effect_tag_LOADING_AND_ANALYSIS), [`incompatible_change`](#metadata_tag_INCOMPATIBLE_CHANGE) +`--[no]incompatible_stop_exporting_language_modules` default: "false" +: If enabled, certain language-specific modules (such as `cc_common`) are unavailable in user .bzl files and may only be called from their respective rules repositories. + + Tags: + [`loading_and_analysis`](#effect_tag_LOADING_AND_ANALYSIS), [`incompatible_change`](#metadata_tag_INCOMPATIBLE_CHANGE) + `--[no]incompatible_unambiguous_label_stringification` default: "true" : When true, Bazel will stringify the label @//foo:bar to @//foo:bar, instead of //foo:bar. This only affects the behavior of str(), the % operator, and so on; the behavior of repr() is unchanged. See https://github.com/bazelbuild/bazel/issues/15916 for more information. @@ -3500,6 +3506,12 @@ Miscellaneous options, not otherwise categorized.: `--test_filter=` default: see description : Specifies a filter to forward to the test framework. Used to limit the tests run. Note that this does not affect which targets are built. +`--test_result_expiration=` default: "-1" +: This option is deprecated and has no effect. + + Tags: + [`deprecated`](#metadata_tag_DEPRECATED) + `--[no]test_runner_fail_fast` default: "false" : Forwards fail fast option to the test runner. The test runner should stop execution upon first failure. @@ -3646,7 +3658,7 @@ Options that control build execution: [`execution`](#effect_tag_EXECUTION) `--experimental_sandbox_limits=) eg. "HOST_CPUS", "HOST_CPUS*.5">` multiple uses are accumulated -: If > 0, each Linux sandbox will be limited to the given amount for the specified resource. This overrides --experimental_sandbox_memory_limit_mb. Requires cgroups v1 or v2 and permissions for the users to the cgroups dir. +: If > 0, each Linux sandbox will be limited to the given amount for the specified resource. Requires --incompatible_use_new_cgroup_implementation and overrides --experimental_sandbox_memory_limit_mb. Requires cgroups v1 or v2 and permissions for the users to the cgroups dir. Tags: [`execution`](#effect_tag_EXECUTION) @@ -3741,6 +3753,12 @@ Options that control build execution: Tags: [`execution`](#effect_tag_EXECUTION) +`--[no]incompatible_use_new_cgroup_implementation` default: "true" +: If true, use the new implementation for cgroups. The old implementation only supports the memory controller and ignores the value of --experimental_sandbox_limits. + + Tags: + [`execution`](#effect_tag_EXECUTION) + `--[no]internal_spawn_scheduler` default: "true" : Placeholder option so that we can tell in Blaze whether the spawn scheduler was enabled. @@ -6124,6 +6142,12 @@ Miscellaneous options, not otherwise categorized.: `--test_filter=` default: see description : Specifies a filter to forward to the test framework. Used to limit the tests run. Note that this does not affect which targets are built. +`--test_result_expiration=` default: "-1" +: This option is deprecated and has no effect. + + Tags: + [`deprecated`](#metadata_tag_DEPRECATED) + `--[no]test_runner_fail_fast` default: "false" : Forwards fail fast option to the test runner. The test runner should stop execution upon first failure. @@ -7893,6 +7917,12 @@ Miscellaneous options, not otherwise categorized.: `--test_filter=` default: see description : Specifies a filter to forward to the test framework. Used to limit the tests run. Note that this does not affect which targets are built. +`--test_result_expiration=` default: "-1" +: This option is deprecated and has no effect. + + Tags: + [`deprecated`](#metadata_tag_DEPRECATED) + `--[no]test_runner_fail_fast` default: "false" : Forwards fail fast option to the test runner. The test runner should stop execution upon first failure. @@ -9495,6 +9525,12 @@ Miscellaneous options, not otherwise categorized.: `--test_filter=` default: see description : Specifies a filter to forward to the test framework. Used to limit the tests run. Note that this does not affect which targets are built. +`--test_result_expiration=` default: "-1" +: This option is deprecated and has no effect. + + Tags: + [`deprecated`](#metadata_tag_DEPRECATED) + `--[no]test_runner_fail_fast` default: "false" : Forwards fail fast option to the test runner. The test runner should stop execution upon first failure. @@ -12443,6 +12479,12 @@ Miscellaneous options, not otherwise categorized.: `--test_filter=` default: see description : Specifies a filter to forward to the test framework. Used to limit the tests run. Note that this does not affect which targets are built. +`--test_result_expiration=` default: "-1" +: This option is deprecated and has no effect. + + Tags: + [`deprecated`](#metadata_tag_DEPRECATED) + `--[no]test_runner_fail_fast` default: "false" : Forwards fail fast option to the test runner. The test runner should stop execution upon first failure. diff --git a/reference/test-encyclopedia.mdx b/reference/test-encyclopedia.mdx index 24821ada..eade94bc 100644 --- a/reference/test-encyclopedia.mdx +++ b/reference/test-encyclopedia.mdx @@ -453,7 +453,7 @@ The initial environment block shall be composed as follows: Location to which test actions should write a test result XML output file. Otherwise, Bazel generates a default XML output file wrapping the test log as part of the test action. The XML schema is based on the - JUnit test result schema. optional diff --git a/upstream b/upstream index 02787e4b..2b436829 160000 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit 02787e4b1216e23f1141dd8ffb3637df2c3a86dc +Subproject commit 2b436829b88a5c50f3d00044dbb8e6308b01923b diff --git a/versions/7.6.1/reference/test-encyclopedia.mdx b/versions/7.6.1/reference/test-encyclopedia.mdx index 9109dcd2..2c6847cd 100644 --- a/versions/7.6.1/reference/test-encyclopedia.mdx +++ b/versions/7.6.1/reference/test-encyclopedia.mdx @@ -446,7 +446,7 @@ The initial environment block shall be composed as follows: Location to which test actions should write a test result XML output file. Otherwise, Bazel generates a default XML output file wrapping the test log as part of the test action. The XML schema is based on the - + JUnit test result schema diff --git a/versions/7.7.1/reference/test-encyclopedia.mdx b/versions/7.7.1/reference/test-encyclopedia.mdx index 2d0a13ee..24044838 100644 --- a/versions/7.7.1/reference/test-encyclopedia.mdx +++ b/versions/7.7.1/reference/test-encyclopedia.mdx @@ -442,7 +442,7 @@ The initial environment block shall be composed as follows: XML_OUTPUT_FILE - Location to which test actions should write a test result XML output file. Otherwise, Bazel generates a default XML output file wrapping the test log as part of the test action. The XML schema is based on the JUnit test result schema. + Location to which test actions should write a test result XML output file. Otherwise, Bazel generates a default XML output file wrapping the test log as part of the test action. The XML schema is based on the JUnit test result schema. optional diff --git a/versions/8.0.1/reference/test-encyclopedia.mdx b/versions/8.0.1/reference/test-encyclopedia.mdx index cf7844b4..70cb7f4b 100644 --- a/versions/8.0.1/reference/test-encyclopedia.mdx +++ b/versions/8.0.1/reference/test-encyclopedia.mdx @@ -446,7 +446,7 @@ The initial environment block shall be composed as follows: Location to which test actions should write a test result XML output file. Otherwise, Bazel generates a default XML output file wrapping the test log as part of the test action. The XML schema is based on the - JUnit test result schema. optional diff --git a/versions/8.1.1/reference/test-encyclopedia.mdx b/versions/8.1.1/reference/test-encyclopedia.mdx index dfae507f..84dffce1 100644 --- a/versions/8.1.1/reference/test-encyclopedia.mdx +++ b/versions/8.1.1/reference/test-encyclopedia.mdx @@ -446,7 +446,7 @@ The initial environment block shall be composed as follows: Location to which test actions should write a test result XML output file. Otherwise, Bazel generates a default XML output file wrapping the test log as part of the test action. The XML schema is based on the - JUnit test result schema. optional diff --git a/versions/8.2.1/reference/test-encyclopedia.mdx b/versions/8.2.1/reference/test-encyclopedia.mdx index 1e79e320..d137a7f2 100644 --- a/versions/8.2.1/reference/test-encyclopedia.mdx +++ b/versions/8.2.1/reference/test-encyclopedia.mdx @@ -446,7 +446,7 @@ The initial environment block shall be composed as follows: Location to which test actions should write a test result XML output file. Otherwise, Bazel generates a default XML output file wrapping the test log as part of the test action. The XML schema is based on the - JUnit test result schema. optional diff --git a/versions/8.3.1/reference/test-encyclopedia.mdx b/versions/8.3.1/reference/test-encyclopedia.mdx index f284b907..816d179e 100644 --- a/versions/8.3.1/reference/test-encyclopedia.mdx +++ b/versions/8.3.1/reference/test-encyclopedia.mdx @@ -446,7 +446,7 @@ The initial environment block shall be composed as follows: Location to which test actions should write a test result XML output file. Otherwise, Bazel generates a default XML output file wrapping the test log as part of the test action. The XML schema is based on the - JUnit test result schema. + JUnit test result schema. optional diff --git a/versions/8.4.2/reference/test-encyclopedia.mdx b/versions/8.4.2/reference/test-encyclopedia.mdx index fbcfec2c..b2b7458b 100644 --- a/versions/8.4.2/reference/test-encyclopedia.mdx +++ b/versions/8.4.2/reference/test-encyclopedia.mdx @@ -446,7 +446,7 @@ The initial environment block shall be composed as follows: Location to which test actions should write a test result XML output file. Otherwise, Bazel generates a default XML output file wrapping the test log as part of the test action. The XML schema is based on the - JUnit test result schema. optional diff --git a/versions/8.5.1/reference/test-encyclopedia.mdx b/versions/8.5.1/reference/test-encyclopedia.mdx index c07e60c3..e6f45daf 100644 --- a/versions/8.5.1/reference/test-encyclopedia.mdx +++ b/versions/8.5.1/reference/test-encyclopedia.mdx @@ -446,7 +446,7 @@ The initial environment block shall be composed as follows: Location to which test actions should write a test result XML output file. Otherwise, Bazel generates a default XML output file wrapping the test log as part of the test action. The XML schema is based on the - JUnit test result schema. optional diff --git a/versions/8.6.0/reference/test-encyclopedia.mdx b/versions/8.6.0/reference/test-encyclopedia.mdx index e8522a8f..8d8539a2 100644 --- a/versions/8.6.0/reference/test-encyclopedia.mdx +++ b/versions/8.6.0/reference/test-encyclopedia.mdx @@ -454,7 +454,7 @@ The initial environment block shall be composed as follows: Location to which test actions should write a test result XML output file. Otherwise, Bazel generates a default XML output file wrapping the test log as part of the test action. The XML schema is based on the - JUnit test result schema. optional diff --git a/versions/8.7.0/reference/test-encyclopedia.mdx b/versions/8.7.0/reference/test-encyclopedia.mdx index cc63c3b5..6245c6f7 100644 --- a/versions/8.7.0/reference/test-encyclopedia.mdx +++ b/versions/8.7.0/reference/test-encyclopedia.mdx @@ -453,7 +453,7 @@ The initial environment block shall be composed as follows: Location to which test actions should write a test result XML output file. Otherwise, Bazel generates a default XML output file wrapping the test log as part of the test action. The XML schema is based on the - JUnit test result schema. optional diff --git a/versions/9.0.0/reference/test-encyclopedia.mdx b/versions/9.0.0/reference/test-encyclopedia.mdx index 0a0cb45b..dc8baddd 100644 --- a/versions/9.0.0/reference/test-encyclopedia.mdx +++ b/versions/9.0.0/reference/test-encyclopedia.mdx @@ -446,7 +446,7 @@ The initial environment block shall be composed as follows: Location to which test actions should write a test result XML output file. Otherwise, Bazel generates a default XML output file wrapping the test log as part of the test action. The XML schema is based on the - JUnit test result schema. optional diff --git a/versions/9.1.0/reference/test-encyclopedia.mdx b/versions/9.1.0/reference/test-encyclopedia.mdx index 2532e1a8..c3ebe311 100644 --- a/versions/9.1.0/reference/test-encyclopedia.mdx +++ b/versions/9.1.0/reference/test-encyclopedia.mdx @@ -453,7 +453,7 @@ The initial environment block shall be composed as follows: Location to which test actions should write a test result XML output file. Otherwise, Bazel generates a default XML output file wrapping the test log as part of the test action. The XML schema is based on the - JUnit test result schema. optional