1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25

infra / archive_config / android-desktop-arm64-archive-rel.json [blame]

{
    "archive_datas": [
        {
            "files": [
                "apks/ContentShell.apk",
                "apks/ChromePublic.apk",
                "apks/SystemWebView.apk",
                "apks/SystemWebViewShell.apk"
            ],
            "rename_dirs": [
                {"from_dir": ".", "to_dir": "chrome-android-desktop"}
            ],
            "gcs_bucket": "chromium-browser-snapshots",
            "gcs_path": "AndroidDesktop_arm64/{%position%}/chrome-android-desktop.zip",
            "archive_type": "ARCHIVE_TYPE_ZIP",
            "latest_upload": {
                "gcs_path": "AndroidDesktop_arm64/LAST_CHANGE",
                "gcs_file_content": "{%position%}"
            },
            "revisions_file": {
                "gcs_path": "AndroidDesktop_arm64/{%position%}/REVISIONS"
            }
        }
    ]
}