File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ All Tekton file updates **must be made in the `konflux-central` repository**.
66
77## ✅ How to Make Changes
88
9- To modify the pipelines for `` in the `` release:
9+ To modify the pipelines for ` vllm-gaudi ` in the ` rhoai-2.19 ` release:
1010
1111- Clone the [ ` konflux-central ` ] ( https://github.com/red-hat-data-services/konflux-central ) repository.
1212
@@ -18,22 +18,22 @@ cd konflux-central
1818- Check out the release branch
1919
2020``` bash
21- git checkout
21+ git checkout rhoai-2.19
2222```
2323
2424- Navigate to the Tekton files for your component(s).
2525
2626``` bash
27- cd pipelineruns//.tekton
27+ cd pipelineruns/vllm-gaudi /.tekton
2828```
2929
3030- Make the required changes to the Tekton YAML files.
3131
3232- Commit and push your changes.
3333
3434``` bash
35- git commit -am " Update pipelinerun for ( )"
36- git push origin
35+ git commit -am " Update pipelinerun for vllm-gaudi (rhoai-2.19 )"
36+ git push origin rhoai-2.19
3737```
3838
3939- Once pushed, automation will automatically sync your updates to the corresponding component repository.
You can’t perform that action at this time.
0 commit comments