-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(ingest): improve CI batches #14239
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
Changes from all commits
ebacc56
4b986a1
9537262
7475c5a
9020499
5bb54ef
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,6 +63,9 @@ markers = | |
integration_batch_0: mark tests to run in batch 0 of integration tests. This is done mainly for parallelization in CI. Batch 0 is the default batch. | ||
integration_batch_1: mark tests to run in batch 1 of integration tests | ||
integration_batch_2: mark tests to run in batch 2 of integration tests | ||
integration_batch_3: mark tests to run in batch 3 of integration tests (mostly powerbi) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it true there are two mostly powerbi batches? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah. somehow the m query parser is extremely slow, so the powerbi tests alone take ~24 minutes. so I split them into two batches |
||
integration_batch_4: mark tests to run in batch 4 of integration tests | ||
integration_batch_5: mark tests to run in batch 4 of integration tests (mostly powerbi) | ||
testpaths = | ||
tests/unit | ||
tests/integration | ||
|
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.
🚫 [actionlint] reported by reviewdog 🐶
property "extra_pip_extras" is not defined in object type {extra_pip_constraints: string; extra_pip_requirements: string; python-version: number} [expression]
datahub/.github/workflows/airflow-plugin.yml
Line 71 in 5bb54ef