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

CI Testing in debug #1606

Closed
wants to merge 4 commits into from
Closed

Conversation

lemunozm
Copy link
Contributor

Description

CI workflows in debug instead of release.

Note: In the original PR modifying this, the workflow of checking benchmarks was also computed in debug to reuse artifacts (see here). Maybe it's still required here, but it's still not added. Let's see how it behaves.

@lemunozm lemunozm added the I12-ci Issue related to CI label Nov 14, 2023
@lemunozm lemunozm self-assigned this Nov 14, 2023
@wischli
Copy link
Contributor

wischli commented Nov 14, 2023

Can you temporarily adjust the trigger of sanity checks to run for this PR @lemunozm? I would like to compare the execution times.

@lemunozm lemunozm force-pushed the ci-rewrite-n-cache-debug branch from dd8a5a9 to 5ad1711 Compare November 14, 2023 13:04
@lemunozm
Copy link
Contributor Author

It makes total sense! Thanks for the suggestion @wischli

@lemunozm
Copy link
Contributor Author

lemunozm commented Nov 14, 2023

Integration tests fails. I think it's because the amount of logging increases a lot over time. I would set ERROR level for CI.

Anyway, I am not sure if we want to have logging by default in integration tests. I would only add them during debugging to analyze a failing test case. cc @mustermeiszer?

# push:
# branches: [main, 'release-v**']
push:
branches: ['ci-rewrite-n-cache']
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should be changed back, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, it there was there just to trigger the CI in this PR

Copy link
Contributor

@wischli wischli left a comment

Choose a reason for hiding this comment

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

Since integration tests take >4h in debug mode, at least these need to be run in release mode.

@lemunozm
Copy link
Contributor Author

Yes, but then we need to compile integration tests in release and workspace tests in debug. I think then it makes no sense running anything in debug 😞

@lemunozm
Copy link
Contributor Author

At least we can not until solving this: https://kflabs.slack.com/archives/C04GJQAM9P0/p1700154518905029

@lemunozm lemunozm closed this Nov 17, 2023
@NunoAlexandre NunoAlexandre deleted the ci-rewrite-n-cache-debug branch November 20, 2023 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I12-ci Issue related to CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants