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

Run PRs on Taskcluster #10503

Closed
foolip opened this issue Apr 17, 2018 · 3 comments · Fixed by #12657
Closed

Run PRs on Taskcluster #10503

foolip opened this issue Apr 17, 2018 · 3 comments · Fixed by #12657

Comments

@foolip
Copy link
Member

foolip commented Apr 17, 2018

If #9226 works out, it's an obvious next step to also run some subset of the tests for PRs, probably replacing the Travis runs that so often time out: #7660

@jugglinmike
Copy link
Contributor

In TravisCI today, we script unnecessary jobs to exit early. This avoids unnecessary work, but it also makes task reports a little noisy (since they include meaningless results for those no-op jobs).

A nice-to-have improvement would be to use TaskCluster's "decision tasks" feature to avoid scheduling unnecessary tasks. @jgraham found an example of a GitHub project using a TaskCluster decision task here:

https://github.com/mozilla/normandy/blob/26b6537d7b6a0986f30f58bfb4c0d85ad8a6eea1/ci/taskcluster/bin/decision.py

@jgraham
Copy link
Contributor

jgraham commented Jul 3, 2018

@foolip
Copy link
Member Author

foolip commented Jul 10, 2018

This issue could be split into a bunch of smaller ones, basically one for each Travis job we have. The one that I was thinking about when filing this issue was test running itself. A decision task that looks at the affected tests and picks some number of tasks to get the job done, perhaps up to as many as are used for master builds if testharness.js itself is changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants