Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2025-07-18 16:00:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openQA (Old)
 and      /work/SRC/openSUSE:Factory/.openQA.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openQA"

Fri Jul 18 16:00:15 2025 rev:714 rq:1294316 version:5.1752690982.12f3e8e6

Changes:
--------
--- /work/SRC/openSUSE:Factory/openQA/openQA.changes    2025-07-17 
17:19:30.737615659 +0200
+++ /work/SRC/openSUSE:Factory/.openQA.new.8875/openQA.changes  2025-07-18 
16:01:07.980991942 +0200
@@ -1,0 +2,6 @@
+Fri Jul 18 08:20:44 UTC 2025 - ok...@suse.com
+
+- Update to version 5.1752690982.12f3e8e6:
+  * Add link to Helm in README
+
+-------------------------------------------------------------------

Old:
----
  openQA-5.1752668195.a61b311b.obscpio

New:
----
  openQA-5.1752690982.12f3e8e6.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openQA-client-test.spec ++++++
--- /var/tmp/diff_new_pack.aflQXs/_old  2025-07-18 16:01:09.901072093 +0200
+++ /var/tmp/diff_new_pack.aflQXs/_new  2025-07-18 16:01:09.901072093 +0200
@@ -18,7 +18,7 @@
 
 %define         short_name openQA-client
 Name:           %{short_name}-test
-Version:        5.1752668195.a61b311b
+Version:        5.1752690982.12f3e8e6
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ openQA-devel-test.spec ++++++
--- /var/tmp/diff_new_pack.aflQXs/_old  2025-07-18 16:01:09.933073429 +0200
+++ /var/tmp/diff_new_pack.aflQXs/_new  2025-07-18 16:01:09.933073429 +0200
@@ -18,7 +18,7 @@
 
 %define         short_name openQA-devel
 Name:           %{short_name}-test
-Version:        5.1752668195.a61b311b
+Version:        5.1752690982.12f3e8e6
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ openQA-test.spec ++++++
--- /var/tmp/diff_new_pack.aflQXs/_old  2025-07-18 16:01:09.977075266 +0200
+++ /var/tmp/diff_new_pack.aflQXs/_new  2025-07-18 16:01:09.977075266 +0200
@@ -18,7 +18,7 @@
 
 %define         short_name openQA
 Name:           %{short_name}-test
-Version:        5.1752668195.a61b311b
+Version:        5.1752690982.12f3e8e6
 Release:        0
 Summary:        Test package for openQA
 License:        GPL-2.0-or-later

++++++ openQA-worker-test.spec ++++++
--- /var/tmp/diff_new_pack.aflQXs/_old  2025-07-18 16:01:10.017076936 +0200
+++ /var/tmp/diff_new_pack.aflQXs/_new  2025-07-18 16:01:10.021077103 +0200
@@ -18,7 +18,7 @@
 
 %define         short_name openQA-worker
 Name:           %{short_name}-test
-Version:        5.1752668195.a61b311b
+Version:        5.1752690982.12f3e8e6
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ openQA.spec ++++++
--- /var/tmp/diff_new_pack.aflQXs/_old  2025-07-18 16:01:10.061078773 +0200
+++ /var/tmp/diff_new_pack.aflQXs/_new  2025-07-18 16:01:10.061078773 +0200
@@ -97,7 +97,7 @@
 %define devel_requires %devel_no_selenium_requires chromedriver
 
 Name:           openQA
-Version:        5.1752668195.a61b311b
+Version:        5.1752690982.12f3e8e6
 Release:        0
 Summary:        The openQA web-frontend, scheduler and tools
 License:        GPL-2.0-or-later

++++++ openQA-5.1752668195.a61b311b.obscpio -> 
openQA-5.1752690982.12f3e8e6.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openQA-5.1752668195.a61b311b/container/helm/README.md 
new/openQA-5.1752690982.12f3e8e6/container/helm/README.md
--- old/openQA-5.1752668195.a61b311b/container/helm/README.md   2025-07-16 
14:16:35.000000000 +0200
+++ new/openQA-5.1752690982.12f3e8e6/container/helm/README.md   2025-07-16 
20:36:22.000000000 +0200
@@ -19,14 +19,32 @@
 helm dependency update charts/openqa/
 helm install openqa charts/openqa/
 ```
+The dependency subcommand will build the manifests of the services, which can
+be
+found under the root chart (helm/charts/openqa/charts).
+The install will deploy the services in the cluster.
 
-To uninstall and start over, use `helm uninstall openqa`.
+To uninstall and start over, use `helm uninstall openqa` and delete the tgz
+archives and rerun `helm dependency update charts/openqa/`.
+
+
+Check that everything is up and running:
+
+```
+helm status --show-resources openqa
+```
 
 ## Configuration
 
 It might be necessary to customize the charts by overriding some of the
 variables inside _charts/values.yaml_ to suit your needs.
 
+For testing, it is also useful to create a `my_values.yaml` and run:
+
+```
+helm install openqa helm/charts/openqa/ -f my_values.yaml
+```
+
 ### Worker
 
 The worker requires some basic configuration, as described in the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openQA-5.1752668195.a61b311b/docs/Installing.asciidoc 
new/openQA-5.1752690982.12f3e8e6/docs/Installing.asciidoc
--- old/openQA-5.1752668195.a61b311b/docs/Installing.asciidoc   2025-07-16 
14:16:35.000000000 +0200
+++ new/openQA-5.1752690982.12f3e8e6/docs/Installing.asciidoc   2025-07-16 
20:36:22.000000000 +0200
@@ -177,6 +177,11 @@
 
https://registry.opensuse.org/cgi-bin/cooverview?srch_term=project%3Ddevel%3AopenQA[openSUSE's
 registry]
 for all available container images.
 
+=== Kubernetes
+
+Find a guide and the helm charts for Kubernetes deployment of openQA in
+link:https://github.com/os-autoinst/openQA/blob/master/container/helm/README.md[Helm
 README].
+
 == Quick bootstrapping under openSUSE
 [id="bootstrapping"]
 

++++++ openQA.obsinfo ++++++
--- /var/tmp/diff_new_pack.aflQXs/_old  2025-07-18 16:01:29.101873599 +0200
+++ /var/tmp/diff_new_pack.aflQXs/_new  2025-07-18 16:01:29.105873766 +0200
@@ -1,5 +1,5 @@
 name: openQA
-version: 5.1752668195.a61b311b
-mtime: 1752668195
-commit: a61b311b867cf8b2797841e2d676a02efc5fe968
+version: 5.1752690982.12f3e8e6
+mtime: 1752690982
+commit: 12f3e8e67ab02bd230a9a0341dbc608b38971262
 

Reply via email to