aboutsummaryrefslogtreecommitdiff
path: root/config_dump.json
blob: 208ee478a49161120b0113c7f2e24715ace9416f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "_default": {
        "boards": [],
        "manifest_repo_url": "https://android.googlesource.com/platform/bbuildbot_config/",
        "builder_class_name": "config.builders.brillo_builders.BrilloBuilder",
        "brillo_manifest_url": "https://android.googlesource.com/brillo/manifest",
        "brillo_manifest_branch": "master",
        "health_threshold": 1,
        "health_alert_recipients": [
            "bruteus+bbotfailure@google.com"
        ]
    },
    "_site_params": {
        "ARCHIVE_URL": "gs://abuildbot-build-archive/bbuildbot",
        "MANIFEST_VERSIONS_GS_URL": "gs://abuildbot-build-archive/bbuildbot"
    },
    "_templates": {},

    "bbuildbot": {
        "lunch_target": "brilloemulator_arm-eng",
        "emulator": "brilloemulator-arm"
    }
}