Closed ksimon1 closed 2 weeks ago
[APPROVALNOTIFIER] This PR is APPROVED
Approval requirements bypassed by manually added approval.
This pull-request has been approved by:
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@ksimon1 Can you please take a look on the failure? I see this error [1]:
Error from server (BadRequest): error when creating "modify-data-object.yaml": admission webhook "validation.webhook.pipeline.tekton.dev" denied the request: validation failed: non-existent variable in "$(params.timout)": spec.steps[0].env[TIMEOUT]
It seems like you have typo: $(params.timout)
/retest
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: 0xFelix, codingben, ksimon1
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What this PR does / why we need it: feat: add timeout parameter to modify-data-object tasks
When importing data object from slow server and wait-for-success param is set to true, one hour of timeout might not be enough. This commit introduces new parameter timeout where user can increase / decrease time necessary to import data object. Defaul value is 1 hour.
Release note: