|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH for-4.22] CI: Use more specific Xilinx runner tags
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@xxxxxxxxxx> --- CC: Victor Lira <victorm.lira@xxxxxxx> CC: Anthony PERARD <anthony.perard@xxxxxxxxxx> CC: Stefano Stabellini <sstabellini@xxxxxxxxxx> CC: Michal Orzel <michal.orzel@xxxxxxx> CC: Doug Goldstein <cardoe@xxxxxxxxxx> CC: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> 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
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |