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

Rework CI jobs to try reducing CI duration #1903

Merged
merged 1 commit into from
Mar 22, 2023

Commits on Mar 22, 2023

  1. Rework CI jobs to try reducing CI duration

    CI duration is quite long: the longest jobs is the "Performance" one.
    Try to reduce the overall duration: that job (and some others) will not
    be triggered for each PR/commit anymore, but asynchronously, once a day
    (this scheduling seems right since the frequency of the PR/commits in
    the project).
    It should be possibly to trigger them manually, via GUI, anyway.
    
    Remove two identical jobs; we already tests ASAN with 4 different
    compilers.
    
    After 9eff075 it is safe to reduce fuzzing time.
    
    Bottom line: try to have as upper-time of CI tests the duration of the
    fuzzing jobs
    IvanNardi committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    c710a5a View commit details
    Browse the repository at this point in the history