Skip to content

Commit

Permalink
fix: add 4h task timeout in the ec pipeline
Browse files Browse the repository at this point in the history
Since the default timeout for tasks is hardcoded to 1h/2h,
this change sets the timeout to a higher value to
support users who run bigger sets of images through
the verify task.

It is still possible to limit the duration of the check
on the pipeline or pipelineRun level, depending on usage.

Signed-off-by: dirgim <[email protected]>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
dirgim authored and arewm committed Jan 20, 2025
1 parent 949893a commit a5d908b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/enterprise-contract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,4 @@ spec:
value: verify-enterprise-contract
- name: kind
value: task
timeout: 4h

0 comments on commit a5d908b

Please sign in to comment.