Sheriffing/How To/Treeherder Testing
From MozillaWiki
- Login
- Click onto
Login / Register
at the top right. - Log in with your sheriffing email address.
- Expected: Treeherder will show you as logged in.
- Click onto
- Rerun
- Open the Try repository
- Find a busted build job (color red) and select it.
- From the bottom left
...
menu, selectCustom Action
. - From the dropdown, select
Rerun
. - Request the rerun
- Expected: An
AC(rr)
task gets added and after it finished, a new task for which the rerun had been requested - on the same push and platform.
- Retrigger
- Open the autoland repository
- Find a failed test job (color orange) and select it.
- Press the
R
key. - Expected: An
AC(rt)
task gets added and after it finished, a new task for which the retrigger had been requested - on the same push and platform. - Find a different failed test job and select it.
- From the bottom left
...
menu, selectCustom Action
. - From the dropdown, select
Retrigger
. - Set
times: 1
totimes: 5
- Request the retriggers
- Expected: An
AC(rt)
task gets added and after it finished, 5 new tasks for which the retriggers had been requested - on the same push and platform.
- Requesting a job to be added to a push
- Open the autoland repository
- Open the right hand side menu for a push (arrow down).
- Select
Add new jobs
. - At the top of the push, click on
Trigger 1 New Job
. - Expected: An
AC(add-new)
task gets added and after it finished, the requested task gets scheduled.
- Taskcluster page for task available
- Open the autoland repository.
- Select a completed job.
- At the bottom left, click the link next to
Task:
. - Expected: Taskcluster page opens and the logs and details about the tasks are available.