fix: Remove redundant test

This commit is contained in:
Ilya Kuznetsov 2025-01-21 14:45:56 +01:00
parent 6dd8fc228e
commit 1656bf5506
No known key found for this signature in database
GPG Key ID: 91F3DDCF5D21CDDF
3 changed files with 0 additions and 26 deletions

View File

@ -1,21 +0,0 @@
bundle:
name: TestResolveVariablesFromFlag
variables:
cluster:
type: "complex"
default:
node_type_id: "undefined"
cluster_key:
default: "undefined"
cluster_workers:
default: 1
resources:
jobs:
job1:
job_clusters:
- job_cluster_key: ${var.cluster_key}
new_cluster:
node_type_id: "${var.cluster.node_type_id}"
num_workers: ${var.cluster_workers}

View File

@ -1,3 +0,0 @@
>>> $CLI bundle validate -o json --var=cluster_key=mlops_stacks-cluster
"mlops_stacks-cluster"

View File

@ -1,2 +0,0 @@
# single flag
trace $CLI bundle validate -o json --var="cluster_key=mlops_stacks-cluster" | jq .resources.jobs.job1.job_clusters[0].job_cluster_key