Skip to content

Commit

Permalink
cleanup release files
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Apr 18, 2022
1 parent 96151fb commit 767da62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 138 deletions.
15 changes: 6 additions & 9 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,15 @@ pipeline {
}

stages {
stage('build release') {
stage('build release3') {
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } }
when {
branch 'devel-staging'
}

stage('release3') {
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } }
steps {
phone_steps("tici", [
["build release3-staging & dashcam3-staging", "PUSH=1 $SOURCE_DIR/release/build_release.sh"],
])
}
steps {
phone_steps("tici", [
["build release3-staging & dashcam3-staging", "PUSH=1 $SOURCE_DIR/release/build_release.sh"],
])
}
}

Expand Down
23 changes: 0 additions & 23 deletions release/files_common
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ release/*

tools/lib/*

installer/updater/updater

selfdrive/version.py

selfdrive/__init__.py
Expand Down Expand Up @@ -260,14 +258,6 @@ selfdrive/hardware/__init__.py
selfdrive/hardware/base.h
selfdrive/hardware/base.py
selfdrive/hardware/hw.h
selfdrive/hardware/eon/__init__.py
selfdrive/hardware/eon/androidd.py
selfdrive/hardware/eon/shutdownd.py
selfdrive/hardware/eon/hardware.h
selfdrive/hardware/eon/hardware.py
selfdrive/hardware/eon/neos.py
selfdrive/hardware/eon/neos.json
selfdrive/hardware/eon/updater
selfdrive/hardware/tici/__init__.py
selfdrive/hardware/tici/hardware.py
selfdrive/hardware/tici/amplifier.py
Expand Down Expand Up @@ -299,7 +289,6 @@ selfdrive/locationd/models/live_kf.cc
selfdrive/locationd/calibrationd.py

selfdrive/logcatd/SConscript
selfdrive/logcatd/logcatd_android.cc
selfdrive/logcatd/logcatd_systemd.cc

selfdrive/proclogd/SConscript
Expand Down Expand Up @@ -329,7 +318,6 @@ selfdrive/loggerd/xattr_cache.py

selfdrive/sensord/SConscript
selfdrive/sensord/libdiag.h
selfdrive/sensord/sensors_qcom.cc
selfdrive/sensord/sensors_qcom2.cc
selfdrive/sensord/sensors/*.cc
selfdrive/sensord/sensors/*.h
Expand Down Expand Up @@ -363,8 +351,6 @@ selfdrive/ui/qt/offroad/*.h
selfdrive/ui/qt/offroad/*.qml
selfdrive/ui/qt/widgets/*.cc
selfdrive/ui/qt/widgets/*.h
selfdrive/ui/qt/spinner_aarch64
selfdrive/ui/qt/text_aarch64

selfdrive/ui/replay/*.cc
selfdrive/ui/replay/*.h
Expand All @@ -376,11 +362,8 @@ selfdrive/camerad/snapshot/*
selfdrive/camerad/include/*
selfdrive/camerad/cameras/camera_common.h
selfdrive/camerad/cameras/camera_common.cc
selfdrive/camerad/cameras/camera_qcom.cc
selfdrive/camerad/cameras/camera_qcom.h
selfdrive/camerad/cameras/camera_replay.cc
selfdrive/camerad/cameras/camera_replay.h
selfdrive/camerad/cameras/debayer.cl
selfdrive/camerad/cameras/sensor_i2c.h
selfdrive/camerad/cameras/sensor2_i2c.h

Expand Down Expand Up @@ -477,19 +460,13 @@ third_party/libyuv/lib/**
third_party/libyuv/larch64/**

third_party/snpe/include/**
third_party/snpe/aarch64**
third_party/snpe/larch64**
third_party/snpe/dsp**

third_party/acados/x86_64/**
third_party/acados/aarch64/**
third_party/acados/larch64/**
third_party/acados/include/**

third_party/android_frameworks_native/**
third_party/android_hardware_libhardware/**
third_party/android_system_core/**

scripts/update_now.sh
scripts/stop_updater.sh

Expand Down
106 changes: 0 additions & 106 deletions selfdrive/camerad/cameras/camera_qcom.h

This file was deleted.

0 comments on commit 767da62

Please sign in to comment.