pipelines-as-code icon indicating copy to clipboard operation
pipelines-as-code copied to clipboard

Runs Cancelation

Open chmouel opened this issue 3 years ago • 1 comments

We should make cancelation easier, the way user can cancel runs at the moment is to tkn pr delete or on openshift console which is not very "as a codie".

PullRequest

We could have a gitops comments for that the same way we have for /retest:

  • /cancel -> cancel all pipelineruns attached to the PullRequest
  • /cancel pr1 -> cancel specific pr attached to the PullRequest

Push

On Github we can have GitHub custom actions (see https://docs.github.com/en/rest/checks/runs#create-a-check-run) to let the user have a button the same way we have rerequest to click on Push.

On other providers, I guess there is not many way to do this and this is up to user to go to the openshift console.

chmouel avatar Sep 15 '22 09:09 chmouel

Related to SRVKP-2490

siamaksade avatar Sep 16 '22 12:09 siamaksade

completed in https://github.com/openshift-pipelines/pipelines-as-code/pull/1027

sm43 avatar Jan 03 '23 07:01 sm43