Skip to content

Commit 04c3f0e

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
project_id = "red-101"
286286
machine_type = "n2-standard-16"
287287
desired_capacity = ${{ env.DESIRED_CAPACITY }}
288-
num_infinia_instances = ${INFINIA_INSTANCES}
288+
num_infinia_instances = $INFINIA_INSTANCES
289289
num_clients = ${{ env.NUM_CLIENTS }}
290290
#local_disks = 4
291291
pd_disk_size = 64
@@ -413,8 +413,8 @@ jobs:
413413
echo "✅ redcli login successful"
414414
415415
# Wait for cluster formation and node discovery
416-
echo "⏳ Waiting 15 minutes for all nodes to join cluster and complete discovery..."
417-
sleep 900 # 15 minutes = 900 seconds
416+
echo "⏳ Waiting 5 minutes for all nodes to join cluster and complete discovery..."
417+
sleep 300 # 5 minutes = 300 seconds
418418
419419
# Test redcli inventory show
420420
echo "🔍 Testing redcli inventory show..."

0 commit comments

Comments
 (0)