Skip to content
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

chore: Use 16 cores runner for coverage and release, 4 cores runner for lint #1118

Merged
merged 1 commit into from
Mar 2, 2023
Merged

chore: Use 16 cores runner for coverage and release, 4 cores runner for lint #1118

merged 1 commit into from
Mar 2, 2023

Conversation

chubei
Copy link
Contributor

@chubei chubei commented Mar 2, 2023

Fixes #1065

@coveralls
Copy link

Pull Request Test Coverage Report for Build 4314600708

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 171 unchanged lines in 4 files lost coverage.
  • Overall coverage decreased (-0.07%) to 73.172%

Files with Coverage Reduction New Missed Lines %
dozer-ingestion/src/connectors/kafka/debezium/mapper.rs 1 99.17%
dozer-api/src/grpc/shared_impl/mod.rs 4 83.52%
dozer-core/src/epoch.rs 11 91.79%
dozer-types/src/types/field.rs 155 62.74%
Totals Coverage Status
Change from base Build 4313132420: -0.07%
Covered Lines: 27934
Relevant Lines: 38176

💛 - Coveralls

@chubei chubei changed the title chore: Use 16 cores runner when compilation is needed chore: Use 16 cores runner for coverage, 4 cores runner for lint Mar 2, 2023
@chubei chubei changed the title chore: Use 16 cores runner for coverage, 4 cores runner for lint chore: Use 16 cores runner for coverage and release, 4 cores runner for lint Mar 2, 2023
@chubei chubei marked this pull request as ready for review March 2, 2023 14:20
@chubei chubei requested a review from v3g42 March 2, 2023 14:20
@chubei chubei merged commit 679067b into getdozer:main Mar 2, 2023
@chubei chubei deleted the chore/runner branch March 2, 2023 14:26
mediuminvader added a commit that referenced this pull request Mar 8, 2023
* chore: Move `SnapshottingDone` out of `Operation` so processors don't have to know it.(#1103)

Also removed unused variants of `IngestionMessage`

* feat: Switch to new cache if it processed enought number of operations (#1092)

* chore: Don't create default eth provider (#1108)

* chore: Remove an unused `Arc<RwLock>` (#1106)

* fix: updated download_binary (#1107)

* fix: updated download_binary

* fix: updated download_binary

* fix: updated download_binary

* fix: updated download_binary

* fix: updated download_binary

* chore: Provide context to `ApiError`s (#1109)

* tests: Run postgres tests on github actions and add snowflake support (#1037)

* chore: Add installation to and remove docker instructions from README (#1110)

* chore: Add remove unnecessary libraries remove (#1113)

* chore: Don't run coverage on `pull_request_target` (#1116)

* refactor: Simplify schemas fetch query (#1114)

* refactor: Simplify schemas fetch query

Fixes #1073

* Fix formatting

* Fix tests

* chore: Use 16 cores runner for coverage and release, 4 cores runner for lint (#1118)

* chore: Use correct proto include path to avoid rebuilding every time (#1115)

* fix: Sink should only be built after all source checkpoints are checked (#1112)

* chore: Use `Dag::map_owned` instaed of `Dag::map`

* chore: Remove context from `DagSchemas::EdgeType`

* fix: Sink should only be built after all source checkpoints are checked

* chore: Fix docker image publishing steps in release workflow (#1120)

* remove unused dependency (#1122)

The unused dependency of unixstring was causing build failure of native windows binary.

Signed-off-by: Shailendra Thakur <[email protected]>

* fix: Blue cache was counted with limit. Green cache didn't get picked up. (#1123)

* fix: Define unique temp folder for aggregation tests (#1124)

* fix: Define unique tmp dir

* fix clippy

* fix: groupby without measures were handled wrongly (#1127)

* fix groupby withou measures

* clippy fix

* chore: Remove some unnecessary `clone`s (#1131)

* chore: Don't clone whole config around the orchestrator

* chore: Remove exccesive cloneing in `SourceBuilder`

* chore: Remove excessive cloning in `PipelineBuilder`

* chore: Remove excessive cloning in `Executor`

* chore: clippy fix

* refactor: Use rdkafka instead of kafka library

* Format

---------

Signed-off-by: Shailendra Thakur <[email protected]>
Signed-off-by: Dario Pizzamiglio <[email protected]>
Co-authored-by: Bei Chu <[email protected]>
Co-authored-by: Chloe Kim <[email protected]>
Co-authored-by: Shailendra Thakur <[email protected]>
Co-authored-by: Dario Pizzamiglio <[email protected]>
Co-authored-by: Matteo Pelati <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI coverage crashes too often
3 participants