mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
ci: Drop hardware-job prerequisite check jobs
Stop requiring the `rustfmt` and `yaml-toml-shell-py-test` jobs before starting hardware jobs. These prerequisites don't save meaningful resources, as the hardware jobs are well-behaved nowadays, but they do create unnecessary friction for users. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/14409 Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38786>
This commit is contained in:
parent
f912db3f8d
commit
d966fde4f4
6 changed files with 0 additions and 53 deletions
|
|
@ -31,7 +31,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm32
|
- job: debian-arm32
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
|
|
||||||
# ARM64 testing of bare-metal boards attached to an x86 gitlab-runner system
|
# ARM64 testing of bare-metal boards attached to an x86 gitlab-runner system
|
||||||
.baremetal-test-arm64-gl:
|
.baremetal-test-arm64-gl:
|
||||||
|
|
@ -46,7 +45,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm64
|
- job: debian-arm64
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
|
|
||||||
# ARM64 testing of bare-metal boards attached to an x86 gitlab-runner system
|
# ARM64 testing of bare-metal boards attached to an x86 gitlab-runner system
|
||||||
.baremetal-test-arm64-vk:
|
.baremetal-test-arm64-vk:
|
||||||
|
|
@ -61,7 +59,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm64
|
- job: debian-arm64
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
|
|
||||||
# ARM32/64 testing of bare-metal boards attached to an x86 gitlab-runner system, using an asan mesa build
|
# ARM32/64 testing of bare-metal boards attached to an x86 gitlab-runner system, using an asan mesa build
|
||||||
.baremetal-arm32-asan-test-gl:
|
.baremetal-arm32-asan-test-gl:
|
||||||
|
|
@ -73,7 +70,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm32-asan
|
- job: debian-arm32-asan
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
|
|
||||||
.baremetal-arm64-asan-test-gl:
|
.baremetal-arm64-asan-test-gl:
|
||||||
variables:
|
variables:
|
||||||
|
|
@ -84,7 +80,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm64-asan
|
- job: debian-arm64-asan
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
|
|
||||||
.baremetal-arm64-asan-test-vk:
|
.baremetal-arm64-asan-test-vk:
|
||||||
variables:
|
variables:
|
||||||
|
|
@ -95,7 +90,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm64-asan
|
- job: debian-arm64-asan
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
|
|
||||||
.baremetal-arm64-ubsan-test-gl:
|
.baremetal-arm64-ubsan-test-gl:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -108,7 +102,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm64-ubsan
|
- job: debian-arm64-ubsan
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
|
|
||||||
.baremetal-arm64-ubsan-test-vk:
|
.baremetal-arm64-ubsan-test-vk:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -121,7 +114,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm64-ubsan
|
- job: debian-arm64-ubsan
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
|
|
||||||
.baremetal-deqp-test:
|
.baremetal-deqp-test:
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
|
|
@ -36,8 +36,6 @@
|
||||||
|
|
||||||
# Keep the job script in the artifacts
|
# Keep the job script in the artifacts
|
||||||
CI_TRON_JOB_SCRIPT_PATH: results/job_script.sh
|
CI_TRON_JOB_SCRIPT_PATH: results/job_script.sh
|
||||||
needs:
|
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
tags:
|
tags:
|
||||||
- farm:$RUNNER_FARM_LOCATION
|
- farm:$RUNNER_FARM_LOCATION
|
||||||
- ci-tron:priority:$CI_TRON_JOB_PRIORITY
|
- ci-tron:priority:$CI_TRON_JOB_PRIORITY
|
||||||
|
|
@ -97,7 +95,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-x86_64
|
- job: debian-x86_64
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.ci-tron-test, needs]
|
|
||||||
|
|
||||||
.ci-tron-x86_64-test-vk-manual:
|
.ci-tron-x86_64-test-vk-manual:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -111,7 +108,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-build-x86_64
|
- job: debian-build-x86_64
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.ci-tron-test, needs]
|
|
||||||
|
|
||||||
.ci-tron-x86_64-test-gl:
|
.ci-tron-x86_64-test-gl:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -123,7 +119,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-x86_64
|
- job: debian-x86_64
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.ci-tron-test, needs]
|
|
||||||
|
|
||||||
.ci-tron-x86_64-test-gl-manual:
|
.ci-tron-x86_64-test-gl-manual:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -137,7 +132,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-build-x86_64
|
- job: debian-build-x86_64
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.ci-tron-test, needs]
|
|
||||||
|
|
||||||
.ci-tron-arm64-test:
|
.ci-tron-arm64-test:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -157,7 +151,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm64
|
- job: debian-arm64
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.ci-tron-test, needs]
|
|
||||||
|
|
||||||
.ci-tron-arm64-test-asan-vk:
|
.ci-tron-arm64-test-asan-vk:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -172,7 +165,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm64-asan
|
- job: debian-arm64-asan
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.ci-tron-test, needs]
|
|
||||||
|
|
||||||
.ci-tron-arm64-test-ubsan-vk:
|
.ci-tron-arm64-test-ubsan-vk:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -186,7 +178,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm64-ubsan
|
- job: debian-arm64-ubsan
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.ci-tron-test, needs]
|
|
||||||
|
|
||||||
.ci-tron-arm64-test-gl:
|
.ci-tron-arm64-test-gl:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -198,7 +189,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm64
|
- job: debian-arm64
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.ci-tron-test, needs]
|
|
||||||
|
|
||||||
.ci-tron-arm64-test-asan-gl:
|
.ci-tron-arm64-test-asan-gl:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -213,7 +203,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm64-asan
|
- job: debian-arm64-asan
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.ci-tron-test, needs]
|
|
||||||
|
|
||||||
.ci-tron-arm64-test-ubsan-gl:
|
.ci-tron-arm64-test-ubsan-gl:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -227,7 +216,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm64-ubsan
|
- job: debian-arm64-ubsan
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.ci-tron-test, needs]
|
|
||||||
|
|
||||||
.ci-tron-arm32-test:
|
.ci-tron-arm32-test:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -247,7 +235,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm32
|
- job: debian-arm32
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.ci-tron-test, needs]
|
|
||||||
|
|
||||||
.ci-tron-arm32-test-gl:
|
.ci-tron-arm32-test-gl:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -259,7 +246,6 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm32
|
- job: debian-arm32
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.ci-tron-test, needs]
|
|
||||||
|
|
||||||
.ci-tron-arm32-test-asan-gl:
|
.ci-tron-arm32-test-asan-gl:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -274,4 +260,3 @@
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-arm32-asan
|
- job: debian-arm32-asan
|
||||||
artifacts: false
|
artifacts: false
|
||||||
- !reference [.ci-tron-test, needs]
|
|
||||||
|
|
|
||||||
|
|
@ -66,8 +66,6 @@ variables:
|
||||||
- $RUNNER_TAG
|
- $RUNNER_TAG
|
||||||
after_script:
|
after_script:
|
||||||
- curl -L --retry 4 -f --retry-connrefused --retry-delay 30 -s "https://${JOB_RESULTS_PATH}" | tar --warning=no-timestamp --zstd -x
|
- curl -L --retry 4 -f --retry-connrefused --retry-delay 30 -s "https://${JOB_RESULTS_PATH}" | tar --warning=no-timestamp --zstd -x
|
||||||
needs:
|
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
|
|
||||||
.lava-x86_64-test:
|
.lava-x86_64-test:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -89,7 +87,6 @@ variables:
|
||||||
HWCI_TEST_SCRIPT: install/cuttlefish-runner.sh
|
HWCI_TEST_SCRIPT: install/cuttlefish-runner.sh
|
||||||
S3_ANDROID_ARTIFACT_NAME: mesa-x86_64-android-debug
|
S3_ANDROID_ARTIFACT_NAME: mesa-x86_64-android-debug
|
||||||
needs:
|
needs:
|
||||||
- !reference [.lava-test, needs]
|
|
||||||
- job: debian/x86_64_test-android
|
- job: debian/x86_64_test-android
|
||||||
artifacts: false
|
artifacts: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
@ -103,7 +100,6 @@ variables:
|
||||||
- .use-debian/x86_64_test-gl
|
- .use-debian/x86_64_test-gl
|
||||||
- .lava-x86_64-test
|
- .lava-x86_64-test
|
||||||
needs:
|
needs:
|
||||||
- !reference [.lava-test, needs]
|
|
||||||
- job: debian/x86_64_test-gl
|
- job: debian/x86_64_test-gl
|
||||||
artifacts: false
|
artifacts: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
@ -118,7 +114,6 @@ variables:
|
||||||
DEQP_FORCE_ASAN: 1
|
DEQP_FORCE_ASAN: 1
|
||||||
S3_ARTIFACT_NAME: mesa-x86_64-asan-debugoptimized
|
S3_ARTIFACT_NAME: mesa-x86_64-asan-debugoptimized
|
||||||
needs:
|
needs:
|
||||||
- !reference [.lava-test, needs]
|
|
||||||
- job: debian/x86_64_test-gl
|
- job: debian/x86_64_test-gl
|
||||||
artifacts: false
|
artifacts: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
@ -130,7 +125,6 @@ variables:
|
||||||
- .use-debian/x86_64_test-video
|
- .use-debian/x86_64_test-video
|
||||||
- .lava-x86_64-test
|
- .lava-x86_64-test
|
||||||
needs:
|
needs:
|
||||||
- !reference [.lava-test, needs]
|
|
||||||
- job: debian/x86_64_test-video
|
- job: debian/x86_64_test-video
|
||||||
artifacts: false
|
artifacts: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
@ -142,7 +136,6 @@ variables:
|
||||||
- .use-debian/x86_64_test-vk
|
- .use-debian/x86_64_test-vk
|
||||||
- .lava-x86_64-test
|
- .lava-x86_64-test
|
||||||
needs:
|
needs:
|
||||||
- !reference [.lava-test, needs]
|
|
||||||
- job: debian/x86_64_test-vk
|
- job: debian/x86_64_test-vk
|
||||||
artifacts: false
|
artifacts: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
@ -157,7 +150,6 @@ variables:
|
||||||
DEQP_FORCE_ASAN: 1
|
DEQP_FORCE_ASAN: 1
|
||||||
S3_ARTIFACT_NAME: mesa-x86_64-asan-debugoptimized
|
S3_ARTIFACT_NAME: mesa-x86_64-asan-debugoptimized
|
||||||
needs:
|
needs:
|
||||||
- !reference [.lava-test, needs]
|
|
||||||
- job: debian/x86_64_test-vk
|
- job: debian/x86_64_test-vk
|
||||||
artifacts: false
|
artifacts: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
@ -179,7 +171,6 @@ variables:
|
||||||
- .use-debian/arm32_test-gl
|
- .use-debian/arm32_test-gl
|
||||||
- .lava-arm32-test
|
- .lava-arm32-test
|
||||||
needs:
|
needs:
|
||||||
- !reference [.lava-test, needs]
|
|
||||||
- job: debian/arm32_test-gl
|
- job: debian/arm32_test-gl
|
||||||
artifacts: false
|
artifacts: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
@ -201,7 +192,6 @@ variables:
|
||||||
- .use-debian/arm64_test-gl
|
- .use-debian/arm64_test-gl
|
||||||
- .lava-arm64-test
|
- .lava-arm64-test
|
||||||
needs:
|
needs:
|
||||||
- !reference [.lava-test, needs]
|
|
||||||
- job: debian/arm64_test-gl
|
- job: debian/arm64_test-gl
|
||||||
artifacts: false
|
artifacts: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
@ -216,7 +206,6 @@ variables:
|
||||||
DEQP_FORCE_ASAN: 1
|
DEQP_FORCE_ASAN: 1
|
||||||
S3_ARTIFACT_NAME: mesa-arm64-asan-debugoptimized
|
S3_ARTIFACT_NAME: mesa-arm64-asan-debugoptimized
|
||||||
needs:
|
needs:
|
||||||
- !reference [.lava-test, needs]
|
|
||||||
- job: debian/arm64_test-gl
|
- job: debian/arm64_test-gl
|
||||||
artifacts: false
|
artifacts: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
@ -228,7 +217,6 @@ variables:
|
||||||
- .use-debian/arm64_test-vk
|
- .use-debian/arm64_test-vk
|
||||||
- .lava-arm64-test
|
- .lava-arm64-test
|
||||||
needs:
|
needs:
|
||||||
- !reference [.lava-test, needs]
|
|
||||||
- job: debian/arm64_test-vk
|
- job: debian/arm64_test-vk
|
||||||
artifacts: false
|
artifacts: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
@ -243,7 +231,6 @@ variables:
|
||||||
DEQP_FORCE_ASAN: 1
|
DEQP_FORCE_ASAN: 1
|
||||||
S3_ARTIFACT_NAME: mesa-arm64-asan-debugoptimized
|
S3_ARTIFACT_NAME: mesa-arm64-asan-debugoptimized
|
||||||
needs:
|
needs:
|
||||||
- !reference [.lava-test, needs]
|
|
||||||
- job: debian/arm64_test-vk
|
- job: debian/arm64_test-vk
|
||||||
artifacts: false
|
artifacts: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,6 @@
|
||||||
- job: debian/x86_64_test-gl
|
- job: debian/x86_64_test-gl
|
||||||
optional: true
|
optional: true
|
||||||
- job: debian-x86_64
|
- job: debian-x86_64
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
variables:
|
variables:
|
||||||
DEBIAN_ARCH: amd64
|
DEBIAN_ARCH: amd64
|
||||||
S3_ARTIFACT_NAME: mesa-x86_64-default-debugoptimized
|
S3_ARTIFACT_NAME: mesa-x86_64-default-debugoptimized
|
||||||
|
|
@ -54,7 +53,6 @@
|
||||||
- job: debian-x86_64
|
- job: debian-x86_64
|
||||||
- job: debian/x86_64_test-vk
|
- job: debian/x86_64_test-vk
|
||||||
optional: true
|
optional: true
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
variables:
|
variables:
|
||||||
DEBIAN_ARCH: amd64
|
DEBIAN_ARCH: amd64
|
||||||
S3_ARTIFACT_NAME: mesa-x86_64-default-debugoptimized
|
S3_ARTIFACT_NAME: mesa-x86_64-default-debugoptimized
|
||||||
|
|
@ -66,7 +64,6 @@
|
||||||
needs:
|
needs:
|
||||||
- job: debian/x86_64_test-gl
|
- job: debian/x86_64_test-gl
|
||||||
optional: true
|
optional: true
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
variables:
|
variables:
|
||||||
S3_ARTIFACT_NAME: mesa-x86_64-default-debugoptimized
|
S3_ARTIFACT_NAME: mesa-x86_64-default-debugoptimized
|
||||||
|
|
||||||
|
|
@ -91,7 +88,6 @@
|
||||||
- job: debian/x86_64_test-android
|
- job: debian/x86_64_test-android
|
||||||
artifacts: false
|
artifacts: false
|
||||||
optional: true
|
optional: true
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
timeout: 20m
|
timeout: 20m
|
||||||
script:
|
script:
|
||||||
- ./install/cuttlefish-runner.sh
|
- ./install/cuttlefish-runner.sh
|
||||||
|
|
@ -182,13 +178,3 @@
|
||||||
- rm -rf install
|
- rm -rf install
|
||||||
- (set -x; curl -L --retry 4 -f --retry-all-errors --retry-delay 60 ${FDO_HTTP_CACHE_URI:-}https://${PIPELINE_ARTIFACTS_BASE}/${S3_ARTIFACT_NAME}.tar.zst | tar --zstd -x)
|
- (set -x; curl -L --retry 4 -f --retry-all-errors --retry-delay 60 ${FDO_HTTP_CACHE_URI:-}https://${PIPELINE_ARTIFACTS_BASE}/${S3_ARTIFACT_NAME}.tar.zst | tar --zstd -x)
|
||||||
- section_end artifacts_download
|
- section_end artifacts_download
|
||||||
|
|
||||||
# Jobs that need to pass before spending hardware resources on further testing
|
|
||||||
.required-for-hardware-jobs:
|
|
||||||
needs:
|
|
||||||
- job: rustfmt
|
|
||||||
optional: true
|
|
||||||
artifacts: false
|
|
||||||
- job: yaml-toml-shell-py-test
|
|
||||||
optional: true
|
|
||||||
artifacts: false
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,6 @@
|
||||||
- job: windows-msvc
|
- job: windows-msvc
|
||||||
- job: windows_test_msvc
|
- job: windows_test_msvc
|
||||||
optional: true
|
optional: true
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none # testing doesn't build anything from source
|
GIT_STRATEGY: none # testing doesn't build anything from source
|
||||||
GALLIUM_DRIVER: d3d12
|
GALLIUM_DRIVER: d3d12
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@ test-spirv2dxil-windows:
|
||||||
- job: windows-msvc
|
- job: windows-msvc
|
||||||
- job: windows_test_msvc
|
- job: windows_test_msvc
|
||||||
optional: true
|
optional: true
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none # testing doesn't build anything from source
|
GIT_STRATEGY: none # testing doesn't build anything from source
|
||||||
script:
|
script:
|
||||||
|
|
@ -36,7 +35,6 @@ test-dozen-deqp:
|
||||||
- job: windows-msvc
|
- job: windows-msvc
|
||||||
- job: windows_test_msvc
|
- job: windows_test_msvc
|
||||||
optional: true
|
optional: true
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none # testing doesn't build anything from source
|
GIT_STRATEGY: none # testing doesn't build anything from source
|
||||||
DZN_AGILITY_RELATIVE_PATH: "D3D12\\"
|
DZN_AGILITY_RELATIVE_PATH: "D3D12\\"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue