mirror of https://github.com/databricks/cli.git
fix: Flaky test
This commit is contained in:
parent
bdb8f1e466
commit
19b5018985
|
@ -113,7 +113,7 @@ Exit code: 1
|
|||
}
|
||||
|
||||
>>> errcode $CLI bundle validate -o json --target without-defaults --var-file=var_files/without_required.json
|
||||
Error: no value assigned to required variable cluster_workers. Assignment can be done through the "--var" or "--var-file" flag or by setting the BUNDLE_VAR_cluster_workers environment variable
|
||||
Error: no value assigned to required variable cluster. Assignment can be done through the "--var" or "--var-file" flag or by setting the BUNDLE_VAR_cluster environment variable
|
||||
|
||||
|
||||
Exit code: 1
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"cluster_key": "mlops_stacks-cluster"
|
||||
"cluster_key": "mlops_stacks-cluster",
|
||||
"cluster_workers": 2
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue