From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- third_party/python/gyp/buildbot/commit_queue/OWNERS | 6 ++++++ third_party/python/gyp/buildbot/commit_queue/README | 3 +++ .../python/gyp/buildbot/commit_queue/cq_config.json | 15 +++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 third_party/python/gyp/buildbot/commit_queue/OWNERS create mode 100644 third_party/python/gyp/buildbot/commit_queue/README create mode 100644 third_party/python/gyp/buildbot/commit_queue/cq_config.json (limited to 'third_party/python/gyp/buildbot/commit_queue') diff --git a/third_party/python/gyp/buildbot/commit_queue/OWNERS b/third_party/python/gyp/buildbot/commit_queue/OWNERS new file mode 100644 index 0000000000..b269c198b4 --- /dev/null +++ b/third_party/python/gyp/buildbot/commit_queue/OWNERS @@ -0,0 +1,6 @@ +set noparent +bradnelson@chromium.org +bradnelson@google.com +iannucci@chromium.org +scottmg@chromium.org +thakis@chromium.org diff --git a/third_party/python/gyp/buildbot/commit_queue/README b/third_party/python/gyp/buildbot/commit_queue/README new file mode 100644 index 0000000000..9428497883 --- /dev/null +++ b/third_party/python/gyp/buildbot/commit_queue/README @@ -0,0 +1,3 @@ +cq_config.json describes the trybots that must pass in order +to land a change through the commit queue. +Comments are here as the file is strictly JSON. diff --git a/third_party/python/gyp/buildbot/commit_queue/cq_config.json b/third_party/python/gyp/buildbot/commit_queue/cq_config.json new file mode 100644 index 0000000000..656c21e54f --- /dev/null +++ b/third_party/python/gyp/buildbot/commit_queue/cq_config.json @@ -0,0 +1,15 @@ +{ + "trybots": { + "launched": { + "tryserver.nacl": { + "gyp-presubmit": ["defaulttests"], + "gyp-linux": ["defaulttests"], + "gyp-mac": ["defaulttests"], + "gyp-win32": ["defaulttests"], + "gyp-win64": ["defaulttests"] + } + }, + "triggered": { + } + } +} -- cgit v1.2.3