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