Home
last modified time | relevance | path

Searched +full:- +full:- +full:timeout +full:- +full:boot +full:- +full:minutes (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/.gitlab-ci/b2c/
Dgenerate_b2c.py30 parser.add_argument('--ci-job-id')
31 parser.add_argument('--container-cmd')
32 parser.add_argument('--initramfs-url')
33 parser.add_argument('--job-success-regex')
34 parser.add_argument('--job-warn-regex')
35 parser.add_argument('--kernel-url')
36 parser.add_argument('--log-level', type=int)
37 parser.add_argument('--poweroff-delay', type=int)
38 parser.add_argument('--session-end-regex')
39 parser.add_argument('--session-reboot-regex')
[all …]
/third_party/mesa3d/.gitlab-ci/lava/
Dlava_job_submitter.py3 # Copyright (C) 2020 - 2022 Collabora Limited
8 # SPDX-License-Identifier: MIT
46 # Timeout in seconds to decide if the device from the dispatched LAVA job has
57 # How many retries should be made when a timeout happen.
60 # How many attempts should be made when a timeout happen during LAVA device boot.
75 "job": {"minutes": args.job_timeout},
76 "action": {"minutes": 3},
78 "depthcharge-action": {
79 "minutes": 3 * NUMBER_OF_ATTEMPTS_LAVA_BOOT,
88 # URLs to our kernel rootfs to boot from, both generated by the base
[all …]
/third_party/mesa3d/.gitlab-ci/lava/utils/
Dlog_section.py18 FALLBACK_GITLAB_SECTION_TIMEOUT = timedelta(minutes=10)
20 # Empirically, successful device boot in LAVA time takes less than 3
21 # minutes.
22 # LAVA itself is configured to attempt thrice to boot the device,
23 # summing up to 9 minutes.
24 # It is better to retry the boot than cancel the job and re-submit to avoid
26 LogSectionType.LAVA_BOOT: timedelta(minutes=9),
28 LogSectionType.TEST_SUITE: timedelta(minutes=5),
31 # Gitlab job timeout.
32 LogSectionType.TEST_CASE: timedelta(minutes=60),
[all …]
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver…
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K"
18 - results/
20 .test-gl:
22 - .test
23 - .use-debian/x86_test-gl
[all …]
/third_party/mesa3d/.gitlab-ci/bare-metal/
Dpoe_run.py37 args.dev, "results/serial-output.txt", "")
54 for line in self.ser.lines(timeout=5 * 60, phase="bootloader"):
61 "Something wrong; couldn't detect the boot start up sequence")
64 for line in self.ser.lines(timeout=self.test_timeout, phase="test"):
65 if re.search("---. end Kernel panic", line):
74 self.print_error("nouveau jetson boot bug, retrying.")
91 parser.add_argument('--dev', type=str,
93 parser.add_argument('--powerup', type=str,
95 parser.add_argument('--powerdown', type=str,
98 '--test-timeout', type=int, help='Test phase timeout (minutes)', required=True)
Dfastboot_run.py36 args.dev, "results/serial-output.txt", "R SERIAL> ")
37 self.fastboot = "fastboot boot -s {ser} artifacts/fastboot.img".format(
49 def logged_system(self, cmd, timeout=60): argument
52 return subprocess.call(cmd, shell=True, timeout=timeout)
54 self.print_error("timeout, restarting run...")
62 for line in self.ser.lines(timeout=2 * 60, phase="bootloader"):
70 "Detected crash during boot, restarting run...")
81 print_more_lines = -1
82 for line in self.ser.lines(timeout=self.test_timeout, phase="test"):
86 print_more_lines -= 1
[all …]
Dcros_servo_run.py36 cpu, "results/serial.txt", "R SERIAL-CPU> ")
40 ec, "results/serial-ec.txt", "R SERIAL-EC> ", line_queue=self.cpu_ser.line_queue)
48 print("W SERIAL-EC> %s" % s)
52 print("W SERIAL-CPU> %s" % s)
67 # Emit a ^N character to request network boot, because we don't have a
68 # direct-to-netboot firmware on cheza.
69 for line in self.cpu_ser.lines(timeout=120, phase="bootloader"):
94 for line in self.cpu_ser.lines(timeout=self.test_timeout, phase="test"):
95 if re.search("---. end Kernel panic", line):
111 if re.search("Kernel panic - not syncing: Asynchronous SError Interrupt", line):
[all …]
/third_party/mesa3d/src/amd/ci/
Dgitlab-ci.yml5 - .lava-test:amd64
6 - .radv-rules
13 DEVICE_TYPE: hp-11A-G6-EE-grunt
15 GPU_VERSION: radv-stoney-aco
22 RUNNER_TAG: mesa-ci-x86-64-lava-hp-11A-G6-EE-grunt
25 .test-radv:
27 - .radv-rules
31 # The SPIRV -> NIR code generator generates so many harmless
32 # warnings on the shaders in VK-CTS that jobs fail due to the log
40 .b2c-test-radv-vk:
[all …]
/third_party/mesa3d/.gitlab-ci/tests/utils/
Dtest_lava_log.py6 # SPDX-License-Identifier: MIT
82 "msg": "Received signal: <STARTTC> mesa-ci_iris-kbl-traces",
88 "msg": "[ 16.997829] <LAVA_SIGNAL_STARTTC mesa-ci_iris-kbl-traces>",
93 "msg": "<LAVA_SIGNAL_ENDTC mesa-ci_iris-kbl-traces>",
116 "msg": "Received signal: <STARTTC> mesa-ci_iris-kbl-traces",
121 "msg": "<LAVA_SIGNAL_ENDTC mesa-ci_iris-kbl-traces>",
170 create_lava_yaml_msg(msg="[0m[0m[31mERROR - dEQP error: ", lvl="target"),
171 "\x1b[0m\x1b[0m\x1b[31mERROR - dEQP error: ",
215 msg="[0Ksection_start:1652658415:deqp[collapsed=false][0Kdeqp-runner",
218 "\x1b[0Ksection_start:1652658415:deqp[collapsed=false]\r\x1b[0Kdeqp-runner",
[all …]
/third_party/mesa3d/docs/ci/
Dkernel.rst7 side-effects since many devices from different platforms are involved in the
11 -----------------
14 https://gitlab.freedesktop.org/gfx-ci/linux
21 please refer to `.gitlab-ci/container/gitlab-ci.yml` `KERNEL_URL` variable.
22 Every tag has a standard naming: `vX.YZ-for-mesa-ci-<commit_short_SHA>`, which
25 :code:`git tag vX.YZ-for-mesa-ci-$(git rev-parse --short HEAD)`
28 ---------------
31 the script located at `.gitlab-ci/container/build-kernel.sh`.
36 When a Kernel uprev happens, it is worth compiling and cross-compiling the
44 +------------+--------------------------------------------+-------------------------------------+
[all …]
/third_party/toybox/generated/
Dhelp.h1-libc on a nommu system, you'll need to say \"y\" here.\n\nAlthough uclibc lets you detect support…
11 … even when it has a built-in version of that command. This requires\n toybox symlinks to be …
15 #define HELP_toybox_i18n "Support for UTF-8 character sets, and some locale support."
17 …t --help argument in all commands, even ones with a NULL\noptstring. (Use TOYFLAG_NOHELP to disabl…
25 #define HELP_toybox_libcrypto "Use faster hash functions out of external -lcrypto library."
29 #define HELP_toybox_selinux "Include SELinux options in commands such as ls, and add\nSELinux-speci…
35--long | --help | --version | [command] [arguments...]]\n\nWith no arguments, shows available comm…
43-D] [-F] [-R] [-n] [-v] FILE...\n\nRestores the default security contexts for the given files.\n\n
45-p PRI] [-t TAG] MESSAGE...\n\nLogs message to logcat.\n\n-p Use the given priority instead of INF…
51 #define HELP_skeleton_alias "usage: skeleton_alias [-dq] [-b NUMBER]\n\nExample of a second command…
[all …]
/third_party/NuttX/
DReleaseNotes14 "nuttx-6.27").
16 NuttX-0.1.0
17 -----------
23 This release has been verified on both the Linux user-mode and C5471
25 for the C5471 can be found in arch/c5471/doc/test-results.txt.
29 NuttX-0.1.1
30 -----------
42 This release has been verified on the Linux user-mode platform, the
51 NuttX-0.1.2
52 -----------
[all …]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c4 * Copyright (c) 2006-2007 Silicon Graphics, Inc. All rights reserved.
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
93 * some non-zero kernel default, such as an inherited
141 /* small buffer size - for reading boolean flags or map file (1 or 2 ints) */
179 * Arch-neutral API for obtaining NUMA distances between CPUs
221 * If not, return -1 and set errno:
222 * ENOSYS - kernel doesn't support cpusets
223 * ENODEV - /dev/cpuset not mounted
254 return -1; in check()
257 return -1; in check()
[all …]
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst1 Mesa 22.2.0 Release Notes / 2022-09-21
20 ---------------
24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz
29 ------------
31 - WGL_ARB_create_context_robustness
33 - d3d12 ARB_robust_buffer_access_behavior
35 - VK_EXT_robustness2 for lavapipe
37 - VK_EXT_image_2d_view_of_3d on RADV
39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support
41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe
[all …]
/third_party/node/doc/api/
Dall.json21- Deprecated. The feature may emit warnings. Backward\ncompatibility is not guaranteed.</p>\n</blo…
26 "desc": "<!-- STABILITY_OVERVIEW_SLOT_BEGIN -->\n<!-- STABILITY_OVERVIEW_SLOT_END -->",
58-linked shared objects written in C++. The\n<a href=\"modules.html#modules_require_id\"><code>requ…
63-js\">module.exports.hello = () => 'world';\n</code></pre>\n<p>First, create the file <code>hello.…
66 "textRaw": "Context-aware addons",
67 "name": "context-aware_addons",
68-aware addon can be constructed by using the macro\n<code>NODE_MODULE_INITIALIZER</code>, which ex…
77 "pr-url": "https://github.com/nodejs/node/pull/34572",
82-on needs to either:</p>\n<ul>\n<li>Be an Node-API addon, or</li>\n<li>Be declared as context-awar…
88 "displayName": "Context-aware addons"
[all …]
Dall.html4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width">
6 <meta name="nodejs.org:node-version" content="v14.21.2">
13 <body class="alt apidoc" id="api-section-all">
22 <li><a href="documentation.html" class="nav-documentation">About this documentation</a></li>
23 <li><a href="synopsis.html" class="nav-synopsis">Usage and example</a></li>
27 <li><a href="assert.html" class="nav-assert">Assertion testing</a></li>
28 <li><a href="async_hooks.html" class="nav-async_hooks">Async hooks</a></li>
29 <li><a href="buffer.html" class="nav-buffer">Buffer</a></li>
30 <li><a href="addons.html" class="nav-addons">C++ addons</a></li>
[all …]
/third_party/python/Misc/
DHISTORY2 --------------
13 Release date: 2017-01-17
21 Release date: 2017-01-02
24 -----------------
26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
33 -------
35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle
39 - In the curses module, raise an error if window.getstr() or window.instr() is
42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.
[all …]
/third_party/node/deps/npm/changelogs/
DCHANGELOG-2.md1 ### v2.15.12 (2017-03-24):
3 This version brings the latest `node-gyp` to a soon to be released Node.js
4 4.x. The `node-gyp` update is particularly important to Windows folks due to
8 `node-gyp@3.6.0`:
9 Improvements to how Python is located. New `--devdir` flag.
12 Remove path-array dependency, reducing size significantly.
18 ### v2.15.11 (2016-09-08):
25 that, considering how small and resource-constrained our team is, support for
48 `$NPM_CONFIG_USERCONFIG` environment variable, or `--userconfig` command line
67 `graceful-fs@4.1.6`
[all …]
/third_party/chromium/patch/
D0001-cve.patch1 diff --git a/src/DEPS b/src/DEPS
3 --- a/src/DEPS
5 @@ -253,7 +253,7 @@ vars = {
6 # Three lines of non-changing comments so that
9 - 'angle_revision': '29b222a3c07c541cafa459ae6886134da3493a4b',
11 # Three lines of non-changing comments so that
14 @@ -292,7 +292,7 @@ vars = {
15 # Three lines of non-changing comments so that
18 - 'freetype_revision': '034e5dbf92ea3a7ea7c9322e47a3a50ff23f7b55',
20 # Three lines of non-changing comments so that
[all …]
D0003-ohos-1115.patch1 diff --git a/src/BUILD.gn b/src/BUILD.gn
3 --- a/src/BUILD.gn
5 @@ -34,7 +34,7 @@ import("//ui/base/ui_features.gni")
9 -if (is_android) {
14 @@ -104,11 +104,26 @@ group("gn_all") {
34 deps += [ "//third_party/abseil-cpp:absl_tests" ]
37 - if (!is_android && !is_chromecast) {
42 @@ -128,7 +143,7 @@ group("gn_all") {
46 - if (!is_ios && !is_android && !is_chromecast && !is_fuchsia) {
51 @@ -183,7 +198,7 @@ group("gn_all") {
[all …]