Re: [libvirt PATCH 30/33] ci: helper: Add an action to run the container workload via lcitool

2023-08-31 Thread Daniel P . Berrangé
On Fri, Aug 25, 2023 at 07:55:38PM +0200, Erik Skultety wrote: > Just like with the other CLI sub-commands, add an action to run a > GitLab spec job in a local container via lcitool. > > Signed-off-by: Erik Skultety > --- > ci/helper | 4 > 1 file changed, 4 insertions(+) Reviewed-by: Dani

[libvirt PATCH 30/33] ci: helper: Add an action to run the container workload via lcitool

2023-08-25 Thread Erik Skultety
Just like with the other CLI sub-commands, add an action to run a GitLab spec job in a local container via lcitool. Signed-off-by: Erik Skultety --- ci/helper | 4 1 file changed, 4 insertions(+) diff --git a/ci/helper b/ci/helper index 887e64ece1..7385d3b95c 100755 --- a/ci/helper +++ b/c