Commit 23c0463b by Robert Iannucci Committed by Commit Bot

[infra/config] Actually set properties_j in the right place.

Add PRESUBMIT check to ensure these config files stay correct. Bug: 973721 Change-Id: Ife5884d39ca22c55fdc58b65220ed0c34c85fb6a Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1743048 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 31ab533e
# Copyright 2019 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
def CheckChangeOnUpload(input_api, output_api):
return input_api.canned_checks.CheckChangedLUCIConfigs(input_api, output_api)
def CheckChangeOnCommit(input_api, output_api):
return input_api.canned_checks.CheckChangedLUCIConfigs(input_api, output_api)
......@@ -60,11 +60,13 @@ builder_mixins {
builder_mixins {
name: "mac"
dimensions: "os:Mac"
recipe {
properties_j: <<EOF
$depot_tools/osx_sdk:{
"sdk_version": "10b61"
}
EOF
}
}
builder_mixins {
......
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