-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add saving all e2e jobs and schedules #1
base: main
Are you sure you want to change the base?
Conversation
@@ -55,6 +76,13 @@ def filter_e2e_jobs(self, jobs: List[ProjectPipelineJob]) -> List[ProjectPipelin | |||
e2e_jobs.append(job) | |||
return e2e_jobs | |||
|
|||
def filter_all_e2e_jobs_names(self, jobs: List[ProjectPipelineJob]) -> List[ProjectPipelineJob]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
если джоба разделена на несколько мы будем сохранять e2e 1/3, e2e 2/3, e2e 3/3? точно тут нужно это?
@@ -67,6 +68,24 @@ def collect_statistics(gitlab: GitLab, | |||
ap.add_argument('--optimistic', action='store_true', | |||
help='Not fail metrics collecting if some of jobs don\'t have any') | |||
|
|||
ap.add_argument('--able-to-save-project-info', nargs='?', type=bool, default=False, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
давай в readme добавим информацию о новых параметрах и для чего они вообще нужны
No description provided.