Home
last modified time | relevance | path

Searched full:commit_start_time (Results 1 – 2 of 2) 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:
108 failed_message = (f'this repo has no commit record from {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)
128 …print(f'Data statistics from {commit_start_time} to {commit_end_time.strftime("%Y-%m-%d %H:%M:%S")…
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')
/arkcompiler/ets_frontend/test/scripts/utils/
Dconfig.yaml42 commit_start_time: null