Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/test/scripts/utils/commit_message/
Dget_commit_message.py81 def get_commit_records(repo_name, commit_start_time, commit_end_time): argument
99 if commit_start_time <= commit_time <= commit_end_time:
102 if commit_time < commit_start_time:
115 def retry_after_crawl_failed(repo_list, commit_start_time, commit_end_time): argument
125 … current_data_count = get_commit_records(repo_name, commit_start_time, commit_end_time)
164 commit_start_time = repo_list_configs.get('commit_start_time') if arguments.start_time is None \
166 if commit_start_time is not None:
167 time_str = datetime.strptime(commit_start_time, '%Y-%m-%d')