Searched +full:no_scheduled_pipelines +full:- +full:rules (Results 1 – 9 of 9) sorted by relevance
| /third_party/mesa3d/.gitlab-ci/ |
| D | test-source-dep.yml | 5 .scheduled_pipeline-rules: 6 rules: 7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"' 12 # disables that, but keeps the auto-retry for infrastructure failures. 13 .no-auto-retry: 19 - api_failure 20 - runner_system_failure 21 - scheduler_failure 22 - data_integrity_failure 23 - unknown_failure [all …]
|
| /third_party/mesa3d/src/gallium/frontends/rusticl/ci/ |
| D | gitlab-ci.yml | 1 .rusticl-rules: 2 rules: 3 - !reference [.test, rules] 4 - changes: &rusticl_file_list 5 - src/gallium/frontends/rusticl/**/* 8 .rusticl-manual-rules: 9 extends: .no-auto-retry 10 rules: 11 - !reference [.test, rules] 12 - !reference [.no_scheduled_pipelines-rules, rules] [all …]
|
| /third_party/mesa3d/docs/ |
| D | gitlab-ci.yml | 1 .docs-base: 3 - .build-linux 4 - .use-alpine/x86_64_build 8 - public/ 10 - meson setup _build -D prefix=$(pwd) --auto-features=disabled 11 -D vulkan-drivers="" -D gallium-drivers="" -D platforms=[] -D glx=disabled 12 -D video-codecs="" -D html-docs=enabled -D html-docs-path=public 13 -D werror=true 14 - meson compile -C _build 15 - meson install -C _build [all …]
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/ |
| D | gitlab-ci-inc.yml | 1 .llvmpipe-rules: 2 stage: software-renderer 3 rules: 4 - !reference [.test, rules] 5 - if: $EXTERNAL_KERNEL_TAG != null 7 - !reference [.gl-rules, rules] 8 - changes: &llvmpipe_file_list 9 - src/gallium/drivers/llvmpipe/* 10 - src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml 11 - src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml [all …]
|
| /third_party/mesa3d/src/intel/ci/ |
| D | gitlab-ci-inc.yml | 1 .intel-common-rules: 3 rules: 4 - changes: &intel_common_file_list 5 - src/intel/* 6 - src/intel/blorp/**/* 7 - src/intel/common/**/* 8 - src/intel/compiler/**/* 9 - src/intel/dev/**/* 10 - src/intel/ds/**/* 11 - src/intel/genxml/**/* [all …]
|
| /third_party/mesa3d/src/freedreno/ci/ |
| D | gitlab-ci-inc.yml | 1 # Rules for changes that impact either freedreno or turnip. 2 .freedreno-common-rules: 3 rules: 4 - !reference [.test, rules] 5 - !reference [.no_scheduled_pipelines-rules, rules] 6 - changes: &freedreno_core_file_list 7 - src/freedreno/ci/gitlab-ci.yml 8 - src/freedreno/ci/gitlab-ci-inc.yml 9 - src/freedreno/ci/deqp-$DEQP_SUITE.toml 10 - src/freedreno/ci/$GPU_VERSION-fails.txt [all …]
|
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 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/ 19 rules: 20 - !reference [.common-rules, rules] 21 - !reference [.never-post-merge-rules, rules] [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 24.2.0.rst | 1 Mesa 24.2.0 Release Notes / 2024-08-14 20 --------------- 24 c02bb72cea290f78b11895a0c95c7c92394f180d7ff66d4a762ec6950a58addf mesa-24.2.0.tar.xz 28 ------------ 30 - VK_KHR_dynamic_rendering_local_read on RADV 31 - VK_EXT_legacy_vertex_attributes on lavapipe, ANV, Turnip and RADV 32 - VK_MESA_image_alignment_control on RADV 33 - VK_EXT_shader_replicated_composites on ANV, dozen, hasvk, lavapipe, nvk, RADV, and Turnip 34 - VK_KHR_maintenance5 on v3dv 35 - VK_KHR_maintenance7 on RADV [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 …]
|