Closed
Bug 1441977
Opened 7 years ago
Closed 7 years ago
Run tests for taskcluster-treeherder in Taskcluster
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: hritvi2801, Mentored)
Details
The https://github.com/taskcluster/taskcluster-treeherder/ service currently uses Travis-CI to do its testing. Instead, it should run its tests using taskcluster-github (https://docs.taskcluster.net/manual/using/github), and stop using Travis-CI.
To get started on this, fork the repository and get taskcluster-github set up for your repository, then write a .taskcluster.yml that runs the tests. Once that's working, make a pull request to add that .taskcluster.yml to the original repository.
Assignee | ||
Comment 1•7 years ago
|
||
Hey Dustin! I would like to work on this.Thank You
Flags: needinfo?(dustin)
Assignee | ||
Comment 2•7 years ago
|
||
I have forked this repository and also added .taskcluster.yml file in a new branch in my forked repository.I have downloaded the taskcluster-github app in this repository. Now I am facing a problem on how to run this.Thanks
Reporter | ||
Comment 3•7 years ago
|
||
Let's leave this bug un-assigned until you've finished bug 1441978. We have a lot of applicants looking for projects, and want to try to be fair to everyone.
Flags: needinfo?(dustin)
Assignee | ||
Comment 5•7 years ago
|
||
Does this require any secret information for running tests? As without it also the test has been successfully completed
Assignee | ||
Comment 6•7 years ago
|
||
Here is the link https://tools.taskcluster.net/groups/MGsQJhGOReC6nB3lX9J_Lw
Reporter | ||
Comment 7•7 years ago
|
||
I thought it did, but I didn't look very hard. You're right, no secrets required :)
Please also remove .travis.yml in your PR.
Assignee | ||
Comment 8•7 years ago
|
||
Thanks Dustin! would remove .travis.yml
Reporter | ||
Comment 9•7 years ago
|
||
Reporter | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Platform and Services → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•