Skip to content

Commit a1287e8

Browse files
sync pipelineruns with konflux-central - e0d0f2c
1 parent 2e6560d commit a1287e8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.tekton/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 `notebooks` in the `rhoai-3.0` release:
9+
To modify the pipelines for `notebooks` in the `main` branch:
1010

1111
- Clone the [`konflux-central`](https://github.com/red-hat-data-services/konflux-central) repository.
1212

@@ -15,10 +15,10 @@ git clone git@github.com:red-hat-data-services/konflux-central.git
1515
cd konflux-central
1616
```
1717

18-
- Check out the release branch
18+
- Check out the branch
1919

2020
```bash
21-
git checkout rhoai-3.0
21+
git checkout main
2222
```
2323

2424
- Navigate to the Tekton files for your component(s).
@@ -32,8 +32,8 @@ cd pipelineruns/notebooks/.tekton
3232
- Commit and push your changes.
3333

3434
```bash
35-
git commit -am "Update pipelinerun for notebooks (rhoai-3.0)"
36-
git push origin rhoai-3.0
35+
git commit -am "Update pipelinerun for notebooks (main)"
36+
git push origin main
3737
```
3838

3939
- Once pushed, automation will automatically sync your updates to the corresponding component repository.

.tekton/odh-workbench-codeserver-datascience-cpu-py312-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ spec:
4646
- linux/x86_64
4747
- linux-m2xlarge/arm64
4848
- linux/ppc64le
49+
- linux/s390x
4950
- name: image-expires-after
5051
value: 5d
5152
- name: enable-slack-failure-notification

0 commit comments

Comments
 (0)