[PATCH i-g-t v4 2/5] gitlab-ci: Update Intel i915 blocklists
Hajda, Andrzej
andrzej.hajda at intel.com
Wed Jul 9 13:00:26 UTC 2025
W dniu 08.07.2025 o 17:28, Kamil Konieczny pisze:
> Update Intel blocklist names in runner testing.
>
> v2: drop xe as this should simplify change, also
> there is no pre-merge for xe (Kamil)
>
> Cc: Andrzej Hajda <andrzej.hajda at intel.com>
> Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
Reviewed-by: Andrzej Hajda <andrzej.hajda at intel.com>
Regards
Andrzej
> ---
> .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 #########################
>
More information about the igt-dev
mailing list