On-device CI framework (#1784)

* let's see if this works

* fix build_release actions job

* does jenkins like this config

* separate jenkinsfile for release build

* fix devel build

* devel build should work

* always pass that for now

* run modeld replay

* release2 build will be a separate PR

* pass env to phone shell

* force checkout

* run on real jenkins eons

* add timeout

* rsync

* more timeout

* trailing slash

* fix branch detection

* debug

* not sure why paramiko doesn't pass it through

* newline

* CI_PUSH

* still not passing it

* test branch

* should be good now
This commit is contained in:
Adeeb Shihadeh
2020-07-03 19:12:05 -07:00
committed by GitHub
parent d417481e2b
commit 32f03ec8a5
6 changed files with 76 additions and 124 deletions
+4 -1
View File
@@ -161,7 +161,10 @@ env = Environment(
)
if os.environ.get('SCONS_CACHE'):
CacheDir('/tmp/scons_cache')
if QCOM_REPLAY:
CacheDir('/tmp/scons_cache_qcom_replay')
else:
CacheDir('/tmp/scons_cache')
node_interval = 5
node_count = 0