Ticket #896 (new project-idea)

Opened 3 years ago

Last modified 5 weeks ago

Replace try with a client for the force scheduler

Reported by: marcusl Owned by:
Priority: major Milestone: 0.9.+
Version: 0.8.0 Keywords: try, users, force
Cc: jachen, msorrenti@…, ffledgling@…

Description (last modified by dustin) (diff)

We have a "try" client defined which looks for a patch in a local repository on a developer's system, patches it up, and submits it to Buildbot. It's very ad-hoc, isn't very configurable, and hasn't gotten a lot of love.

Now that we have a force scheduler, the better solution is for the try client to talk to a force scheduler, preferably using HTTP. The client should also capture and send e-mail address of the submitter so that notifications can be sent.

This allows lots of flexibility on the master side: users can set up as many force schedulers as they like, with different builders, properties, permissions, and so on.

scope

To make this project a summer's worth, it should aim to implement:

  • a new try client
  • improved support for DVCS's, where patches aren't required, but where the client must send a repository
  • protocol support in or for the force scheduler
  • per-scheduler authentication/authorization
  • migration information for users of the existing try functionality

Change History

comment:1 Changed 3 years ago by bhearsum

This is implementable through a MailNotifier? already, is there something beyond that that is desired?

comment:2 Changed 3 years ago by dustin

  • Keywords try added

bhearsum: the code change would be in sending an email address along with the try request (I think..)

comment:3 Changed 2 years ago by redheadphones

  • Keywords try, redheadphones added; try removed

comment:4 Changed 21 months ago by redheadphones

  • Keywords try added; try, redheadphones removed

comment:5 Changed 14 months ago by dustin

  • Keywords try, users added; try removed

comment:6 Changed 6 months ago by tom.prince

  • Milestone changed from 0.8.+ to 0.8.8

comment:7 Changed 4 months ago by tom.prince

  • Keywords users, force added; users removed
  • Milestone changed from 0.8.8 to 0.8.+

The plan is to deprecate try, and replace it by an extended force scheduler.

comment:8 Changed 3 months ago by dustin

  • Priority changed from minor to major
  • Summary changed from Try should capture and send e-mail address of the submitter so that notifications can be sent to Replace try with a client for the force scheduler
  • Type changed from enhancement to project-idea
  • Description modified (diff)
  • Milestone changed from 0.8.+ to 0.9.+

comment:9 Changed 3 months ago by dustin

  • Description modified (diff)

comment:10 Changed 3 months ago by dustin

  • Description modified (diff)

comment:11 Changed 3 months ago by dustin

  • Cc jachen added

comment:12 Changed 5 weeks ago by mikesorrenti

  • Cc msorrenti@… added

comment:13 Changed 5 weeks ago by jachen

True. I wanted to use the try scheduler. But, seemed a lot of work for developers to set up, etc. Also not into setting up a bunch of user name/passwords to maintain this. Would prefer a loose general password for this type of stuff.

comment:13 Changed 5 weeks ago by jachen

True. I wanted to use the try scheduler. But, seemed a lot of work for developers to set up, etc. Also not into setting up a bunch of user name/passwords to maintain this. Would prefer a loose general password for this type of stuff.

comment:14 Changed 5 weeks ago by ffledgling

  • Cc ffledgling@… added
Note: See TracTickets for help on using tickets.