[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>
This commit is contained in:
Fran Mulero
2024-06-14 17:38:43 +02:00
committed by GitHub
parent c83e56657f
commit 10d0f98461
4 changed files with 22 additions and 3 deletions

View File

@@ -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

View File

@@ -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": {