Commit 15bf239a authored by Chong Gu's avatar Chong Gu Committed by Commit Bot

[Fuchsia] Add fuchsia deterministic try builder.

Adding a fuchsia deterministic try builder with the intent of using it in Fuchsia SDK rolls.

Bug: 1135171
Change-Id: I353631041e449f28c61368d5afbf6412174f0644
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494660
Auto-Submit: Chong Gu <chonggu@google.com>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820387}
parent 8ff5c42e
......@@ -586,6 +586,10 @@ config_groups {
location_regexp_exclude: ".+/[+]/docs/.+"
location_regexp_exclude: ".+/[+]/infra/config/.+"
}
builders {
name: "chromium/try/fuchsia-deterministic-dbg"
includable_only: true
}
builders {
name: "chromium/try/fuchsia-fyi-arm64-dbg"
includable_only: true
......
......@@ -22886,6 +22886,51 @@ buckets {
}
}
}
builders {
name: "fuchsia-deterministic-dbg"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "os:Ubuntu-16.04"
dimensions: "pool:luci.chromium.try"
dimensions: "ssd:0"
exe {
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
cmd: "recipes"
}
properties: "{\"$build/goma\":{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"$recipe_engine/isolated\":{\"server\":\"https://isolateserver.appspot.com\"},\"builder_group\":\"tryserver.chromium.linux\",\"recipe\":\"chromium_trybot\"}"
execution_timeout_secs: 14400
expiration_secs: 7200
caches {
name: "win_toolchain"
path: "win_toolchain"
}
build_numbers: YES
service_account: "chromium-try-builder@chops-service-accounts.iam.gserviceaccount.com"
task_template_canary_percentage {
value: 5
}
experiments {
key: "chromium.resultdb.result_sink"
value: 0
}
experiments {
key: "luci.use_realms"
value: 100
}
resultdb {
enable: true
bq_exports {
project: "luci-resultdb"
dataset: "chromium"
table: "try_test_results"
test_results {}
}
}
}
builders {
name: "fuchsia-fyi-arm64-dbg"
swarming_host: "chromium-swarm.appspot.com"
......@@ -11197,6 +11197,9 @@ consoles {
builders {
name: "buildbucket/luci.chromium.try/fuchsia-compile-x64-dbg"
}
builders {
name: "buildbucket/luci.chromium.try/fuchsia-deterministic-dbg"
}
builders {
name: "buildbucket/luci.chromium.try/fuchsia-fyi-arm64-dbg"
}
......@@ -12234,6 +12237,9 @@ consoles {
builders {
name: "buildbucket/luci.chromium.try/fuchsia-compile-x64-dbg"
}
builders {
name: "buildbucket/luci.chromium.try/fuchsia-deterministic-dbg"
}
builders {
name: "buildbucket/luci.chromium.try/fuchsia-fyi-arm64-dbg"
}
......
......@@ -842,6 +842,10 @@ try_.chromium_linux_builder(
),
)
try_.chromium_linux_builder(
name = "fuchsia-deterministic-dbg",
)
try_.chromium_linux_builder(
name = "fuchsia-fyi-arm64-dbg",
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment