You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attributes for updating Test Optimization service settings.
103015
103011
All non-required fields are optional; only provided fields will be updated.
103016
-
Setting a field to `null` is a no-op. To reset a setting to inherit from the repository level, use the corresponding `<setting>_inherit` field.
103017
103012
properties:
103018
103013
auto_test_retries_enabled:
103019
-
description: Whether Auto Test Retries are enabled for this service. Setting to `null` is a no-op; use `auto_test_retries_enabled_inherit` to reset to repository-level inheritance.
103020
-
example: false
103021
-
type: boolean
103022
-
auto_test_retries_enabled_inherit:
103023
-
description: When `true`, resets the Auto Test Retries setting to inherit from the repository level.
103014
+
description: Whether Auto Test Retries are enabled for this service.
103024
103015
example: false
103025
103016
type: boolean
103026
103017
code_coverage_enabled:
103027
-
description: Whether Code Coverage is enabled for this service. Setting to `null` is a no-op; use `code_coverage_enabled_inherit` to reset to repository-level inheritance.
103028
-
example: false
103029
-
type: boolean
103030
-
code_coverage_enabled_inherit:
103031
-
description: When `true`, resets the Code Coverage setting to inherit from the repository level.
103018
+
description: Whether Code Coverage is enabled for this service.
103032
103019
example: false
103033
103020
type: boolean
103034
103021
early_flake_detection_enabled:
103035
-
description: Whether Early Flake Detection is enabled for this service. Setting to `null` is a no-op; use `early_flake_detection_enabled_inherit` to reset to repository-level inheritance.
103036
-
example: false
103037
-
type: boolean
103038
-
early_flake_detection_enabled_inherit:
103039
-
description: When `true`, resets the Early Flake Detection setting to inherit from the repository level.
103022
+
description: Whether Early Flake Detection is enabled for this service.
103040
103023
example: false
103041
103024
type: boolean
103042
103025
env:
103043
103026
description: The environment name. If omitted, defaults to `none`.
103044
103027
example: prod
103045
103028
type: string
103046
103029
failed_test_replay_enabled:
103047
-
description: Whether Failed Test Replay is enabled for this service. Setting to `null` is a no-op; use `failed_test_replay_enabled_inherit` to reset to repository-level inheritance.
103048
-
example: false
103049
-
type: boolean
103050
-
failed_test_replay_enabled_inherit:
103051
-
description: When `true`, resets the Failed Test Replay setting to inherit from the repository level.
103030
+
description: Whether Failed Test Replay is enabled for this service.
103052
103031
example: false
103053
103032
type: boolean
103054
103033
pr_comments_enabled:
103055
-
description: This field is ignored. PR Comments cannot be overridden at the service level.
103056
-
example: false
103034
+
description: Whether PR Comments are enabled for this service.
103035
+
example: true
103057
103036
type: boolean
103058
103037
repository_id:
103059
103038
description: The repository identifier.
@@ -103066,12 +103045,8 @@ components:
103066
103045
minLength: 1
103067
103046
type: string
103068
103047
test_impact_analysis_enabled:
103069
-
description: Whether Test Impact Analysis is enabled for this service. Setting to `null` is a no-op; use `test_impact_analysis_enabled_inherit` to reset to repository-level inheritance.
103070
-
example: true
103071
-
type: boolean
103072
-
test_impact_analysis_enabled_inherit:
103073
-
description: When `true`, resets the Test Impact Analysis setting to inherit from the repository level.
103074
-
example: true
103048
+
description: Whether Test Impact Analysis is enabled for this service.
103049
+
example: false
103075
103050
type: boolean
103076
103051
required:
103077
103052
- repository_id
@@ -121153,9 +121128,7 @@ paths:
121153
121128
patch:
121154
121129
description: |-
121155
121130
Partially update Test Optimization settings for a specific service identified by repository, service name, and environment.
121156
-
Only provided fields are updated; setting a field to `null` is a no-op.
121157
-
To reset a setting to inherit from the repository level, use the corresponding `<setting>_inherit` field.
121158
-
The `pr_comments_enabled` field is ignored as it cannot be overridden at the service level.
121131
+
Only provided fields are updated; null or omitted fields are left unchanged.
0 commit comments