mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 13:50:11 +01:00
ci: fix yamllint warnings about whitespace
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35857>
This commit is contained in:
parent
e149cba160
commit
ec97eadc9f
11 changed files with 14 additions and 23 deletions
|
|
@ -127,4 +127,3 @@
|
||||||
variables:
|
variables:
|
||||||
HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
|
HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
|
||||||
FDO_CI_CONCURRENT: 0 # Default to number of CPUs
|
FDO_CI_CONCURRENT: 0 # Default to number of CPUs
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -93,4 +93,3 @@
|
||||||
- _build/meson-logs/*.txt
|
- _build/meson-logs/*.txt
|
||||||
- _build/meson-logs/strace
|
- _build/meson-logs/strace
|
||||||
- _build/.ninja_log
|
- _build/.ninja_log
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ debian-x86_64:
|
||||||
extends:
|
extends:
|
||||||
- .meson-build-for-tests
|
- .meson-build-for-tests
|
||||||
- .use-debian/x86_64_build
|
- .use-debian/x86_64_build
|
||||||
- .build-run-long # but it really shouldn't! tracked in mesa#12544
|
- .build-run-long # but it really shouldn't! tracked in mesa#12544
|
||||||
- .ci-deqp-artifacts
|
- .ci-deqp-artifacts
|
||||||
variables:
|
variables:
|
||||||
UNWIND: "enabled"
|
UNWIND: "enabled"
|
||||||
|
|
@ -45,7 +45,7 @@ debian-x86_64:
|
||||||
-D tools=drm-shim
|
-D tools=drm-shim
|
||||||
-D valgrind=disabled
|
-D valgrind=disabled
|
||||||
S3_ARTIFACT_NAME: mesa-x86_64-default-${BUILDTYPE}
|
S3_ARTIFACT_NAME: mesa-x86_64-default-${BUILDTYPE}
|
||||||
RUN_MESON_TESTS: "false" # debian-build-x86_64 already runs these
|
RUN_MESON_TESTS: "false" # debian-build-x86_64 already runs these
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
junit: artifacts/ci_scripts_report.xml
|
junit: artifacts/ci_scripts_report.xml
|
||||||
|
|
@ -70,7 +70,7 @@ debian-x86_64-asan:
|
||||||
-D valgrind=disabled
|
-D valgrind=disabled
|
||||||
S3_ARTIFACT_NAME: mesa-x86_64-asan-${BUILDTYPE}
|
S3_ARTIFACT_NAME: mesa-x86_64-asan-${BUILDTYPE}
|
||||||
ARTIFACTS_DEBUG_SYMBOLS: 1
|
ARTIFACTS_DEBUG_SYMBOLS: 1
|
||||||
RUN_MESON_TESTS: "false" # just too slow
|
RUN_MESON_TESTS: "false" # just too slow
|
||||||
# Do a host build for mesa-clc (asan complains not being loaded as
|
# Do a host build for mesa-clc (asan complains not being loaded as
|
||||||
# the first library)
|
# the first library)
|
||||||
HOST_BUILD_OPTIONS: >
|
HOST_BUILD_OPTIONS: >
|
||||||
|
|
@ -121,7 +121,7 @@ debian-x86_64-msan:
|
||||||
-Wno-error=unused-private-field
|
-Wno-error=unused-private-field
|
||||||
-Wno-error=vla-cxx-extension
|
-Wno-error=vla-cxx-extension
|
||||||
-Wno-error=deprecated-declarations
|
-Wno-error=deprecated-declarations
|
||||||
RUN_MESON_TESTS: "false" # just too slow
|
RUN_MESON_TESTS: "false" # just too slow
|
||||||
# Do a host build for mesa-clc and precomp-compiler (msan complains about uninitialized
|
# Do a host build for mesa-clc and precomp-compiler (msan complains about uninitialized
|
||||||
# values in the LLVM libs)
|
# values in the LLVM libs)
|
||||||
HOST_BUILD_OPTIONS: >
|
HOST_BUILD_OPTIONS: >
|
||||||
|
|
@ -159,7 +159,7 @@ debian-x86_64-ubsan:
|
||||||
-D gallium-va=false
|
-D gallium-va=false
|
||||||
S3_ARTIFACT_NAME: ""
|
S3_ARTIFACT_NAME: ""
|
||||||
ARTIFACTS_DEBUG_SYMBOLS: 1
|
ARTIFACTS_DEBUG_SYMBOLS: 1
|
||||||
RUN_MESON_TESTS: "false" # just too slow
|
RUN_MESON_TESTS: "false" # just too slow
|
||||||
HOST_BUILD_OPTIONS: >
|
HOST_BUILD_OPTIONS: >
|
||||||
-D build-tests=false
|
-D build-tests=false
|
||||||
-D enable-glcpp-tests=false
|
-D enable-glcpp-tests=false
|
||||||
|
|
@ -477,7 +477,7 @@ debian-arm32-asan:
|
||||||
-D tools=dlclose-skip
|
-D tools=dlclose-skip
|
||||||
-D gallium-rusticl=false
|
-D gallium-rusticl=false
|
||||||
ARTIFACTS_DEBUG_SYMBOLS: 1
|
ARTIFACTS_DEBUG_SYMBOLS: 1
|
||||||
RUN_MESON_TESTS: "false" # just too slow
|
RUN_MESON_TESTS: "false" # just too slow
|
||||||
S3_ARTIFACT_NAME: mesa-arm32-asan-${BUILDTYPE}
|
S3_ARTIFACT_NAME: mesa-arm32-asan-${BUILDTYPE}
|
||||||
|
|
||||||
debian-arm64:
|
debian-arm64:
|
||||||
|
|
@ -501,7 +501,7 @@ debian-arm64:
|
||||||
-D teflon=true
|
-D teflon=true
|
||||||
GALLIUM_ST:
|
GALLIUM_ST:
|
||||||
-D gallium-rusticl=true
|
-D gallium-rusticl=true
|
||||||
RUN_MESON_TESTS: "false" # run by debian-arm64-build-testing
|
RUN_MESON_TESTS: "false" # run by debian-arm64-build-testing
|
||||||
S3_ARTIFACT_NAME: mesa-arm64-default-${BUILDTYPE}
|
S3_ARTIFACT_NAME: mesa-arm64-default-${BUILDTYPE}
|
||||||
|
|
||||||
debian-arm64-asan:
|
debian-arm64-asan:
|
||||||
|
|
@ -522,7 +522,7 @@ debian-arm64-asan:
|
||||||
-D tools=dlclose-skip
|
-D tools=dlclose-skip
|
||||||
-D gallium-rusticl=false
|
-D gallium-rusticl=false
|
||||||
ARTIFACTS_DEBUG_SYMBOLS: 1
|
ARTIFACTS_DEBUG_SYMBOLS: 1
|
||||||
RUN_MESON_TESTS: "false" # just too slow
|
RUN_MESON_TESTS: "false" # just too slow
|
||||||
S3_ARTIFACT_NAME: mesa-arm64-asan-${BUILDTYPE}
|
S3_ARTIFACT_NAME: mesa-arm64-asan-${BUILDTYPE}
|
||||||
|
|
||||||
debian-arm64-ubsan:
|
debian-arm64-ubsan:
|
||||||
|
|
@ -547,7 +547,7 @@ debian-arm64-ubsan:
|
||||||
-D b_sanitize=undefined
|
-D b_sanitize=undefined
|
||||||
-D gallium-rusticl=false
|
-D gallium-rusticl=false
|
||||||
ARTIFACTS_DEBUG_SYMBOLS: 1
|
ARTIFACTS_DEBUG_SYMBOLS: 1
|
||||||
RUN_MESON_TESTS: "false" # just too slow
|
RUN_MESON_TESTS: "false" # just too slow
|
||||||
S3_ARTIFACT_NAME: mesa-arm64-ubsan-${BUILDTYPE}
|
S3_ARTIFACT_NAME: mesa-arm64-ubsan-${BUILDTYPE}
|
||||||
|
|
||||||
debian-arm64-build-test:
|
debian-arm64-build-test:
|
||||||
|
|
@ -732,7 +732,7 @@ debian-x86_32:
|
||||||
- .meson-cross
|
- .meson-cross
|
||||||
- .use-debian/x86_32_build
|
- .use-debian/x86_32_build
|
||||||
- .meson-build-only
|
- .meson-build-only
|
||||||
- .build-run-long # it's not clear why this runs long, but it also doesn't matter much
|
- .build-run-long # it's not clear why this runs long, but it also doesn't matter much
|
||||||
variables:
|
variables:
|
||||||
BUILDTYPE: debug
|
BUILDTYPE: debug
|
||||||
CROSS: i386
|
CROSS: i386
|
||||||
|
|
|
||||||
|
|
@ -575,4 +575,3 @@ debian/baremetal_arm64_test-vk:
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian/baremetal_arm64_test-vk
|
- job: debian/baremetal_arm64_test-vk
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,4 +39,3 @@ fedora/x86_64_build:
|
||||||
optional: true
|
optional: true
|
||||||
- job: fedora/x86_64_build
|
- job: fedora/x86_64_build
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -111,4 +111,3 @@
|
||||||
extends:
|
extends:
|
||||||
- .container
|
- .container
|
||||||
- .incorporate-base-tag+templates-commit
|
- .incorporate-base-tag+templates-commit
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,4 +18,3 @@
|
||||||
include:
|
include:
|
||||||
- local: '.gitlab-ci/container/gitlab-ci-inc.yml'
|
- local: '.gitlab-ci/container/gitlab-ci-inc.yml'
|
||||||
- local: '.gitlab-ci/container/*/gitlab-ci.yml'
|
- local: '.gitlab-ci/container/*/gitlab-ci.yml'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -108,4 +108,3 @@ windows_test_msvc:
|
||||||
variables:
|
variables:
|
||||||
MESA_IMAGE_PATH: *windows_test_image_path
|
MESA_IMAGE_PATH: *windows_test_image_path
|
||||||
MESA_IMAGE_TAG: *windows_test_image_tag
|
MESA_IMAGE_TAG: *windows_test_image_tag
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,9 +30,9 @@ variables:
|
||||||
# to a lack of available devices to run the jobs.
|
# to a lack of available devices to run the jobs.
|
||||||
timeout: 1h
|
timeout: 1h
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none # testing doesn't build anything from source
|
GIT_STRATEGY: none # testing doesn't build anything from source
|
||||||
HWCI_TEST_SCRIPT: ./install/deqp-runner.sh
|
HWCI_TEST_SCRIPT: ./install/deqp-runner.sh
|
||||||
FDO_CI_CONCURRENT: 6 # should be replaced by per-machine definitions
|
FDO_CI_CONCURRENT: 6 # should be replaced by per-machine definitions
|
||||||
# the dispatchers use this to cache data locally
|
# the dispatchers use this to cache data locally
|
||||||
LAVA_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri="
|
LAVA_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri="
|
||||||
LAVA_ROOTFS_PATH: "${MESA_IMAGE_PATH}:${FDO_DISTRIBUTION_TAG}/lava-rootfs.tar.zst"
|
LAVA_ROOTFS_PATH: "${MESA_IMAGE_PATH}:${FDO_DISTRIBUTION_TAG}/lava-rootfs.tar.zst"
|
||||||
|
|
@ -90,9 +90,9 @@ variables:
|
||||||
- job: debian/x86_64_test-android
|
- job: debian/x86_64_test-android
|
||||||
artifacts: false
|
artifacts: false
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-x86_64 # The generic Linux build for the host will be downloaded later
|
- job: debian-x86_64 # The generic Linux build for the host will be downloaded later
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- job: debian-android # The Android build for the guest will be downloaded later and installed via adb
|
- job: debian-android # The Android build for the guest will be downloaded later and installed via adb
|
||||||
artifacts: false
|
artifacts: false
|
||||||
|
|
||||||
.lava-x86_64-test-gl:
|
.lava-x86_64-test-gl:
|
||||||
|
|
|
||||||
|
|
@ -191,4 +191,3 @@
|
||||||
- job: yaml-toml-shell-py-test
|
- job: yaml-toml-shell-py-test
|
||||||
optional: true
|
optional: true
|
||||||
artifacts: false
|
artifacts: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -106,4 +106,3 @@ yaml-toml-shell-py-test:
|
||||||
when: manual
|
when: manual
|
||||||
tags:
|
tags:
|
||||||
- $FDO_RUNNER_JOB_PRIORITY_TAG_AARCH64
|
- $FDO_RUNNER_JOB_PRIORITY_TAG_AARCH64
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue