Searched +full:set +full:- +full:job +full:- +full:env +full:- +full:vars (Results 1 – 25 of 67) sorted by relevance
123
| /third_party/mesa3d/.gitlab-ci/lava/ |
| D | lava-submit.sh | 1 #!/usr/bin/env bash 5 # If we run in the fork (not from mesa or Marge-bot), reuse mainline kernel and rootfs, if exist. 8 if curl -s -o /dev/null -I -L -f --retry 4 --retry-delay 15 "${_url}"; then 9 echo -n "${_url}" 15 if [ -n "${_mainline_artifact}" ]; then 16 echo -n "${_mainline_artifact}" 20 if [ -n "${_fork_artifact}" ]; then 21 echo -n "${_fork_artifact}" 24 set +x 28 echo "this job ran ahead of the job which was supposed to upload that artifact." >&2 [all …]
|
| /third_party/mesa3d/.gitlab-ci/bare-metal/ |
| D | rootfs-setup.sh | 1 #!/usr/bin/env bash 6 mkdir -p $rootfs_dst/results 8 # Set up the init script that brings up the system. 9 cp $BM/bm-init.sh $rootfs_dst/init 14 # Make JWT token available as file in the bare-metal storage to enable access 20 cp "$SCRIPTS_DIR/setup-test-env.sh" "$rootfs_dst/" 22 set +x 24 # Pass through relevant env vars from the gitlab job to the baremetal init script 26 "$CI_COMMON"/generate-env.sh | tee $rootfs_dst/set-job-env-vars.sh 28 set -x [all …]
|
| /third_party/mesa3d/.gitlab-ci/tests/data/ |
| D | UBOOT_force_uart=False_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 10 job: 13 depthcharge-retry: 15 depthcharge-start: 17 depthcharge-action: 19 uboot-action: 22 - deploy: 38 - boot: 40 method: u-boot [all …]
|
| D | FASTBOOT_force_uart=False_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 10 job: 13 depthcharge-retry: 15 depthcharge-start: 17 depthcharge-action: 19 uboot-action: 22 - deploy: 32 - deploy: 44 image: registry.gitlab.collabora.com/lava/health-check-docker [all …]
|
| D | UBOOT_force_uart=True_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 10 job: 13 depthcharge-retry: 15 depthcharge-start: 17 depthcharge-action: 19 uboot-action: 22 - deploy: 36 - boot: 38 method: u-boot [all …]
|
| D | FASTBOOT_force_uart=True_job_definition.yaml | 1 job_name: 'test-project: my_pipeline_info' 5 - my_visibility_group 10 job: 13 depthcharge-retry: 15 depthcharge-start: 17 depthcharge-action: 19 uboot-action: 22 - deploy: 31 - deploy: 43 image: registry.gitlab.collabora.com/lava/health-check-docker [all …]
|
| /third_party/mesa3d/.gitlab-ci/lava/utils/ |
| D | ssh_job_definition.py | 4 job is retried, causing delays in the overall pipeline executing, ultimately 11 via SSH pseudo terminal, instead of relying in the error-prone UART. 13 In more detail, we aim to use "export -p" to share the initial boot environment 14 with SSH LAVA test-cases. 15 The "init-stage1.sh" script handles tasks such as system mounting and network 16 setup, which are necessary for allocating a pseudo-terminal under "/dev/pts". 21 Therefore, we have divided the job definition into four parts: 24 2. [DUT] Running the "init-stage1.sh" script for the first SSH test case. 25 3. [DUT] Export the first boot environment to `/dut-env-vars.sh` file. 26 4. [SSH] Enabling the pseudo-terminal for colors and running the "init-stage2.sh" [all …]
|
| D | lava_job_definition.py | 32 job. 35 def __init__(self, job_submitter: "LAVAJobSubmitter") -> None: 42 def has_ssh_support(self) -> bool: 47 # which is required to follow the job in a SSH section 52 def generate_lava_yaml_payload(self) -> dict[str, Any]: 54 Generates a YAML payload for submitting a LAVA job, based on the provided arguments. 61 actions for the LAVA job submission. 82 elif args.boot_method == "qemu-nfs": 90 wrap_final_deploy_action(deploy_actions[-1]) 110 def generate_lava_job_definition(self) -> str: [all …]
|
| /third_party/mesa3d/.gitlab-ci/common/ |
| D | init-stage2.sh | 7 # Second-stage init, used to set up devices and our job environment before 10 shopt -s extglob 20 set +x 32 kill -9 "$pid" 2>/dev/null || true 36 set -x 45 for path in '/dut-env-vars.sh' '/set-job-env-vars.sh' './set-job-env-vars.sh'; do 46 [ -f "$path" ] && source "$path" 48 . "$SCRIPTS_DIR"/setup-test-env.sh 55 section_switch init_stage2 "Pre-testing hardware setup" 57 set -ex [all …]
|
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 2 # Cancel job if a newer commit is pushed to the same branch 7 - !reference [default, before_script] 9 - rm -rf install 10 - tar -xf artifacts/install.tar 11 - section_start ldd_section "Checking ldd on driver build" 12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \; 13 - section_end ldd_section 18 - results/ 20 - !reference [.common-rules, rules] 21 - !reference [.never-post-merge-rules, rules] [all …]
|
| /third_party/skia/third_party/externals/angle2/doc/ |
| D | CaptureAndReplay.md | 9 * Mid-execution capture is supported with the Vulkan back-end. 10 * Mid-execution capture has many unimplemented features. 34 * Set to `0` to disable capture entirely. Default is `1`. 36 * Set to `0` to disable capture compression. Default is `1`. 41 * Uses mid-execution capture to write "Setup" functions that starts a Context at frame `n`. 77 * Set to `1` to enable GL state serialization. Default is `0`. 100 $ autoninja -C out/Debug capture_replay_sample 104 Note that we specify `ANGLE_CAPTURE_ENABLED=0` to prevent re-capturing when running the replay. 120 $ adb shell mkdir -p /sdcard/Android/data/$PACKAGE_NAME/angle_capture 123 2. Set properties to use for environment variable [all …]
|
| /third_party/lz4/.circleci/ |
| D | config.yml | 15 # In the meantime, set it to 1. 17 shell: /bin/bash --login 19 …n't or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-othe… 21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts 22 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results 23 …# In CircleCI 1.0 we used a pre-configured image with a large number of languages and other packag… 24 # In CircleCI 2.0 you can now specify your own image, or use one of our pre-configured images. 25 …ation line tells CircleCI to use the specified docker image as the runtime environment for you job. 26 # We have selected a pre-built image that mirrors the build environment we use on 28 # of each job. For more information on choosing an image (or alternatively using a [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 20.1.3.rst | 1 Mesa 20.1.3 Release Notes / 2020-07-08 20 --------------- 24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz 27 ------------ 29 - None 32 --------- 34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores 36 - [v3d] corruption when GS omits some vertices 37 - [RADV] Non-precise occlusion queries return non-zero when all 39 - [DXVK] Project Cars rendering problems [all …]
|
| D | 23.1.0.rst | 1 Mesa 23.1.0 Release Notes / 2023-05-10 20 --------------- 24 a9dde3c76571c4806245a05bda1cceee347c3267127e9e549e4f4e225d92e992 mesa-23.1.0.tar.xz 28 ------------ 30 - VK_EXT_pipeline_library_group_handles on RADV 31 - VK_EXT_image_sliced_view_of_3d on RADV/GFX10+ 32 - VK_KHR_map_memory2 on ANV and RADV 33 - fullyCoveredFragmentShaderInputVariable on RADV/GFX9+ 34 - VK_EXT_discard_rectangles version 2 on RADV 35 - VK_EXT_graphics_pipeline_library on RADV [all …]
|
| D | 20.3.0.rst | 1 Mesa 20.3.0 Release Notes / 2020-12-03 20 --------------- 24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz 28 ------------ 30 - GL 4.5 on llvmpipe 32 - GL_INTEL_blackhole_render on radeonsi 34 - GL_NV_copy_depth_to_color for NIR 36 - GL_NV_half_float 38 - GL_NV_shader_atomic_int64 on radeonsi 40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3) [all …]
|
| D | 21.0.0.rst | 1 Mesa 21.0.0 Release Notes / 2021-03-11 20 --------------- 24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz 28 ------------ 30 - GL_EXT_demote_to_helper_invocation on radeonsi 32 - GL_NV_compute_shader_derivatives on radeonsi 34 - EGL_MESA_platform_xcb 36 - Removed GL_NV_point_sprite for classic swrast. 38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf… 40 - Removed support for loading DRI drivers older than Mesa 8.0, including all DRI1 support [all …]
|
| D | 24.1.0.rst | 1 Mesa 24.1.0 Release Notes / 2024-05-22 20 --------------- 24 b7eac8c79244806b1c276eeeacc329e4a5b31a370804c4b0c7cd16837783f78b mesa-24.1.0.tar.xz 28 ------------ 30 - VK_EXT_map_memory_placed on RADV, ANV and NVK 31 - VK_KHR_shader_subgroup_rotate on RADV and ANV and NVK 32 - VK_KHR_load_store_op_none on RADV, ANV, NVK and Turnip 33 - VK_KHR_line_rasterization on RADV, ANV, NVK and Turnip 34 - VK_KHR_index_type_uint8 on RADV, ANV, NVK and Turnip 35 - VK_KHR_shader_expect_assume on all Vulkan drivers [all …]
|
| /third_party/rust/rust/src/tools/miri/cargo-miri/src/ |
| D | phases.rs | 3 use std::env; 16 cargo miri [subcommand] [<cargo options>...] [--] [<program/test suite options>...] 21 nextest Run tests with nextest (requires cargo-nextest installed) 28 cargo miri test -- test-suite-filter 30 cargo miri setup --print sysroot 41 print!("miri {}", env!("CARGO_PKG_VERSION")); in show_version() 42 let version = format!("{} {}", env!("GIT_HASH"), env!("COMMIT_DATE")); in show_version() 51 cmd.arg("--extern"); // always forward flag, but adjust filename: in forward_patched_extern_arg() 52 let path = args.next().expect("`--extern` should be followed by a filename"); in forward_patched_extern_arg() 63 // Check for version and help flags even when invoked as `cargo-miri`. in phase_cargo_miri() [all …]
|
| /third_party/curl/tests/ |
| D | testcurl.pl | 1 #!/usr/bin/env perl 22 # SPDX-License-Identifier: curl 32 # This is written for the purpose of being run from a crontab job or similar 34 # curl-autocompile@haxx.se to be dealt with automatically (make sure the 40 # testcurl.pl [options] [curl-daily-name] > output 44 # --configure=[options] Configure options 45 # --crosscompile This is a crosscompile 46 # --desc=[desc] Description of your test system 47 # --email=[email] Set email address to report as 48 # --extvercmd=[command] Command to use for displaying version with cross compiles. [all …]
|
| /third_party/cups/scheduler/ |
| D | cupsfilter.c | 4 * Copyright © 2021-2023 by OpenPrinting 5 * Copyright © 2007-2016 by Apple Inc. 6 * Copyright © 1997-2006 by Easy Software Products, all rights reserved. 15 #include <cups/cups-private.h> 16 #include <cups/file-private.h> 17 #include <cups/ppd-private.h> 73 static void get_job_file(const char *job); 82 * 'main()' - Main entry for the test program. 85 int /* O - Exit status */ 86 main(int argc, /* I - Number of command-line args */ in main() [all …]
|
| /third_party/cups/cgi-bin/ |
| D | ipp-var.c | 2 * CGI <-> IPP variable routines for CUPS. 4 * Copyright © 2020-2024 by OpenPrinting. 5 * Copyright © 2007-2016 by Apple Inc. 6 * Copyright © 1997-2007 by Easy Software Products. 16 #include "cgi-private.h" 20 * 'cgiGetAttributes()' - Get the list of attributes that are needed 25 cgiGetAttributes(ipp_t *request, /* I - IPP request */ in cgiGetAttributes() 26 const char *tmpl) /* I - Base filename */ in cgiGetAttributes() 102 else if (nameptr < (name + sizeof(name) - 1)) in cgiGetAttributes() 105 *nameptr++ = '-'; in cgiGetAttributes() [all …]
|
| /third_party/mksh/ |
| D | exec.c | 3 /*- 11 * is granted to deal in this work without restriction, including un- 71 if ((flags&XFORK) && !(flags&XEXEC) && t->type != TPIPE) in execute() 72 /* run in sub-process */ in execute() 73 return (exchild(t, flags & ~XTIME, xerrok, -1)); in execute() 80 if (t->type == TCOM) { in execute() 88 current_lineno = t->lineno; in execute() 93 t->args[0] == NULL && in execute() 95 t->vars[0] != NULL && t->vars[1] == NULL && in execute() 97 t->ioact != NULL && t->ioact[0] != NULL && in execute() [all …]
|
| /third_party/cups/backend/ |
| D | ipp.c | 4 * Copyright © 2021-2025 by OpenPrinting 5 * Copyright © 2007-2021 by Apple Inc. 6 * Copyright © 1997-2007 by Easy Software Products, all rights reserved. 12 #include "backend-private.h" 13 #include <cups/ppd-private.h> 14 #include <cups/array-private.h> 29 * Bits for job-state-reasons we care about... 54 job_id, /* Job ID for submitted job */ 55 job_reasons, /* Job state reasons bits */ 56 create_job, /* Support Create-Job? */ [all …]
|
| /third_party/python/.cid/patches/ |
| D | cpython_mingw_v3.11.4_20250509.patch | 6 Change-Id: I7ae3759608e3fc26eb2ebef1fb200e46b3add264 7 --- 9 .gitignore | 5 +- 10 Include/bytesobject.h | 4 +- 11 Include/fileobject.h | 2 +- 14 Include/osdefs.h | 1 - 16 Include/pyerrors.h | 4 +- 18 Include/pyport.h | 41 +- 20 Include/sysmodule.h | 4 +- 22 Lib/ctypes/__init__.py | 4 +- [all …]
|
| /third_party/python/patches/ |
| D | cpython_mingw_v3.11.4.patch | 1 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml 4 --- /dev/null 6 @@ -0,0 +1,418 @@ 9 +# gh-84728: "paths-ignore" is not used to skip documentation-only PRs, because 10 +# it prevents to mark a job as mandatory. A PR cannot be merged if a job is 11 +# mandatory but not scheduled because of "paths-ignore". 16 + - 'main' 17 + - '3.11' 18 + - '3.10' 19 + - '3.9' [all …]
|
123