Page MenuHomePhabricator

Build Phabricator in Harbormaster (v2)
Closed, ResolvedPublic

Assigned To
Authored By
epriestley
Aug 10 2015, 1:36 PM
Referenced Files
F852114: Screen Shot 2015-09-29 at 2.15.22 PM.png
Sep 29 2015, 9:16 PM
Tokens
"Yellow Medal" token, awarded by thoughtpolice."Mountain of Wealth" token, awarded by eklitzke."The World Burns" token, awarded by joshuaspence.

Description

Harbormaster is unprototyped, but currently not powerful enough to build Phabricator itself. In the next iteration, I want to add build platform features so the upstream builds can execute on Harbormaster.

In particular, this means:

  • Running arc lint and arc unit on a Drydock host.
  • Executing builds for both revisions and commits.
  • Easily uploading lint/unit results to Harbormaster, likely via new --target flags.
  • (T2543) We should also get --draft / --try built here.
  • Likely shoring up a lot of log/state infrastructure.

Related Objects

StatusAssignedTask
DuplicateNone
Resolvedepriestley
Resolvedepriestley
OpenNone
Resolvedepriestley
Resolvedbtrahan
OpenNone
Resolvedhach-que
Resolvedepriestley
Resolvedepriestley
Resolvedepriestley
ResolvedNone
Resolvedepriestley
Resolvedepriestley
Resolvedepriestley
Resolvedepriestley
Resolvedepriestley
Resolvedepriestley
ResolvedNone
OpenNone

Event Timeline

epriestley raised the priority of this task from to Normal.
epriestley updated the task description. (Show Details)
epriestley added a project: Harbormaster.
epriestley moved this task to v2 on the Harbormaster board.
epriestley added a subscriber: epriestley.

Isn't Phabricator entirely PHP? What is there to build?

Or does this task just mean running "arc unit --everything" on a build server?

It means running arc unit on a build server.

I don't imagine this is in v2, but we could build XHPAST in Harbormaster. This would be good for the unfortunate souls that use Windows.

Is this going to include the ability to build (i.e. lint and test) diffs as well, or is that part of v3?

Since we're pushing everything to staging, I expect that to be covered here.

There's some relevant information on the progress on the Drydock side of this here: T9252#138215

We're kinda-sort doing builds for commits now:

Screen Shot 2015-09-29 at 2.15.22 PM.png (201×798 px, 38 KB)

We're kinda-sort doing builds for commits now:

Screen Shot 2015-09-29 at 2.15.22 PM.png (201×798 px, 38 KB)

Macro yaaay:

Per T9252, we're now building all the repositories and all Community revisions, so the meat of this is working. There are still a lot of pieces that need refinement or generalization, though, or aren't even theoretically useful to installs other than this one for various reasons.

epriestley claimed this task.

Upstream builds have been in production for some time. There's always more work to be done, but I don't think there's anything actionable left here that isn't covered elswhere.