[igt-dev] [RFC 2/4] tests/intel-ci: add symlinks to avoid breaking CI pipelines

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Thu Mar 23 16:29:41 UTC 2023


From: Mauro Carvalho Chehab <mchehab at kernel.org>

There are lots of CI pipelines that rely on the old namespace
and testset.

Preserve them by adding symlinks to the old namespace.

Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
---
 tests/intel-ci/blacklist-pre-merge.txt | 1 +
 tests/intel-ci/blacklist.txt           | 1 +
 2 files changed, 2 insertions(+)
 create mode 120000 tests/intel-ci/blacklist-pre-merge.txt
 create mode 120000 tests/intel-ci/blacklist.txt

diff --git a/tests/intel-ci/blacklist-pre-merge.txt b/tests/intel-ci/blacklist-pre-merge.txt
new file mode 120000
index 000000000000..2d241498cacf
--- /dev/null
+++ b/tests/intel-ci/blacklist-pre-merge.txt
@@ -0,0 +1 @@
+i915-blocklist-pre-merge.txt
\ No newline at end of file
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
new file mode 120000
index 000000000000..cc445e71e488
--- /dev/null
+++ b/tests/intel-ci/blacklist.txt
@@ -0,0 +1 @@
+i915-blocklist.txt
\ No newline at end of file
-- 
2.39.2



More information about the igt-dev mailing list