radeonsi: enable 8K video decode support for HEVC and VP9
[mesa.git] / .gitlab-ci.yml
index 78793fc7b0c1e5bfd5959453c1cc8f0be85e9824..becc1c18da68eea594e218efbc1e36e08e5986a8 100644 (file)
@@ -40,9 +40,27 @@ stages:
 # When to automatically run the CI
 .ci-run-policy:
   only:
-    - branches@mesa/mesa
-    - merge_requests
-    - /^ci([-/].*)?$/
+    refs:
+      - branches@mesa/mesa
+      - merge_requests
+      - /^ci([-/].*)?$/
+    changes:
+      - VERSION
+      - bin/**/*
+      # GitLab CI
+      - .gitlab-ci.yml
+      - .gitlab-ci/**/*
+      # Meson
+      - meson*
+      - build-support/**/*
+      - subprojects/**/*
+      # SCons
+      - SConstruct
+      - scons/**/*
+      - common.py
+      # Source code
+      - include/**/*
+      - src/**/*
   retry:
     max: 2
     when:
@@ -278,7 +296,7 @@ meson-clang:
     CC: "ccache clang-8"
     CXX: "ccache clang++-8"
 
-meson-windows:
+.meson-windows:
   extends:
     - .build-windows
   before_script: