Commit bf6e074f by Jamie Madill Committed by Commit Bot

Add gclient variable to checkout traces.

'checkout_angle_restricted_traces' controls if we should check out the trace tests. We can give restricted access to partners for these traces. Defaults to the same setting as 'checkout_angle_internal'. Bug: angleproject:5860 Change-Id: I36efffb180b35e11e104e2c99bc89fb4be4e0708 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2822232Reviewed-by: 's avatarTim Van Patten <timvp@google.com> Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent ae99b3d5
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"src/tests/restricted_traces/.gitignore": "src/tests/restricted_traces/.gitignore":
"5a29a6b17e7f5a63f1afd18cbcec054a", "5a29a6b17e7f5a63f1afd18cbcec054a",
"src/tests/restricted_traces/gen_restricted_traces.py": "src/tests/restricted_traces/gen_restricted_traces.py":
"754de0f59746bfa03aed9b48a6e7f022", "7cc5d772c8e18a58224ab4436fc3a205",
"src/tests/restricted_traces/restricted_traces.json": "src/tests/restricted_traces/restricted_traces.json":
"b24bd80ea020fee3b2d01672ac481b40", "b24bd80ea020fee3b2d01672ac481b40",
"src/tests/restricted_traces/restricted_traces_autogen.cpp": "src/tests/restricted_traces/restricted_traces_autogen.cpp":
......
...@@ -14,7 +14,7 @@ cipd auth-login ...@@ -14,7 +14,7 @@ cipd auth-login
Add the following to ANGLE's .gclient file: Add the following to ANGLE's .gclient file:
``` ```
"custom_vars": { "custom_vars": {
"checkout_angle_internal":"True" "checkout_angle_restricted_traces": True
}, },
``` ```
Then use gclient to pull down binary files from CIPD. Then use gclient to pull down binary files from CIPD.
......
...@@ -157,7 +157,7 @@ DEPS_TEMPLATE = """\ ...@@ -157,7 +157,7 @@ DEPS_TEMPLATE = """\
}}, }},
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
'condition': 'checkout_angle_internal', 'condition': 'checkout_angle_restricted_traces',
}}, }},
""" """
......
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