Commit acc131ce authored by Fumitoshi Ukai's avatar Fumitoshi Ukai Committed by LUCI CQ

add infradata_rbe config

Bug: 1233386
Change-Id: I0d83113e832f264b8be613c1fd48f9d9da3c6e3c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3055264
Auto-Submit: Fumitoshi Ukai <ukai@google.com>
Reviewed-by: 's avatarAndrii Shyshkalov <tandrii@google.com>
Commit-Queue: Fumitoshi Ukai <ukai@google.com>
parent 0b0738d9
......@@ -1043,7 +1043,7 @@ Raises:
[DEPS](/recipes/recipe_modules/gclient/examples/full.py#5): [gclient](#recipe_modules-gclient), [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/context][recipe_engine/recipe_modules/context], [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#63)(api):**
&mdash; **def [RunSteps](/recipes/recipe_modules/gclient/examples/full.py#64)(api):**
### *recipes* / [gclient:tests/diff\_deps](/recipes/recipe_modules/gclient/tests/diff_deps.py)
[DEPS](/recipes/recipe_modules/gclient/tests/diff_deps.py#7): [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]
......
......@@ -386,6 +386,13 @@ def infradata_config(c):
soln.url = 'https://chrome-internal.googlesource.com/infradata/config.git'
c.got_revision_mapping['infra-data-config'] = 'got_revision'
@config_ctx()
def infradata_rbe(c):
soln = c.solutions.add()
soln.name = 'infradata-rbe'
soln.url = 'https://chrome-internal.googlesource.com/infradata/rbe.git'
c.got_revision_mapping['infradata-rbe'] = 'got_revision'
@config_ctx()
def with_branch_heads(c):
c.with_branch_heads = True
......
......@@ -41,6 +41,7 @@ TEST_CONFIGS = [
'infra',
'infradata_master_manager',
'infradata_config',
'infradata_rbe',
'internal_deps',
'luci_gae',
'luci_go',
......
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