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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <eskultet@xxxxxxxxxx>
Reviewed-by: Daniel P. Berrangé <berrange@xxxxxxxxxx>
Erik Skultety <eskultet@xxxxxxxxxx>:
---
 ci/helper | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ci/helper b/ci/helper
index fce370f995..f7b0204ea0 100755
--- a/ci/helper
+++ b/ci/helper
@@ -295,6 +295,10 @@ class Application:
     def _action_shell(self):
         self._make_run(f"ci-shell@{self._args.target}")
 
+    @required_deps("git")
+    def _action_run(self):
+        return self._lcitool_run(self._args.job)
+
     def _action_list_images(self):
         registry_uri = util.get_registry_uri(self._args.namespace,
                                              self._args.gitlab_uri)
-- 
2.41.0




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux