Skip to content

Commit 5a974ee

Browse files
committed
Use chmouel tekton-caches images
upstream tekton-caches breaks openshift container upload (again sigh). Let's use my forked version of it for now and not rely on upstream until they fix it (or ever). Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
1 parent 97a374f commit 5a974ee

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.tekton/doc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
resolver: http
4747
params:
4848
- name: url
49-
value: https://raw.githubusercontent.com/openshift-pipelines/tekton-caches/main/tekton/cache-fetch.yaml
49+
value: https://raw.githubusercontent.com/chmouel/tekton-caches/refs/heads/chmouel-images/tekton/cache-fetch.yaml
5050
params:
5151
- name: patterns
5252
value: ["$(workspaces.source.path)/README.md"]
@@ -113,7 +113,7 @@ spec:
113113
resolver: http
114114
params:
115115
- name: url
116-
value: https://raw.githubusercontent.com/openshift-pipelines/tekton-caches/main/tekton/cache-upload.yaml
116+
value: https://raw.githubusercontent.com/chmouel/tekton-caches/refs/heads/chmouel-images/tekton/cache-upload.yaml
117117
params:
118118
- name: patterns
119119
value: ["$(workspaces.source.path)/README.md"]

.tekton/go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
resolver: http
4545
params:
4646
- name: url
47-
value: https://raw.githubusercontent.com/openshift-pipelines/tekton-caches/main/tekton/cache-fetch.yaml
47+
value: https://raw.githubusercontent.com/chmouel/tekton-caches/refs/heads/chmouel-images/tekton/cache-fetch.yaml
4848
params:
4949
- name: patterns
5050
value: ["**go.mod", "**go.sum"]
@@ -116,7 +116,7 @@ spec:
116116
resolver: http
117117
params:
118118
- name: url
119-
value: https://raw.githubusercontent.com/openshift-pipelines/tekton-caches/main/tekton/cache-upload.yaml
119+
value: https://raw.githubusercontent.com/chmouel/tekton-caches/refs/heads/chmouel-images/tekton/cache-upload.yaml
120120
params:
121121
- name: patterns
122122
value: ["**go.mod", "**go.sum"]

docs/content/docs/guide/running.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ run a PipelineRun on CI:
5757
directory of the default branch on GitHub or your other service provider.
5858
(see below for the OWNERS file format).
5959

60-
If the pull request author does not have the necessary permissions to run a
61-
PipelineRun, another user who does have the necessary permissions can comment
62-
`/ok-to-test` on the pull request to run the PipelineRun.
60+
If the author of the pull request does not have the necessary permissions to run a
61+
PipelineRun, another user who does have the permissions can comment
62+
`/ok-to-test` on the pull request to trigger the PipelineRuns.
6363

6464
## OWNERS file
6565

0 commit comments

Comments
 (0)