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

Testing KUKSA Server Unittest #629

Merged
merged 3 commits into from
Jul 31, 2023
Merged

Conversation

erikbosch
Copy link
Contributor

@erikbosch erikbosch commented Jul 28, 2023

This aligns unit-tests with other triggers and now it works. It also removes explicit install of gRPC and Boost. That is included from cmake so not needed. The old warning that it might be needed for "older" versions of cmake shall likely not be relevant any longer, at least not if we assume that Ubuntu 20 or newer is used.

Still the build takes time. A possible remedy for CI could be to join both builds to the same so we do not need to install boost and gRPC twice.

Now also using 4 threads (-j 4 in all builds)

@erikbosch erikbosch marked this pull request as ready for review July 31, 2023 12:25
Copy link
Contributor

@lukasmittag lukasmittag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@erikbosch erikbosch merged commit 493db1b into eclipse:master Jul 31, 2023
5 checks passed
Copy link
Contributor

@lukasmittag lukasmittag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe need to open the PR again.

- ".github/workflows/kuksa_val_unittest.yml"
- "kuksa-val-server/**"
- "kuksa_certificates/**"
- "proto/**"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the same issue as in #611 not the right location to look for proto files

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed by #633

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.

2 participants