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

.travis: Run race detection builds on master commits only #14189

Merged

Commits on Nov 26, 2020

  1. .travis: Run race detection builds on master commits only

    We had to temporarily subscribe to Travis CI because we consumed our
    10000 free credits. Our current plan however only allows for two
    concurrent builds. With four builds per commit, we are constantly
    running behind, with Travis CI builds now taking longer to be scheduled
    than it takes our Jenkins tests to finish. Long gone are the days when
    we considered Travis CI a viable smoke test...
    
    This commit attempts to alleviate the issue by running our race
    detection builds only on master commits.
    
    Signed-off-by: Paul Chaignon <paul@cilium.io>
    pchaigno committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    f231119 View commit details
    Browse the repository at this point in the history