Home
last modified time | relevance | path

Searched full:allow_failure (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/autotest/server/cros/
H A Ddnsname_mangler.py44 allow_failure=False): argument
56 @param allow_failure: boolean True iff we should return None on failure to
58 @return string DNS name of companion device or None if |allow_failure|
66 if allow_failure:
94 allow_failure=False): argument
108 allow_failure=allow_failure)
113 allow_failure=False): argument
121 @param allow_failure: boolean True iff we should return None on failure to
131 allow_failure=allow_failure)
136 allow_failure=False): argument
[all …]
/aosp_15_r20/external/tensorflow/third_party/remote_config/
H A Dcommon.bzl14 def which(repository_ctx, program_name, allow_failure = False):
30 allow_failure = allow_failure,
39 allow_failure = allow_failure,
116 allow_failure = True,
126 allow_failure = True,
147 allow_failure = True,
154 allow_failure = True,
215 allow_failure = False):
223 allow_failure: bool, if True, an empty stdout result or output to stderr
229 if (result.stderr or not result.stdout) and not allow_failure:
/aosp_15_r20/external/eigen/ci/
H A Dtest.gitlab-ci.yml131 allow_failure: true
153 allow_failure: true
159 allow_failure: true
221 allow_failure: true
227 allow_failure: true
244 allow_failure: true
250 allow_failure: true
268 allow_failure: true
290 allow_failure: true
307 allow_failure: true
[all …]
H A Dbuild.gitlab-ci.yml170 allow_failure: true
182 allow_failure: true
195 allow_failure: true
207 allow_failure: true
/aosp_15_r20/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/
H A Dautoupdate_CannedOmahaUpdate.py19 def run_canned_update(self, allow_failure, update_url, interactive): argument
23 @param allow_failure: True if we dont raise an error on failure.
35 if not allow_failure:
44 allow_failure=False, argument
52 @param allow_failure: If true, failing the update is expected.
64 self.run_canned_update(allow_failure,
79 self.run_canned_update(allow_failure,
/aosp_15_r20/external/mesa3d/.gitlab-ci/
H A Dtest-source-dep.yml104 allow_failure: true
224 allow_failure: false
228 allow_failure: true
/aosp_15_r20/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/
H A DBuildStepOrBuilder.java667 * <code>bool allow_failure = 14;</code>
691 * only if the exit code is one of the specified codes. If allow_failure
705 * only if the exit code is one of the specified codes. If allow_failure
719 * only if the exit code is one of the specified codes. If allow_failure
H A DBuildStep.java943 * <code>bool allow_failure = 14;</code>
979 * only if the exit code is one of the specified codes. If allow_failure
996 * only if the exit code is one of the specified codes. If allow_failure
1012 * only if the exit code is one of the specified codes. If allow_failure
4437 * <code>bool allow_failure = 14;</code>
4455 * <code>bool allow_failure = 14;</code>
4477 * <code>bool allow_failure = 14;</code>
4554 * only if the exit code is one of the specified codes. If allow_failure
4572 * only if the exit code is one of the specified codes. If allow_failure
4588 * only if the exit code is one of the specified codes. If allow_failure
[all …]
/aosp_15_r20/external/pytorch/test/profiler/
H A Dtest_profiler_tree.py219 def assertTreesMatch(self, actual: str, expected: str, allow_failure: bool = False):
254 if allow_failure:
859 allow_failure=ALLOW_CUDA_FAILURE,
916 allow_failure=ALLOW_CUDA_FAILURE,
1128 allow_failure=ALLOW_CUDA_FAILURE,
/aosp_15_r20/external/autotest/server/site_tests/autoupdate_MiniOS/
H A Dautoupdate_MiniOS.py181 allow_failure=not with_os)
186 allow_failure=not with_os)
/aosp_15_r20/external/mesa3d/src/freedreno/ci/
H A Dgitlab-ci-inc.yml192 allow_failure: true # see comment in .performance-rules, which we don't inherit this line from.
208 allow_failure: true # see comment in .performance-rules, which we don't inherit this line from.
H A Dgitlab-ci.yml334 allow_failure: true
/aosp_15_r20/external/autotest/server/cros/network/
H A Dwifi_test_context_manager.py219 allow_failure=True,
247 allow_failure=True)
/aosp_15_r20/external/autotest/server/site_tests/autoupdate_RejectDuplicateUpdate/
H A Dautoupdate_RejectDuplicateUpdate.py48 allow_failure=True)
/aosp_15_r20/external/mesa3d/docs/
H A Dgitlab-ci.yml59 allow_failure: true
/aosp_15_r20/external/autotest/server/site_tests/autoupdate_CatchBadSignatures/
H A Dautoupdate_CatchBadSignatures.py32 allow_failure=True,
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/ci/
H A Dgitlab-ci-inc.yml38 allow_failure: true # see comment in .performance-rules, which we don't inherit this line from.
/aosp_15_r20/external/crosvm/common/balloon_control/src/
H A Dlib.rs22 allow_failure: bool,
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dballoon.rs159 // is set by an Adjust command that has allow_failure set, and is cleared when the
703 allow_failure, in handle_command_tube()
711 if allow_failure { in handle_command_tube()
/aosp_15_r20/external/libdav1d/
H A D.gitlab-ci.yml100 allow_failure: true
517 allow_failure: true
/aosp_15_r20/external/autotest/server/site_tests/network_WiFi_UpdateRouter/
H A Dnetwork_WiFi_UpdateRouter.py136 allow_failure=True)
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ci/
H A Dgitlab-ci.yml105 allow_failure: true
/aosp_15_r20/external/crosvm/vm_control/src/
H A Dballoon_tube.rs47 allow_failure: wait_for_success, in do_send()
/aosp_15_r20/external/mesa3d/src/intel/ci/
H A Dgitlab-ci-inc.yml117 allow_failure: true # see comment in .performance-rules, which we don't inherit this line from.
/aosp_15_r20/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v1/src/main/proto/google/devtools/cloudbuild/v1/
H A Dcloudbuild.proto673 bool allow_failure = 14; field
679 // only if the exit code is one of the specified codes. If allow_failure

12