()
| 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(); |