Home
last modified time | relevance | path

Searched defs:commit (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.4.0/scripts/footprint/
Dcompare_footprint84 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
Dupload_data.py27 def create_event(data, board, feature, commit, current_time, typ, application): argument
/Zephyr-Core-3.4.0/scripts/gitlint/
Dzephyr_commit_rules.py30 def validate(self, commit): argument
48 def validate(self, commit): argument
66 def validate(self, commit): argument
/Zephyr-Core-3.4.0/scripts/ci/
Dtest_plan.py323 commit = repo.git.diff("--name-only", args.commits) variable