[igt-dev] [PATCH i-g-t 2/2] gitlab-ci: Verify blacklist files with verify-blacklist.sh
Arkadiusz Hiler
arkadiusz.hiler at intel.com
Mon Jun 15 10:30:28 UTC 2020
On Mon, Jun 15, 2020 at 01:25:16PM +0300, Petri Latvala wrote:
> Signed-off-by: Petri Latvala <petri.latvala at intel.com>
> Cc: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
> ---
>
> Now finished in 47 seconds in gitlab.
>
>
> .gitlab-ci.yml | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index c5a6bd9e..d7fdbfde 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -252,6 +252,12 @@ test:list-undocumented-tests:
> paths:
> - undocumented_tests.txt
>
> +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
> +
> ################### DEPLOY #########################
>
> pages:
> --
> 2.20.1
For both patches,
Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
We still should do something about the assume implicit ^$ that are not
there.
More information about the igt-dev
mailing list