31
edits
Mcornmesser (talk | contribs) (Incremental save) |
Mcornmesser (talk | contribs) |
||
| Line 58: | Line 58: | ||
=== Runner Configuration === | === Runner Configuration === | ||
* Add support for purgebuild runner task | |||
** purgebuild.py https://hg.mozilla.org/build/tools/raw-file/c210728881d4/buildfarm/maintenance/purge_builds.py | |||
*** Copy to C:\opt\runner | |||
** Add 1-purge_builds.bat to C:\opt\runner\tasks.d | |||
*** Content: "%MOZILLABUILD%\msys\bin\bash" --login -c "'%BUILDBOT_PATH%\Scripts\python' "/C/opt/runner/purge_builds.py" --not "/c/users/.cltbld/.ssh:999d" --not info --not 'rel-*:10d' --not 'tb-rel-*:10d' -s 35 /C/builds/moz2_slave | |||
== EC2 Service Userdata Scripts == | == EC2 Service Userdata Scripts == | ||
edits