Skip to content

Commit

Permalink
[fuchsia] Rename fuchsia-fyi-*64-rel bots to fuchsia-*64-chrome-rel
Browse files Browse the repository at this point in the history
Unlike fuchsia-fyi-*64-dbg, these bots are only intended to run large
Chrome-specific tests that do not run on the main CI/CQ bots.
These bots currently run a few other test suites, which are noted with
TODOs to move them to other bots.

Also move the bots to `chromium.fuchsia.fyi` and rename Chrome-specific
test suites.

Bug: 1370134
Change-Id: Ic486e379e55a6013ef64f02d67fdad991c12b376
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3858128
Auto-Submit: David Dorwin <ddorwin@chromium.org>
Reviewed-by: Chong Gu <chonggu@google.com>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Commit-Queue: Chong Gu <chonggu@google.com>
Reviewed-by: Rohan Pavone <rohpavone@chromium.org>
Commit-Queue: David Dorwin <ddorwin@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1055504}
  • Loading branch information
ddorwin authored and Chromium LUCI CQ committed Oct 5, 2022
1 parent 6236a16 commit f060a72
Show file tree
Hide file tree
Showing 23 changed files with 556 additions and 553 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@
"server_host": "goma.chromium.org",
"use_luci_auth": true
},
"$build/reclient": {
"instance": "rbe-chromium-untrusted",
"metrics_project": "chromium-reclient-metrics"
},
"$recipe_engine/resultdb/test_presentation": {
"column_keys": [],
"grouping_keys": [
"status",
"v.test_suite"
]
},
"builder_group": "tryserver.chromium.linux",
"recipe": "chromium_trybot"
"builder_group": "chromium.fuchsia.fyi",
"recipe": "chromium",
"sheriff_rotations": [
"fuchsia"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@
"server_host": "goma.chromium.org",
"use_luci_auth": true
},
"$build/reclient": {
"instance": "rbe-chromium-untrusted",
"metrics_project": "chromium-reclient-metrics"
},
"$recipe_engine/resultdb/test_presentation": {
"column_keys": [],
"grouping_keys": [
"status",
"v.test_suite"
]
},
"builder_group": "tryserver.chromium.linux",
"recipe": "chromium_trybot"
"builder_group": "chromium.fuchsia.fyi",
"recipe": "chromium",
"sheriff_rotations": [
"fuchsia"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"v.test_suite"
]
},
"builder_group": "chromium.fyi",
"recipe": "chromium"
"builder_group": "tryserver.chromium.fuchsia",
"recipe": "chromium_trybot"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"v.test_suite"
]
},
"builder_group": "chromium.fyi",
"recipe": "chromium"
"builder_group": "tryserver.chromium.fuchsia",
"recipe": "chromium_trybot"
}
16 changes: 8 additions & 8 deletions infra/config/generated/luci/commit-queue.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1864,6 +1864,10 @@ config_groups {
name: "chromium/try/fuchsia-arm64-cast-receiver-rel"
includable_only: true
}
builders {
name: "chromium/try/fuchsia-arm64-chrome-rel"
includable_only: true
}
builders {
name: "chromium/try/fuchsia-arm64-rel"
includable_only: true
Expand Down Expand Up @@ -1938,18 +1942,10 @@ config_groups {
name: "chromium/try/fuchsia-fyi-arm64-dbg"
includable_only: true
}
builders {
name: "chromium/try/fuchsia-fyi-arm64-rel"
includable_only: true
}
builders {
name: "chromium/try/fuchsia-fyi-x64-dbg"
includable_only: true
}
builders {
name: "chromium/try/fuchsia-fyi-x64-rel"
includable_only: true
}
builders {
name: "chromium/try/fuchsia-official"
includable_only: true
Expand Down Expand Up @@ -1981,6 +1977,10 @@ config_groups {
name: "chromium/try/fuchsia-x64-cast-receiver-rel"
includable_only: true
}
builders {
name: "chromium/try/fuchsia-x64-chrome-rel"
includable_only: true
}
builders {
name: "chromium/try/fuchsia-x64-rel"
includable_only: true
Expand Down

0 comments on commit f060a72

Please sign in to comment.