Home
last modified time | relevance | path

Searched refs:repo_to_scan (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/scripts/ci/
Dtest_plan.py32 repo_to_scan = Repo(zephyr_base) variable
164 old_manifest_content = repo_to_scan.git.show(f"{args.commits[:-2]}:west.yml")
458 if args.repo_to_scan:
459 repository_path = Path(args.repo_to_scan)
460 repo_to_scan = Repo(repository_path) variable
462 commit = repo_to_scan.git.diff("--name-only", args.commits)