Submit jobs to squad instead of to LAVA directly
All threads resolved!
All threads resolved!
Compare changes
+ 15
− 9
@@ -68,17 +68,21 @@
@@ -68,17 +68,21 @@
lava_job_id=$(curl -X POST -H "Authorization: Token $CI_LAVA_TOKEN" -F "definition=$(<${job_def})" "$CI_LAVA_INSTANCE/api/v0.2/jobs/" | jq ".job_ids" | tr -d "[\n ]")
@@ -108,6 +112,8 @@
@@ -108,6 +112,8 @@