Unfortunately it's a bit hidden in the UI. I'll try to explain: 1) Go to https://phabricator.haskell.org/harbormaster
2) On the left side, click on 'Manage Build Plans' 3) Click on 'Plan 2 - GHC Continuous Integration', which builds commits 4) On the right-hand side, click 'Run Plan Manually' 5) In the box, enter the 'object name'. NOTE: the object name is DIFFERENT than the raw commit SHA1. In Phabricator, a 'commit object' is identified fully by the repository callsign plus the SHA1. In your case, you want to test commit 20acaa7785. Therefore, the full object name would be 'rGHC20acaa785', just like it appears in the URL you posted. This should do the job. Hope that helps! On Sun, Dec 21, 2014 at 6:47 AM, Dr. ERDI Gergo <[email protected]> wrote: > Hi, > > Given a concrete commit on a non-master branch (e.g. > https://phabricator.haskell.org/rGHC20acaa7785d910d36d46c4eae9e9cce4000635d1), > how do I manually trigger a Harbourmaster build + validation? > > Thanks, > Gergo > > -- > > .--= ULLA! =-----------------. > \ http://gergo.erdi.hu \ > `---= [email protected] =-------' > A man's best friend is his dogma. > _______________________________________________ > ghc-devs mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/ghc-devs > -- Regards, Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/ _______________________________________________ ghc-devs mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-devs
