Sidecar specific functions
Sidecar specific functions
(make-runtime conf)
Creates a runtime for the sidecar using the config map
Creates a runtime for the sidecar using the config map
(poll-events {:keys [job build events] :as rt})
Reads events from the job container events file and posts them to the event service.
Reads events from the job container events file and posts them to the event service.
(run rt)
Runs sidecar by restoring workspace, artifacts and caches, and then polling for events.
After the event loop has terminated, saves artifacts and caches and returns a deferred
containing the runtime with an :exit
added.
Runs sidecar by restoring workspace, artifacts and caches, and then polling for events. After the event loop has terminated, saves artifacts and caches and returns a deferred containing the runtime with an `:exit` added.
(upload-logs evt logger)
Uploads log files referenced in the event, if any
Uploads log files referenced in the event, if any
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close