Преглед на файлове

[bitnami/mlflow] Add wait before starting the tests (#27178)

* [bitnami/mlflow] Add wait before starting tests

Signed-off-by: Fran Mulero <fmulero@vmware.com>

* Version bump

Signed-off-by: Fran Mulero <fmulero@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Add wait file to vib-verify

Signed-off-by: Fran Mulero <fmulero@vmware.com>

* Add wait file to vib-verify

Signed-off-by: Fran Mulero <fmulero@vmware.com>

---------

Signed-off-by: Fran Mulero <fmulero@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
Fran Mulero преди 1 година
родител
ревизия
10d0f98461
променени са 4 файла, в които са добавени 22 реда и са изтрити 3 реда
  1. 12 0
      .vib/mlflow/goss/goss-wait.yaml
  2. 3 0
      .vib/mlflow/vib-verify.json
  3. 6 2
      bitnami/mlflow/CHANGELOG.md
  4. 1 1
      bitnami/mlflow/Chart.yaml

+ 12 - 0
.vib/mlflow/goss/goss-wait.yaml

@@ -0,0 +1,12 @@
+# Copyright Broadcom, Inc. All Rights Reserved.
+# SPDX-License-Identifier: APACHE-2.0
+
+command:
+  # During the initilization process, MLflow  can be restarted to apply some settings. It
+  # might happen that GOSS tests are launched precisely when this restart is triggered,
+  # leading to false positives. This ensures some time has passed before proceeding with
+  # the tests, increasing the resiliency.
+  wait-to-be-available:
+    exec: "sleep 120"
+    exit-status: 0
+    timeout: 130000

+ 3 - 0
.vib/mlflow/vib-verify.json

@@ -36,6 +36,9 @@
             "resources": {
               "path": "/.vib"
             },
+            "wait": {
+              "file": "mlflow/goss/goss-wait.yaml"
+            },
             "tests_file": "mlflow/goss/goss.yaml",
             "vars_file": "mlflow/runtime-parameters.yaml",
             "remote": {

+ 6 - 2
bitnami/mlflow/CHANGELOG.md

@@ -1,8 +1,12 @@
 # Changelog
 
-## 1.4.6 (2024-06-14)
+## 1.4.7 (2024-06-14)
 
-* [bitnami/mlflow] Release 1.4.6 ([#27176](https://github.com/bitnami/charts/pull/27176))
+* [bitnami/mlflow] Add wait before starting the tests ([#27178](https://github.com/bitnami/charts/pull/27178))
+
+## <small>1.4.6 (2024-06-14)</small>
+
+* [bitnami/mlflow] Release 1.4.6 (#27176) ([7a481b5](https://github.com/bitnami/charts/commit/7a481b5a18c4f62a2fae53d67921a5d28e03dbc4)), closes [#27176](https://github.com/bitnami/charts/issues/27176)
 
 ## <small>1.4.5 (2024-06-12)</small>
 

+ 1 - 1
bitnami/mlflow/Chart.yaml

@@ -44,4 +44,4 @@ sources:
 - https://github.com/bitnami/charts/tree/main/bitnami/mlflow
 - https://github.com/bitnami/containers/tree/main/bitnami/mlflow
 - https://github.com/mlflow/mlflow
-version: 1.4.6
+version: 1.4.7