From: vitaly prosyak <vprosyak@amd.com>
To: Kamil Konieczny <kamil.konieczny@linux.intel.com>,
igt-dev@lists.freedesktop.org
Cc: Andrzej Hajda <andrzej.hajda@intel.com>,
Ewelina Musial <ewelina.musial@intel.com>,
Michal Czaplinski <michal.czaplinski@intel.com>,
Petri Latvala <adrinael@adrinael.net>,
Rob Clark <rob.clark@oss.qualcomm.com>,
Ryszard Knop <ryszard.knop@intel.com>,
Vitaly Prosyak <vitaly.prosyak@amd.com>
Subject: Re: [PATCH i-g-t v1 2/4] gitlab-ci: Rename blocklist verify script
Date: Mon, 4 Aug 2025 20:54:27 -0400 [thread overview]
Message-ID: <734e8d0a-25af-4dae-9c44-781fcf2befec@amd.com> (raw)
In-Reply-To: <20250728173152.220113-3-kamil.konieczny@linux.intel.com>
Reviewed-by: Vitaly Prosyak <vitaly.prosyak@amd.com>
Thanks, Vitaly
On 2025-07-28 13:31, Kamil Konieczny wrote:
> Rename verify script and also pipeline which uses it.
>
> Cc: Andrzej Hajda <andrzej.hajda@intel.com>
> Cc: Ewelina Musial <ewelina.musial@intel.com>
> Cc: Michal Czaplinski <michal.czaplinski@intel.com>
> Cc: Petri Latvala <adrinael@adrinael.net>
> Cc: Rob Clark <rob.clark@oss.qualcomm.com>
> Cc: Ryszard Knop <ryszard.knop@intel.com>
> Cc: Vitaly Prosyak <vitaly.prosyak@amd.com>
> Signed-off-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> ---
> .gitlab-ci.yml | 4 ++--
> scripts/{verify-blacklist.sh => verify-blocklist.sh} | 0
> 2 files changed, 2 insertions(+), 2 deletions(-)
> rename scripts/{verify-blacklist.sh => verify-blocklist.sh} (100%)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 8098f2b70..fb5713fba 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -227,11 +227,11 @@ test:list-undocumented-tests:
> paths:
> - undocumented_tests.txt
>
> -test:verify-blacklists:
> +test:verify-blocklists:
> dependencies:
> - build:tests-fedora
> stage: test
> - 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
> + script: for bl in tests/intel-ci/i915.blocklist{,-pre-merge}.txt; do scripts/verify-blocklist.sh build/runner/igt_runner build/tests "$bl" || exit 1; done
>
> ################### DEPLOY #########################
>
> diff --git a/scripts/verify-blacklist.sh b/scripts/verify-blocklist.sh
> similarity index 100%
> rename from scripts/verify-blacklist.sh
> rename to scripts/verify-blocklist.sh
next prev parent reply other threads:[~2025-08-05 0:54 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-28 17:31 [PATCH i-g-t v1 0/4] Rename verify script and update pipeline Kamil Konieczny
2025-07-28 17:31 ` [PATCH i-g-t v1 1/4] scripts/run-tests: Update help Kamil Konieczny
2025-08-04 10:39 ` Hajda, Andrzej
2025-07-28 17:31 ` [PATCH i-g-t v1 2/4] gitlab-ci: Rename blocklist verify script Kamil Konieczny
2025-08-04 10:40 ` Hajda, Andrzej
2025-08-05 0:54 ` vitaly prosyak [this message]
2025-08-05 13:18 ` Kamil Konieczny
2025-07-28 17:31 ` [PATCH i-g-t v1 3/4] scripts: Update documentation for blocklist verification Kamil Konieczny
2025-08-04 10:40 ` Hajda, Andrzej
2025-07-28 17:31 ` [PATCH i-g-t v1 4/4] scripts: Add symlink to verify Kamil Konieczny
2025-08-04 10:39 ` Hajda, Andrzej
2025-07-28 21:21 ` ✓ Xe.CI.BAT: success for Rename verify script and update pipeline Patchwork
2025-07-28 21:28 ` ✓ i915.CI.BAT: " Patchwork
2025-07-29 1:40 ` ✓ Xe.CI.Full: " Patchwork
2025-07-29 6:58 ` ✓ i915.CI.Full: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=734e8d0a-25af-4dae-9c44-781fcf2befec@amd.com \
--to=vprosyak@amd.com \
--cc=adrinael@adrinael.net \
--cc=andrzej.hajda@intel.com \
--cc=ewelina.musial@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=kamil.konieczny@linux.intel.com \
--cc=michal.czaplinski@intel.com \
--cc=rob.clark@oss.qualcomm.com \
--cc=ryszard.knop@intel.com \
--cc=vitaly.prosyak@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.