-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow a job that is never scheduled #32
Comments
hannesm
added a commit
that referenced
this issue
Aug 26, 2023
This solves #32 -- at first insertion, the job is scheduled, and then only at Ptime.max. This allows manual scheduling of a job.
reynir
pushed a commit
to reynir/builder
that referenced
this issue
Sep 22, 2023
This solves robur-coop#32 -- at first insertion, the job is scheduled, and then only at Ptime.max. This allows manual scheduling of a job.
hannesm
added a commit
to hannesm/opam-repository
that referenced
this issue
Sep 4, 2024
CHANGES: * improve documentation (robur-coop/builder#37 et al, fixes robur-coop/builder#27) * adapt to asn1-combinators 0.3.0 API: remove cstruct (robur-coop/builder#49 @hannesm) * queue up observe messages (robur-coop/builder#48 @reynir) * use "/job/_/build/_/main-binary" alias - eases bootstrapping (robur-coop/builder#42 @reynir) * drop platform: advice to shutdown workers (robur-coop/builder#39 @reynir) * FreeBSD: add builder_worker service script (robur-coop/builder#37 @hannesm) * client: enumerate valid periods in `--help` (robur-coop/builder#36 @reynir) * add an interval of "never" to never schedule a job (robur-coop/builder#34 @hannesm, fixes robur-coop/builder#32) * client: observe omit the UUID (robur-coop/builder#33 @hannesm)
avsm
pushed a commit
to avsm/opam-repository
that referenced
this issue
Sep 5, 2024
CHANGES: * improve documentation (robur-coop/builder#37 et al, fixes robur-coop/builder#27) * adapt to asn1-combinators 0.3.0 API: remove cstruct (robur-coop/builder#49 @hannesm) * queue up observe messages (robur-coop/builder#48 @reynir) * use "/job/_/build/_/main-binary" alias - eases bootstrapping (robur-coop/builder#42 @reynir) * drop platform: advice to shutdown workers (robur-coop/builder#39 @reynir) * FreeBSD: add builder_worker service script (robur-coop/builder#37 @hannesm) * client: enumerate valid periods in `--help` (robur-coop/builder#36 @reynir) * add an interval of "never" to never schedule a job (robur-coop/builder#34 @hannesm, fixes robur-coop/builder#32) * client: observe omit the UUID (robur-coop/builder#33 @hannesm)
avsm
pushed a commit
to avsm/opam-repository
that referenced
this issue
Sep 5, 2024
CHANGES: * improve documentation (robur-coop/builder#37 et al, fixes robur-coop/builder#27) * adapt to asn1-combinators 0.3.0 API: remove cstruct (robur-coop/builder#49 @hannesm) * queue up observe messages (robur-coop/builder#48 @reynir) * use "/job/_/build/_/main-binary" alias - eases bootstrapping (robur-coop/builder#42 @reynir) * drop platform: advice to shutdown workers (robur-coop/builder#39 @reynir) * FreeBSD: add builder_worker service script (robur-coop/builder#37 @hannesm) * client: enumerate valid periods in `--help` (robur-coop/builder#36 @reynir) * add an interval of "never" to never schedule a job (robur-coop/builder#34 @hannesm, fixes robur-coop/builder#32) * client: observe omit the UUID (robur-coop/builder#33 @hannesm)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it could be useful to allow jobs that are never scheduled. That is, an execution of the job is always manually executed using
builder-client execute
. The use could be for jobs whose purpose is to test changes, and the user only wants to execute a build when they have made changes.The text was updated successfully, but these errors were encountered: