Attention is currently required from: Almothana Athamneh, Liviu Rau.
1 comment:
Patchset:
PTAL
To view, visit change 3251025. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: Almothana Athamneh, Liviu Rau.
Patch set 1:Auto-Submit +1Commit-Queue +1
Attention is currently required from: Almothana Athamneh, Michael Achenbach.
Patch set 1:Code-Review +1Commit-Queue +2
V8 LUCI CQ submitted this change.
Update lucicfg version
Change-Id: Idb050c6852475b3bfaa6a20998bec216ac92203a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3251025
Auto-Submit: Michael Achenbach <mache...@chromium.org>
Commit-Queue: Liviu Rau <livi...@chromium.org>
Reviewed-by: Liviu Rau <livi...@chromium.org>
---
M main.star
M generated/project.cfg
2 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/generated/project.cfg b/generated/project.cfg
index 31ce39c..90db176 100644
--- a/generated/project.cfg
+++ b/generated/project.cfg
@@ -6,3 +6,9 @@
name: "v8"
access: "group:all"
+lucicfg {
+ version: "1.29.1"
+ package_dir: ".."
+ config_dir: "generated"
+ entry_point: "main.star"
+}
diff --git a/main.star b/main.star
index d819866..9ff07d1 100755
--- a/main.star
+++ b/main.star
@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-lucicfg.check_version("1.23.3", "Please update depot_tools")
+lucicfg.check_version("1.29.1", "Please update depot_tools")
load(
"//lib/lib.star",
To view, visit change 3251025. To unsubscribe, or for help writing mail filters, visit settings.