Liking cljdoc? Tell your friends :D

monkey.ci.containers.oci

Container runner implementation that uses OCI container instances.

Container runner implementation that uses OCI container instances.
raw docstring

abort-fileclj

source

arch-amdclj

source

arch-armclj

source

arch-shapesclj

Architectures mapped to OCI shapes

Architectures mapped to OCI shapes
sourceraw docstring

config-dirclj

source

config-fileclj

source

config-volclj

source

default-archclj

source

event-fileclj

source

events-dirclj

source

instance-configclj

(instance-config {:keys [job build oci] :as conf})

Generates the configuration for the container instance. It has a container that runs the job, as configured in the :job, and next to that a sidecar that is responsible for capturing the output and dispatching events. If configured, it also

Generates the configuration for the container instance.  It has 
a container that runs the job, as configured in the `:job`, and
next to that a sidecar that is responsible for capturing the output
and dispatching events.  If configured, it also 
sourceraw docstring

job-config-fileclj

source

job-container-nameclj

source

job-scriptclj

source

log-dirclj

source

max-pod-cpusclj

Max number of cpu's to assign to a pod

Max number of cpu's to assign to a pod
sourceraw docstring

max-pod-memoryclj

Max memory that can be assigned to a pod, in gbs

Max memory that can be assigned to a pod, in gbs
sourceraw docstring

promtail-config-dirclj

source

promtail-config-fileclj

source

promtail-config-volclj

source

run-containerclj

(run-container {:keys [job] :as conf})
source

script-dirclj

source

script-volclj

source

sidecar-container-nameclj

source

start-fileclj

source

valid-architecturesclj

source

wait-for-instance-end-eventsclj

(wait-for-instance-end-events events sid job-id max-timeout)

Checks the incoming events to see if a container and job end event has been received. Returns a deferred that will contain both events.

Checks the incoming events to see if a container and job end event has been received.
Returns a deferred that will contain both events.
sourceraw docstring

wait-or-timeoutclj

(wait-or-timeout {:keys [events job build]} max-timeout get-details)

Waits for the container end event, or times out. Afterwards, the full container instance details are fetched. The exit codes in the received events are used for the container exit codes.

Waits for the container end event, or times out.  Afterwards, the full container
instance details are fetched.  The exit codes in the received events are used for
the container exit codes.
sourceraw docstring

work-dirclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close