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