Add ytdevinfra config

R=yim@chromium.org
Bug: 374361377
Change-Id: I2c66dd77df67a5323683cbbdb38fe970bfad9293
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6001698
Commit-Queue: Yiwei Zhang <yiwzhang@google.com>
Auto-Submit: K. S. Yim <yim@google.com>
Reviewed-by: K. S. Yim <yim@google.com>
Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
changes/98/6001698/4
KS Yim 9 months ago committed by LUCI CQ
parent bfc52ed63a
commit 37661eea7e

@ -1078,7 +1078,7 @@ Raises:
[DEPS](/recipes/recipe_modules/gclient/examples/full.py#7): [gclient](#recipe_modules-gclient), [recipe\_engine/assertions][recipe_engine/recipe_modules/assertions], [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/file][recipe_engine/recipe_modules/file], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/step][recipe_engine/recipe_modules/step]
&mdash; **def [RunSteps](/recipes/recipe_modules/gclient/examples/full.py#74)(api):**
&mdash; **def [RunSteps](/recipes/recipe_modules/gclient/examples/full.py#75)(api):**
### *recipes* / [gclient:tests/diff\_deps](/recipes/recipe_modules/gclient/tests/diff_deps.py)
[DEPS](/recipes/recipe_modules/gclient/tests/diff_deps.py#10): [gclient](#recipe_modules-gclient), [recipe\_engine/assertions][recipe_engine/recipe_modules/assertions], [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/platform][recipe_engine/recipe_modules/platform], [recipe\_engine/properties][recipe_engine/recipe_modules/properties], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io]

@ -543,3 +543,11 @@ def crossbench(c):
soln.name = 'crossbench'
soln.url = 'https://chromium.googlesource.com/crossbench'
c.got_revision_mapping['crossbench'] = 'got_revision'
@config_ctx()
def ytdevinfra(c):
soln = c.solutions.add()
soln.name = 'ytdevinfra'
soln.url = 'https://lbshell-internal.googlesource.com/cobalt_src.git'
c.got_revision_mapping['ytdevinfra'] = 'got_revision'

@ -64,6 +64,7 @@ TEST_CONFIGS = [
'webports',
'with_branch_heads',
'with_tags',
'ytdevinfra',
]
DEPS_CONTENT = """

Loading…
Cancel
Save