[PATCH for-4.22] CI: Use more specific Xilinx runner tags

Andrew Cooper posted 1 patch 12 hours ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20260612180341.3152136-1-andrew.cooper3@citrix.com
automation/gitlab-ci/test.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH for-4.22] CI: Use more specific Xilinx runner tags
Posted by Andrew Cooper 12 hours ago
In order to avoid serialising the testing on both boards, the runner
configuration is being adjusted.

Have the .xilinx-arm64 and .xilinx-x86_64 templates choose the board directly
using a more specific tag.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Victor Lira <victorm.lira@amd.com>
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Michal Orzel <michal.orzel@amd.com>
CC: Doug Goldstein <cardoe@cardoe.com>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>

For 4.22, and for backport to all branches including security-only.

https://gitlab.com/xen-project/hardware/xen-staging/-/pipelines/2597755162
showing all the Xilinx jobs still running fine.
---
 automation/gitlab-ci/test.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml
index 89760b24e63a..c375c9730928 100644
--- a/automation/gitlab-ci/test.yaml
+++ b/automation/gitlab-ci/test.yaml
@@ -119,7 +119,7 @@
           && $CI_COMMIT_REF_PROTECTED == "true"
       when: on_success
   tags:
-    - xilinx
+    - xilinx-zynq-423
 
 .xilinx-x86_64:
   extends: .test-jobs-common
@@ -139,7 +139,7 @@
           && $CI_COMMIT_REF_PROTECTED == "true"
       when: on_success
   tags:
-    - xilinx
+    - xilinx-crater-001
 
 .adl-x86-64:
   extends: .test-jobs-common

base-commit: ffb9c3016be3beb4228e9975bfb5f8ca5b5ccd56
-- 
2.39.5
Re: [PATCH for-4.22] CI: Use more specific Xilinx runner tags
Posted by Lira, Victor M 11 hours ago
Reviewed-by: Victor Lira <victorm.lira@amd.com>


Victor