Edit

kc3-lang/angle/infra/config/PRESUBMIT.py

Branch :

  • Show log

    Commit

  • Author : Robert Iannucci
    Date : 2019-08-08 07:55:06
    Hash : 23c0463b
    Message : [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: Jamie Madill <jmadill@chromium.org>

  • infra/config/PRESUBMIT.py
  • # 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)