diff options
Diffstat (limited to 'chromium/infra/config/subprojects/goma')
7 files changed, 28 insertions, 19 deletions
diff --git a/chromium/infra/config/subprojects/goma/consoles/chromium.goma.fyi.star b/chromium/infra/config/subprojects/goma/consoles/chromium.goma.fyi.star index 94050d2e3a6..267c1527939 100644 --- a/chromium/infra/config/subprojects/goma/consoles/chromium.goma.fyi.star +++ b/chromium/infra/config/subprojects/goma/consoles/chromium.goma.fyi.star @@ -1,3 +1,7 @@ +# Copyright 2020 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + luci.console_view( name = 'chromium.goma.fyi', header = '//chromium-header.textpb', diff --git a/chromium/infra/config/subprojects/goma/consoles/chromium.goma.migration.star b/chromium/infra/config/subprojects/goma/consoles/chromium.goma.migration.star index c2dcd2fb0ca..15f653c07b7 100644 --- a/chromium/infra/config/subprojects/goma/consoles/chromium.goma.migration.star +++ b/chromium/infra/config/subprojects/goma/consoles/chromium.goma.migration.star @@ -1,3 +1,7 @@ +# Copyright 2020 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + # These are used for monitoring builders that have recently been migrated to # Goma RBE (See crbug.com/950413). luci.console_view( @@ -1042,15 +1046,6 @@ luci.console_view( short_name = 'gpu', ), luci.console_view_entry( - builder = 'ci-m81/Win x64 Builder', - category = 'win|week5|stable', - ), - luci.console_view_entry( - builder = 'ci-m81/GPU Win x64 Builder', - category = 'win|week5|stable', - short_name = 'gpu', - ), - luci.console_view_entry( builder = 'ci/linux-chromeos-dbg', category = 'cros|week1', short_name = 'dbg', @@ -1106,11 +1101,6 @@ luci.console_view( short_name = 'dbg', ), luci.console_view_entry( - builder = 'ci/chromeos-amd64-generic-rel-vm-tests', - category = 'cros|week3|amd64', - short_name = 'vmtests', - ), - luci.console_view_entry( builder = 'ci/chromeos-amd64-generic-asan-rel', category = 'cros|week3|amd64', short_name = 'asan', @@ -1136,11 +1126,6 @@ luci.console_view( short_name = 'rel', ), luci.console_view_entry( - builder = 'ci/chromeos-kevin-rel-hw-tests', - category = 'cros|week3|kevin', - short_name = 'hwtests', - ), - luci.console_view_entry( builder = 'webrtc.fyi/WebRTC Chromium FYI ios-device', category = 'ios|week1a', short_name = 'dev', diff --git a/chromium/infra/config/subprojects/goma/consoles/chromium.goma.star b/chromium/infra/config/subprojects/goma/consoles/chromium.goma.star index bcd694ed89d..ed088f6ecae 100644 --- a/chromium/infra/config/subprojects/goma/consoles/chromium.goma.star +++ b/chromium/infra/config/subprojects/goma/consoles/chromium.goma.star @@ -1,3 +1,7 @@ +# Copyright 2020 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + luci.console_view( name = 'chromium.goma', header = '//chromium-header.textpb', diff --git a/chromium/infra/config/subprojects/goma/consoles/goma.latest.star b/chromium/infra/config/subprojects/goma/consoles/goma.latest.star index eea6d126052..3d9885c5b90 100644 --- a/chromium/infra/config/subprojects/goma/consoles/goma.latest.star +++ b/chromium/infra/config/subprojects/goma/consoles/goma.latest.star @@ -1,3 +1,7 @@ +# Copyright 2020 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + luci.console_view( name = 'goma.latest', header = '//chromium-header.textpb', diff --git a/chromium/infra/config/subprojects/goma/consoles/luci.chromium.goma.star b/chromium/infra/config/subprojects/goma/consoles/luci.chromium.goma.star index 9366fd19c69..1de4fac1db5 100644 --- a/chromium/infra/config/subprojects/goma/consoles/luci.chromium.goma.star +++ b/chromium/infra/config/subprojects/goma/consoles/luci.chromium.goma.star @@ -1,3 +1,7 @@ +# Copyright 2020 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + luci.console_view( name = 'luci.chromium.goma', header = '//chromium-header.textpb', diff --git a/chromium/infra/config/subprojects/goma/goma.star b/chromium/infra/config/subprojects/goma/goma.star index 894c7c9a156..f44522e38ec 100644 --- a/chromium/infra/config/subprojects/goma/goma.star +++ b/chromium/infra/config/subprojects/goma/goma.star @@ -1,3 +1,7 @@ +# Copyright 2020 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + load('//lib/builders.star', 'builder', 'cpu', 'defaults', 'goma', 'os', 'xcode_cache') luci.bucket( diff --git a/chromium/infra/config/subprojects/goma/main.star b/chromium/infra/config/subprojects/goma/main.star index 9f29df789b5..1335fddeed2 100644 --- a/chromium/infra/config/subprojects/goma/main.star +++ b/chromium/infra/config/subprojects/goma/main.star @@ -1,3 +1,7 @@ +# Copyright 2020 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + exec('./goma.star') exec('./consoles/chromium.goma.star') exec('./consoles/chromium.goma.fyi.star') |