Skip to content

Commit

Permalink
Removing autofill test bots from public.
Browse files Browse the repository at this point in the history
A separate change, https://chrome-internal-review.googlesource.com/c/chrome/src-internal/+/736750, adds the bots to chrome internal.

Together these two cls move the autofill test bots from public to internal.

Bug: 885350
Change-Id: Ibb977261f669842ab27aaa2aab7f3288ca0e5cfb
Reviewed-on: https://chromium-review.googlesource.com/c/1381720
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Yiming Zhou <uwyiming@google.com>
Cr-Commit-Position: refs/heads/master@{#617639}
  • Loading branch information
Yiming Zhou authored and Commit Bot committed Dec 18, 2018
1 parent 1de6069 commit 108e6d4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 61 deletions.
16 changes: 0 additions & 16 deletions infra/config/global/cr-buildbucket.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1155,12 +1155,6 @@ buckets {
mixins: "linux-ci"
}

builders {
name: "linux-autofill-captured-sites-rel"
mixins: "fyi-ci"
mixins: "linux"
}

builders {
name: "linux-blink-animation-use-time-delta"
dimensions: "os:Ubuntu-14.04"
Expand Down Expand Up @@ -1359,11 +1353,6 @@ buckets {
}

# Mac bots.
builders {
name: "mac-autofill-captured-sites-rel"
mixins: "fyi-ci"
mixins: "mac"
}
builders {
name: "mac-jumbo-rel"
mixins: "mac-ci"
Expand Down Expand Up @@ -1552,11 +1541,6 @@ buckets {
dimensions: "os:Windows-10"
mixins: "memory-ci"
}
builders {
name: "win-autofill-captured-sites-rel"
mixins: "fyi-ci"
mixins: "win"
}
builders {
name: "win-jumbo-rel"
mixins: "win-ci"
Expand Down
12 changes: 0 additions & 12 deletions infra/config/global/luci-milo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2783,18 +2783,6 @@ consoles {
name: "buildbucket/luci.chromium.ci/Win 10 Fast Ring"
category: "win10"
}
builders {
name: "buildbucket/luci.chromium.ci/linux-autofill-captured-sites-rel"
category: "autofill"
}
builders {
name: "buildbucket/luci.chromium.ci/mac-autofill-captured-sites-rel"
category: "autofill"
}
builders {
name: "buildbucket/luci.chromium.ci/win-autofill-captured-sites-rel"
category: "autofill"
}
}

consoles {
Expand Down
33 changes: 0 additions & 33 deletions infra/config/global/luci-scheduler.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ trigger {
triggers: "ios12-sdk-device"
triggers: "ios12-sdk-simulator"
triggers: "linux-annotator-rel"
triggers: "linux-autofill-captured-sites-rel"
triggers: "linux-blink-animation-use-time-delta"
triggers: "linux-blink-heap-incremental-marking"
triggers: "linux-blink-heap-verification"
Expand All @@ -330,7 +329,6 @@ trigger {
triggers: "linux-tcmalloc-rel"
triggers: "linux-win_cross-rel"
triggers: "linux-xenial-rel"
triggers: "mac-autofill-captured-sites-rel"
triggers: "mac-code-coverage-generation"
triggers: "mac-dbg"
triggers: "mac-hermetic-upgrade-rel"
Expand All @@ -344,7 +342,6 @@ trigger {
triggers: "WebRTC Chromium Win Builder"
triggers: "win-annotator-rel"
triggers: "win-asan"
triggers: "win-autofill-captured-sites-rel"
triggers: "win-dbg"
triggers: "win-jumbo-rel"
triggers: "win-rel"
Expand Down Expand Up @@ -1565,16 +1562,6 @@ job {
}
}

job {
id: "linux-autofill-captured-sites-rel"
acl_sets: "default"
buildbucket: {
server: "cr-buildbucket.appspot.com"
bucket: "luci.chromium.ci"
builder: "linux-autofill-captured-sites-rel"
}
}

job {
id: "linux-blink-animation-use-time-delta"
acl_sets: "default"
Expand Down Expand Up @@ -1913,16 +1900,6 @@ job {
}
}

job {
id: "mac-autofill-captured-sites-rel"
acl_sets: "default"
buildbucket: {
server: "cr-buildbucket.appspot.com"
bucket: "luci.chromium.ci"
builder: "mac-autofill-captured-sites-rel"
}
}

job {
id: "mac-code-coverage-generation"
acl_sets: "default"
Expand Down Expand Up @@ -4129,16 +4106,6 @@ job {
}
}

job {
id: "win-autofill-captured-sites-rel"
acl_sets: "default"
buildbucket: {
server: "cr-buildbucket.appspot.com"
bucket: "luci.chromium.ci"
builder: "win-autofill-captured-sites-rel"
}
}

job {
id: "win-dbg"
acl_sets: "default"
Expand Down

0 comments on commit 108e6d4

Please sign in to comment.