forked from servo/servo
-
Notifications
You must be signed in to change notification settings - Fork 0
Meeting 2013 05 20
Brian Anderson edited this page May 20, 2013
·
2 revisions
- release engineering
- interns
- hiring
brson, pcwalton, jack, azita, tkuehn, eatkinson
- jack: we have continuous integration on servo. bors has integrated two patches
- patrick: process is same for rust?
- jack: pull request gets made for servo, somebody reviews it, adds comments if the review is negative. if the review is positive they add 'r+' to the commit. then bors will go run the tests on the branch and merge it into the tree. it won't merge if any tests fail.
- jack: on rust this works great and you see on #rust that bors is constantly merging patches
- jack: we haven't had this on servo, lots of problems with the build process.
- jack: so now we have 'bors' on servo, running only linux, but os x should follow in a few days
- jack: the only thing missing from bors is we don't have access to the build logs or the pull request queue
- brson: no bors status page?
- jack: not yet, and we don't have access to the machines either
- jack: those are the three things we still have to do.
- patrick: it doesn't tell you what fails?
- jack: probably generates a link that goes nowhere
- brian: strange that firefox's logs aren't public
- jack: we'll get them, should have it working in a few days
- jack: it sounds like we'll have to talk to ben's bosses about scheduling the android build, windows builds, etc.
- jack: right now we don't have independent dependency management
- patrick: so bors does not manage the submodules
- jack: are you (interns) familiar with github?
- jack: did you get to talk about projects at lunch?
- tim: a little
- patrick: briefly. is seth here?
- jack: nope
- patrick: erick has expressed interest in layout and there's a done to be done. should coordinate with seth since he's working on the same stuff. do you know the status of his border patches?
- jack: two things under warmup are 'support all units' and borders.
- patrick: units are done
- brson: I don't think so