Skip to content

Commit

Permalink
Fix jumbo bot names
Browse files Browse the repository at this point in the history
Platforms are 64 bit by default, don't need to have it as a suffix.

TBR=dpranke

Bug: 782863
Change-Id: Ia97dab4a9f0a141b918faa8e523e56f95504c0d0
Reviewed-on: https://chromium-review.googlesource.com/1014647
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
Reviewed-by: Ryan Tseng <hinoka@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#551560}
  • Loading branch information
martiniss authored and Commit Bot committed Apr 18, 2018
1 parent cd9265c commit 9be3445
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions infra/config/global/cr-buildbucket.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ buckets {
}

builders {
name: "linux64-jumbo-rel"
name: "linux-jumbo-rel"
mixins: "linux-ci"
}

Expand Down Expand Up @@ -863,7 +863,7 @@ buckets {

# Win bots.
builders {
name: "win64-jumbo-rel"
name: "win-jumbo-rel"
mixins: "win-ci"
}

Expand Down
4 changes: 2 additions & 2 deletions infra/config/global/luci-milo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ consoles: {
short_name: "64"
}
builders: {
name: "buildbucket/luci.chromium.ci/win64-jumbo-rel"
name: "buildbucket/luci.chromium.ci/win-jumbo-rel"
category: "release|builder|jumbo"
short_name: "jumbo"
}
Expand Down Expand Up @@ -881,7 +881,7 @@ consoles: {
short_name: "gcc"
}
builders: {
name: "buildbucket/luci.chromium.ci/linux64-jumbo-rel"
name: "buildbucket/luci.chromium.ci/linux-jumbo-rel"
category: "jumbo"
short_name: "jumbo"
}
Expand Down
12 changes: 6 additions & 6 deletions infra/config/global/luci-scheduler.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ trigger {
triggers: "linux-blink-heap-verification"
triggers: "Linux ASan LSan Builder"
triggers: "Linux Builder"
triggers: "linux64-jumbo-rel"
triggers: "linux-jumbo-rel"
triggers: "Linux Builder (dbg)"
triggers: "Linux Builder (dbg)(32)"
triggers: "Linux FYI GPU TSAN Release"
Expand All @@ -118,7 +118,7 @@ trigger {
triggers: "GPU FYI Win x64 Builder"
triggers: "GPU FYI Win x64 Builder (dbg)"
triggers: "GPU FYI Win x64 dEQP Builder"
triggers: "win64-jumbo-rel"
triggers: "win-jumbo-rel"
triggers: "Win Builder"
triggers: "Win Builder (dbg)"
triggers: "Win x64 Builder"
Expand Down Expand Up @@ -683,12 +683,12 @@ job {
}

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

Expand Down Expand Up @@ -1398,12 +1398,12 @@ job {
}

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

Expand Down
2 changes: 1 addition & 1 deletion testing/buildbot/chromium.linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -2701,7 +2701,7 @@
"empty_main"
]
},
"linux64-jumbo-rel": {
"linux-jumbo-rel": {
"additional_compile_targets": [
"all"
]
Expand Down
2 changes: 1 addition & 1 deletion testing/buildbot/chromium.win.json
Original file line number Diff line number Diff line change
Expand Up @@ -3039,7 +3039,7 @@
}
]
},
"win64-jumbo-rel": {
"win-jumbo-rel": {
"additional_compile_targets": [
"all"
]
Expand Down
4 changes: 2 additions & 2 deletions testing/buildbot/waterfalls.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@
'scripts': 'check_network_annotations_script',
}
},
'linux64-jumbo-rel': {
'linux-jumbo-rel': {
'additional_compile_targets': [
'all'
]
Expand Down Expand Up @@ -2040,7 +2040,7 @@
'scripts': 'check_network_annotations_script',
},
},
'win64-jumbo-rel': {
'win-jumbo-rel': {
'additional_compile_targets': [
'all'
]
Expand Down

0 comments on commit 9be3445

Please sign in to comment.