fix: Flaky test

This commit is contained in:
Ilya Kuznetsov 2025-01-20 12:47:17 +01:00
parent bdb8f1e466
commit 19b5018985
No known key found for this signature in database
GPG Key ID: 91F3DDCF5D21CDDF
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -1,3 +1,4 @@
{
"cluster_key": "mlops_stacks-cluster"
"cluster_key": "mlops_stacks-cluster",
"cluster_workers": 2
}