ci: Disable scons-win64 job
authorMichel Dänzer <mdaenzer@redhat.com>
Thu, 11 Feb 2021 08:56:09 +0000 (09:56 +0100)
committerMarge Bot <eric+marge@anholt.net>
Fri, 12 Feb 2021 14:17:22 +0000 (14:17 +0000)
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 <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8976>

.gitlab-ci.yml
.gitlab-ci/test-source-dep.yml

index 00d5b9ff79d7cc34a7bc6bf716676175a1c4f6ae..133ca0ca70a3154afa8e24a194121f9889a6cc68 100644 (file)
@@ -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
index 89a21811147c70499998deda6609feff9d87e368..89642478f2288d2720adfbe28c87e3859894bfc2 100644 (file)
@@ -18,7 +18,6 @@
       - .gitlab-ci/**/*
       - include/**/*
       - meson.build
-      - SConstruct
       - src/*
       - src/compiler/**/*
       - src/drm-shim/**/*