Skip to content

Commit 224ef28

Browse files
committed
Updating the workflow file for pre-checking
1 parent 04c3f0e commit 224ef28

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/red-gcp-pre-pull-deployment-checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,13 +279,15 @@ jobs:
279279
fi
280280
281281
# Create a new tfvars file with the specified details
282+
echo "Infinia Instance : $INFINIA_INSTANCES"
283+
echo "Infinia Instance : ${INFINIA_INSTANCES}"
282284
cat > marketplace_deployment.tfvars << 'EOF'
283285
goog_cm_deployment_name = "precheck-${TIMESTAMP}"
284286
zone = "us-central1-f"
285287
project_id = "red-101"
286288
machine_type = "n2-standard-16"
287289
desired_capacity = ${{ env.DESIRED_CAPACITY }}
288-
num_infinia_instances = $INFINIA_INSTANCES
290+
num_infinia_instances = ${INFINIA_INSTANCES}
289291
num_clients = ${{ env.NUM_CLIENTS }}
290292
#local_disks = 4
291293
pd_disk_size = 64

0 commit comments

Comments
 (0)