Commit dbc721d6 authored by Derek Schuff's avatar Derek Schuff Committed by Commit Bot

Add gclient recipe_modules config for emscripten_releases LUCI project

Bug: https://bugs.chromium.org/p/v8/issues/detail?id=8936
Change-Id: Ia21ccbbffc6ad3614b9b73a6aefbb2a041f96a6d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1554013
Commit-Queue: Derek Schuff <dschuff@chromium.org>
Reviewed-by: 's avatarAndrii Shyshkalov <tandrii@chromium.org>
parent 9f74913e
......@@ -150,6 +150,14 @@ def wasm_llvm(c):
m['src'] = 'got_waterfall_revision'
c.revisions['src'] = 'origin/master'
@config_ctx()
def emscripten_releases(c):
s = c.solutions.add()
s.name = 'emscripten_releases'
s.url = ChromiumGitURL(c, 'emscripten-releases.git')
m = c.got_revision_mapping
m['emscripten_releases'] = 'got_revision'
@config_ctx()
def gyp(c):
s = c.solutions.add()
......
......@@ -24,6 +24,7 @@ TEST_CONFIGS = [
'dart',
'dawn',
'disable_syntax_validation',
'emscripten_releases',
'expect_tests',
'gerrit_test_cq_normal',
'gyp',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment