-
Notifications
You must be signed in to change notification settings - Fork 90
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
Let WorkflowLinter.refresh_report
lint jobs from JobsCrawler
#3732
Let WorkflowLinter.refresh_report
lint jobs from JobsCrawler
#3732
Conversation
✅ 85/85 passed, 1 flaky, 7 skipped, 51m55s total Flaky tests:
Running from acceptance #8374 |
|
||
def refresh_report(self, sql_backend: SqlBackend, inventory_database: str) -> None: | ||
tasks = [] | ||
items_listed = 0 | ||
for job in self._ws.jobs.list(): | ||
if self._include_job_ids is not None and job.job_id not in self._include_job_ids: |
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.
Where do we replicate the filtering capability with the Job Crawler?
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.
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.
LGTM
Changes
Let
WorkflowLinter.refresh_report
lint jobs fromJobsCrawler
so that we only lint what is within scopeLinked issues
Resolves #3662
Progresses #3722
Functionality
assessment
Tests