MCPcopy
hub / github.com/iterative/cml / runnerLogPatterns

Method runnerLogPatterns

src/drivers/gitlab.js:285–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283 }
284
285 runnerLogPatterns() {
286 return {
287 ready: /Starting runner for/,
288 job_started: /"job":.+received/,
289 job_ended: /"duration_s":/,
290 job_ended_succeded: /"duration_s":.+Job succeeded/,
291 job: /"job":([0-9]+),"/
292 };
293 }
294
295 async prCreate(opts = {}) {
296 const projectPath = await this.projectPath();

Callers 1

parseRunnerLogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected