[Release] release tests yamls for Tune & GPU (#12496)

This commit is contained in:
Kai Fricke
2020-12-08 19:15:07 +01:00
committed by Max Fitton
parent 38249ae035
commit 986446d15c
11 changed files with 99 additions and 153 deletions
+2 -2
View File
@@ -102,11 +102,11 @@ class FailureInjectorCallback(Callback):
"""Adds random failure injection to the TrialExecutor."""
def __init__(self,
config_path="/home/ubuntu/ray_bootstrap_config.yaml",
config_path="~/ray_bootstrap_config.yaml",
probability=0.1,
disable=False):
self.probability = probability
self.config_path = config_path
self.config_path = os.path.expanduser(config_path)
self.disable = disable
def on_step_begin(self, **info):