Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
schabrolles authored Jun 3, 2024
1 parent f4ab2d0 commit e3267e3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,13 @@ spec:

### 2- Starting pipeline with GUI

If you plan to start the pipeline from the GUI (openshift-console), you must change the default pipeline timeout by using the following command:

```other
oc set data -n openshift-pipelines cm/config-defaults default-timeout-minutes="300"
```
>#### Note:
>* After having deploy the helm charts, verify that the `tekton-patch` pipeline ran successfuly.
>* This `tekton-patch` pipeline update the `openshift-pipelines` config to increase the default value from 1h to 5h (cp4d installation duration is 2h minimum).
>* If you want to update this parameter manually or if this pipeline failed you can change update this pipeline timeout parameter by using the following command:
>```other
>oc set data -n openshift-pipelines cm/config-defaults default-timeout-minutes="300"
>```
From the openshift console, enter in the project `cpd-install` and select the tab “pipeline" from the menu on the left.

Expand Down

0 comments on commit e3267e3

Please sign in to comment.