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

Less frequent sanitizer runs #2167

Closed
wants to merge 19 commits into from

Conversation

boeschf
Copy link
Contributor

@boeschf boeschf commented Aug 3, 2023

Reduce CI times by only running the sanitizer tests when we commit to master and once a day.

@thorstenhater
Copy link
Contributor

That might be more often than now, actually ;)

@boeschf
Copy link
Contributor Author

boeschf commented Aug 3, 2023

true :) Once a week?

@thorstenhater
Copy link
Contributor

Yeah. Can you make it so that we get an automatically created issue?

@brenthuisman
Copy link
Contributor

For Issue creation from e.g. a log file: https://github.com/marketplace/actions/create-issue-from-file

run: scripts/run_cpp_examples.sh
run: scripts/run_cpp_examples.sh 2>&1 | tee -a output.log
shell: bash
- name: Try to fail
Copy link
Contributor

Choose a reason for hiding this comment

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

For debugging or always?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

debugging - will remove once it generates the output I want

Copy link
Contributor

Choose a reason for hiding this comment

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

You can mark the PR draft if it's not ready for review.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I know, just wanted to exclude any potential side-effects.

@boeschf boeschf closed this Aug 8, 2023
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.

3 participants