From dee59ebfcd5280cd1c2a472db08c6d6392619593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Thu, 11 Feb 2021 09:56:09 +0100 Subject: [PATCH] ci: Disable scons-win64 job It's failed for almost a month, so right now it's mostly noise and a waste of CI resources. It can easily be re-enabled by an MR which makes it pass again. Reviewed-by: Eric Anholt Part-of: --- .gitlab-ci.yml | 6 +----- .gitlab-ci/test-source-dep.yml | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00d5b9ff79d..133ca0ca70a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -144,10 +144,6 @@ test-docs-mr: - meson* - build-support/**/* - subprojects/**/* - # SCons - - SConstruct - - scons/**/* - - common.py # Source code - include/**/* - src/**/* @@ -902,7 +898,7 @@ test-d3d12-windows: paths: - summary/ -scons-win64: +.scons-win64: extends: .scons-build variables: SCONS_TARGET: platform=windows machine=x86_64 debug=1 diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index 89a21811147..89642478f22 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -18,7 +18,6 @@ - .gitlab-ci/**/* - include/**/* - meson.build - - SConstruct - src/* - src/compiler/**/* - src/drm-shim/**/*