From: Victor Lira <victorm.l...@amd.com> Add x86_64 hardware test that creates a Xen Argo communication connection between two PVH domains.
To accomplish this, add new build artifacts for Linux and Argo, and update the xilinx x86_64 test script. Victor Lira (3): automation: add linux 6.6.56 artifact automation: add linux argo test artifacts automation: add x86_64 test (linux argo) automation/gitlab-ci/build.yaml | 34 +++++++ automation/gitlab-ci/test.yaml | 10 ++ .../scripts/xilinx-smoke-dom0-x86_64.sh | 76 ++++++++++----- .../tests-artifacts/argo/6.6.56.dockerfile | 95 +++++++++++++++++++ .../tests-artifacts/kernel/6.6.56.dockerfile | 54 +++++++++++ 5 files changed, 244 insertions(+), 25 deletions(-) create mode 100644 automation/tests-artifacts/argo/6.6.56.dockerfile create mode 100644 automation/tests-artifacts/kernel/6.6.56.dockerfile -- 2.25.1