mirror of
git://f0xx.org/ac/ac-be-builder
synced 2026-08-12 18:12:50 +03:00
Builder: monotonic OTA versions, duration UI, OTA publish fixes.
VersionAllocator for AA.BB.CC.DDDD, build elapsed display, branded QR alerts, shared cache env, and auto_deploy when auto_ota is set.
This commit is contained in:
@@ -26,6 +26,12 @@ return [
|
||||
'docker_image' => 'androidcast-ci:latest',
|
||||
'docker_bin' => '/usr/bin/docker',
|
||||
'ci_version' => '00.01.00.1000',
|
||||
'version' => [
|
||||
'major' => 0,
|
||||
'minor' => 1,
|
||||
'patch' => 0,
|
||||
'build_floor' => 1,
|
||||
],
|
||||
'repo_root' => '/workspace',
|
||||
'artifacts_root' => '/workspace/out/builds',
|
||||
'ota_mount' => '/workspace/orchestration/runtime/ota-artifacts',
|
||||
@@ -39,6 +45,9 @@ return [
|
||||
'default_channels' => ['stable', 'staging', 'dev', 'nightly'],
|
||||
'mobile_subdir' => 'ac-mobile-android',
|
||||
'scripts_dir' => '/workspace/ac-scripts',
|
||||
'cache_ccache_dir' => '/workspace/out/builds/.cache/ccache',
|
||||
'cache_gradle_dir' => '/workspace/out/builds/.cache/gradle',
|
||||
'keep_src_dirs' => 10,
|
||||
'notify' => [
|
||||
'admin_email' => 'bestcastr@gmail.com',
|
||||
'broadcast_config' => '/var/www/ac/broadcast/config/config.php',
|
||||
|
||||
Reference in New Issue
Block a user