[PATCH i-g-t v3 2/5] gitlab-ci: Update Intel i915 blocklists
Kamil Konieczny
kamil.konieczny at linux.intel.com
Mon Jul 7 16:23:37 UTC 2025
Update Intel blocklist names in runner testing.
v2: drop xe as there is no pre-merge blocklist (Kamil)
Cc: Andrzej Hajda <andrzej.hajda at intel.com>
Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
fix yml
---
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 637112e4e..8098f2b70 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -231,7 +231,7 @@ test:verify-blacklists:
dependencies:
- build:tests-fedora
stage: test
- script: for bl in tests/intel-ci/blacklist{,-pre-merge}.txt; do scripts/verify-blacklist.sh build/runner/igt_runner build/tests "$bl" || exit 1; done
+ script: for bl in tests/intel-ci/i915.blocklist{,-pre-merge}.txt; do scripts/verify-blacklist.sh build/runner/igt_runner build/tests "$bl" || exit 1; done
################### DEPLOY #########################
--
2.49.0
More information about the igt-dev
mailing list