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

Increase taskcluster runtime #20841

Merged
merged 2 commits into from May 25, 2018
Merged

Commits on May 21, 2018

  1. Increase max run time to 2 hours

    Based on the Taskcluster log for
    (https://taskcluster-artifacts.net/HkxDh1oKQceXH1fL9RSGow/0/public/logs/live_backing.log),
    it looks like the job is running successfully but hitting the max time limit.
    
    Our builds + tests shouldn't take this long to run normally,
    but we'll need to set up sccache with cache uploading/downloading
    in order to improve most build times.
    
    For now, bump the max run time to 2 hours;
    since we complete one build + som tests within an hour,
    2 hours should be enough for the second build to finish as well.
    aneeshusa committed May 21, 2018
  2. Make it easier to debug Taskcluster runs

    Print out each command before it is run,
    to help debug future Taskcluster issues.
    aneeshusa committed May 21, 2018
You can’t perform that action at this time.