Sync last changes

This commit is contained in:
2025-07-09 14:31:11 -04:00
parent cf3811c98f
commit 1378d8a38e
23 changed files with 4051 additions and 8 deletions

View File

@ -1,10 +1,11 @@
#!/bin/bash
CONC="1"
REQU="1"
CONC="100"
REQU="100"
BASE_URL="tower2.thezengarden.net"
AAP_JOB_ID="57"
#POST_PAYLOAD_PATH="empty.post"
#POST_PAYLOAD_PATH="provision.lab-dev-1"
#POST_PAYLOAD_PATH="provision.dev"
#POST_PAYLOAD_PATH="provision.test"
@ -25,3 +26,4 @@ printf "\n%s\n" \
-v1 \
-p ${POST_PAYLOAD_PATH} "https://${BASE_URL}/api/v2/job_templates/${AAP_JOB_ID}/launch/" | \
grep "Failed requests\|Time taken for tests"