mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-24 01:43:44 +08:00
Merge branch 'upstream/openpilot/master' into sync-20250403
# Conflicts: # .github/workflows/auto_pr_review.yaml # .github/workflows/selfdrive_tests.yaml # .github/workflows/ui_preview.yaml # msgq_repo # opendbc_repo # panda # selfdrive/controls/controlsd.py
This commit is contained in:
@@ -16,7 +16,7 @@ CRUMB=$(curl -s --cookie-jar $COOKIE_JAR 'https://jenkins.comma.life/crumbIssuer
|
||||
FIRST_LOOP=1
|
||||
|
||||
function loop() {
|
||||
JENKINS_BRANCH="__jenkins_loop_${BRANCH}"
|
||||
JENKINS_BRANCH="__jenkins_loop_${BRANCH}_$(date +%s)"
|
||||
API_ROUTE="https://jenkins.comma.life/job/openpilot/job/$JENKINS_BRANCH"
|
||||
|
||||
for run in $(seq 1 $((RUNS / 2))); do
|
||||
|
||||
Reference in New Issue
Block a user