|
|
|
@ -144,11 +144,11 @@ def setupCredentials() { |
|
|
|
|
|
|
|
|
|
def build_release(String channel_name) { |
|
|
|
|
return parallel ( |
|
|
|
|
"${channel_name} (git)": { |
|
|
|
|
deviceStage("build git", "tici-needs-can", [], [ |
|
|
|
|
["build ${channel_name}", "RELEASE_BRANCH=${channel_name} $SOURCE_DIR/release/build_release.sh"], |
|
|
|
|
]) |
|
|
|
|
}, |
|
|
|
|
// "${channel_name} (git)": { |
|
|
|
|
// deviceStage("build git", "tici-needs-can", [], [ |
|
|
|
|
// ["build ${channel_name}", "RELEASE_BRANCH=${channel_name} $SOURCE_DIR/release/build_release.sh"], |
|
|
|
|
// ]) |
|
|
|
|
// }, |
|
|
|
|
"${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"], |
|
|
|
@ -189,6 +189,8 @@ node { |
|
|
|
|
build_release("nightly") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
build_release("nightly") |
|
|
|
|
|
|
|
|
|
if (!env.BRANCH_NAME.matches(excludeRegex)) { |
|
|
|
|
parallel ( |
|
|
|
|
// tici tests |
|
|
|
|