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

Fix Travis builds #27002

Closed
wants to merge 2 commits into from
Closed

Fix Travis builds #27002

wants to merge 2 commits into from

Commits on Mar 30, 2019

  1. build: add a Prepare ccache job in Travis

    Combined compile and test of Node.js where lots of files need to be
    compiled (e.g. after a V8 update) is exceeding the time limit for
    Travis jobs (50 minutes).
    
    Add a job to Travis that compiles Node.js but doesnt run any tests to
    populate the ccache. Introduce staging and move the `Test Suite` job
    into a later stage so that it can use the populated ccache.
    richardlau committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    dcd0e6e View commit details
    Browse the repository at this point in the history
  2. build: fix skipping of flaky tests on Travis

    `PARALLEL_ARGS` is overwritten in the Makefile if `JOBS` is set. Use
    `CI_JS_SUITES` instead.
    richardlau committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    aa19e07 View commit details
    Browse the repository at this point in the history