Re: [PATCH] automation: zen3 dom0pvh test

2023-06-02 Thread Marek Marczykowski-Górecki
On Wed, May 31, 2023 at 04:49:21PM -0700, Stefano Stabellini wrote:
> From: Stefano Stabellini 
> 
> Add a PVH Dom0 test for the zen3 runner.
> 
> Signed-off-by: Stefano Stabellini 

Acked-by: Marek Marczykowski-Górecki 

> ---
>  automation/gitlab-ci/test.yaml | 8 
>  1 file changed, 8 insertions(+)
> 
> diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml
> index fbe2c0589a..d5cb238b0a 100644
> --- a/automation/gitlab-ci/test.yaml
> +++ b/automation/gitlab-ci/test.yaml
> @@ -202,6 +202,14 @@ zen3p-smoke-x86-64-gcc-debug:
>  - *x86-64-test-needs
>  - alpine-3.12-gcc-debug
>  
> +zen3p-smoke-x86-64-dom0pvh-gcc-debug:
> +  extends: .zen3p-x86-64
> +  script:
> +- ./automation/scripts/qubes-x86-64.sh dom0pvh 2>&1 | tee ${LOGFILE}
> +  needs:
> +- *x86-64-test-needs
> +- alpine-3.12-gcc-debug
> +
>  zen3p-pci-hvm-x86-64-gcc-debug:
>extends: .zen3p-x86-64
>script:
> -- 
> 2.25.1
> 

-- 
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab


signature.asc
Description: PGP signature


[PATCH] automation: zen3 dom0pvh test

2023-05-31 Thread Stefano Stabellini
From: Stefano Stabellini 

Add a PVH Dom0 test for the zen3 runner.

Signed-off-by: Stefano Stabellini 
---
 automation/gitlab-ci/test.yaml | 8 
 1 file changed, 8 insertions(+)

diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml
index fbe2c0589a..d5cb238b0a 100644
--- a/automation/gitlab-ci/test.yaml
+++ b/automation/gitlab-ci/test.yaml
@@ -202,6 +202,14 @@ zen3p-smoke-x86-64-gcc-debug:
 - *x86-64-test-needs
 - alpine-3.12-gcc-debug
 
+zen3p-smoke-x86-64-dom0pvh-gcc-debug:
+  extends: .zen3p-x86-64
+  script:
+- ./automation/scripts/qubes-x86-64.sh dom0pvh 2>&1 | tee ${LOGFILE}
+  needs:
+- *x86-64-test-needs
+- alpine-3.12-gcc-debug
+
 zen3p-pci-hvm-x86-64-gcc-debug:
   extends: .zen3p-x86-64
   script:
-- 
2.25.1