go-vela / community

Community Information for Vela (Target's official Pipeline Automation Framework)
https://go-vela.github.io/docs/
Apache License 2.0
23 stars 3 forks source link

server: support per-step timeout #982

Open plyr4 opened 5 months ago

plyr4 commented 5 months ago

Description

support for per-step level timeouts would be helpful.

something like

steps:
  - name: download-dependencies
    timeout: 30m
    commands:
      - ...do something that might timeout