move casync openpilot build to /data/casync/openpilot (#32171)

move to openpilot
old-commit-hash: ccddd48db8
pull/32199/head
Justin Newberry 1 year ago committed by GitHub
parent c5a4a2abbf
commit 912e8e66a0
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -154,7 +154,7 @@ def build_release(String channel_name) {
},
"${channel_name} (casync)": {
deviceStage("build casync", "tici-needs-can", [], [
["build ${channel_name}", "RELEASE=1 OPENPILOT_CHANNEL=${channel_name} BUILD_DIR=/data/openpilot CASYNC_DIR=/data/casync $SOURCE_DIR/release/create_casync_build.sh"],
["build ${channel_name}", "RELEASE=1 OPENPILOT_CHANNEL=${channel_name} BUILD_DIR=/data/openpilot CASYNC_DIR=/data/casync/openpilot $SOURCE_DIR/release/create_casync_build.sh"],
["create manifest", "$SOURCE_DIR/release/create_release_manifest.py /data/openpilot /data/manifest.json && cat /data/manifest.json"],
["upload and cleanup ${channel_name}", "PYTHONWARNINGS=ignore $SOURCE_DIR/release/upload_casync_release.py /data/casync && rm -rf /data/casync"],
])

Loading…
Cancel
Save