Home
last modified time | relevance | path

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

12

/external/autotest/server/cros/
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 …]
/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/
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,
/external/tensorflow/third_party/remote_config/
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:
/external/eigen/ci/
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 …]
Dbuild.gitlab-ci.yml170 allow_failure: true
182 allow_failure: true
195 allow_failure: true
207 allow_failure: true
/external/mesa3d/.gitlab-ci/
Dtest-source-dep.yml104 allow_failure: true
225 allow_failure: false
229 allow_failure: true
/external/autotest/server/site_tests/autoupdate_MiniOS/
Dautoupdate_MiniOS.py181 allow_failure=not with_os)
186 allow_failure=not with_os)
/external/autotest/server/site_tests/autoupdate_RejectDuplicateUpdate/
Dautoupdate_RejectDuplicateUpdate.py48 allow_failure=True)
/external/mesa3d/docs/
Dgitlab-ci.yml60 allow_failure: true
/external/autotest/server/site_tests/autoupdate_CatchBadSignatures/
Dautoupdate_CatchBadSignatures.py32 allow_failure=True,
/external/mesa3d/src/gallium/drivers/virgl/ci/
Dgitlab-ci-inc.yml38 allow_failure: true # see comment in .performance-rules, which we don't inherit this line from.
/external/crosvm/common/balloon_control/src/
Dlib.rs22 allow_failure: bool,
/external/libpciaccess/
D.gitlab-ci.yml66 allow_failure: true
/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/
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
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 …]
/external/mesa3d/src/freedreno/ci/
Dgitlab-ci-inc.yml195 allow_failure: true # see comment in .performance-rules, which we don't inherit this line from.
211 allow_failure: true # see comment in .performance-rules, which we don't inherit this line from.
Dgitlab-ci.yml371 allow_failure: true
/external/autotest/server/cros/network/
Dwifi_test_context_manager.py219 allow_failure=True,
247 allow_failure=True)
/external/pytorch/test/profiler/
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,
/external/autotest/server/site_tests/network_WiFi_UpdateRouter/
Dnetwork_WiFi_UpdateRouter.py136 allow_failure=True)
/external/mesa3d/src/gallium/drivers/zink/ci/
Dgitlab-ci.yml102 allow_failure: true
/external/crosvm/vm_control/src/
Dballoon_tube.rs47 allow_failure: wait_for_success, in do_send()
/external/libdav1d/
D.gitlab-ci.yml100 allow_failure: true
517 allow_failure: true
/external/crosvm/devices/src/virtio/
Dballoon.rs158 // is set by an Adjust command that has allow_failure set, and is cleared when the
705 allow_failure, in handle_command_tube()
713 if allow_failure { in handle_command_tube()
/external/mesa3d/src/intel/ci/
Dgitlab-ci-inc.yml128 allow_failure: true # see comment in .performance-rules, which we don't inherit this line from.

12