Searched defs:commit (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.4.0/scripts/footprint/ |
D | compare_footprint | 84 def get_git_commit(commit): argument 92 def sanity_results_filename(commit=None, cwd=os.environ.get('ZEPHYR_BASE')): argument 103 def git_checkout(commit, cwd=os.environ.get('ZEPHYR_BASE')): argument 119 def run_sanity_footprint(commit=None, cwd=os.environ.get('ZEPHYR_BASE'), argument 138 def run_footprint_build(commit=None): argument 168 def get_footprint_results(commit=None): argument
|
D | upload_data.py | 27 def create_event(data, board, feature, commit, current_time, typ, application): argument
|
/Zephyr-Core-3.4.0/scripts/gitlint/ |
D | zephyr_commit_rules.py | 30 def validate(self, commit): argument 48 def validate(self, commit): argument 66 def validate(self, commit): argument
|
/Zephyr-Core-3.4.0/scripts/ci/ |
D | test_plan.py | 323 commit = repo.git.diff("--name-only", args.commits) variable
|