Skip to content

Commit

Permalink
Remove tekton-ci mentions
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Šoltis <[email protected]>
  • Loading branch information
slimreaper35 committed Dec 16, 2024
1 parent d3cdd4b commit 5d8450f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .tekton/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
- name: message
value: |-
Tekton pipelineRun $(context.pipelineRun.name) failed.
See https://console-openshift-console.apps.stone-prd-rh01.pg1f.p1.openshiftapps.com/k8s/ns/tekton-ci/tekton.dev~v1beta1~PipelineRun/$(context.pipelineRun.name)
See https://console-openshift-console.apps.stone-prd-rh01.pg1f.p1.openshiftapps.com/k8s/ns/konflux-ci/tekton.dev~v1~PipelineRun/$(context.pipelineRun.name)
(Quick! It may disappear soon!)
- name: key-name
value: $(params.slack-webhook-notification-team)
Expand Down
2 changes: 1 addition & 1 deletion .tekton/tag-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
- name: message
value: |-
Tekton pipelineRun $(context.pipelineRun.name) failed.
See https://console-openshift-console.apps.stone-prd-rh01.pg1f.p1.openshiftapps.com/k8s/ns/tekton-ci/tekton.dev~v1beta1~PipelineRun/$(context.pipelineRun.name)
See https://console-openshift-console.apps.stone-prd-rh01.pg1f.p1.openshiftapps.com/k8s/ns/konflux-ci/tekton.dev~v1~PipelineRun/$(context.pipelineRun.name)
(Quick! It may disappear soon!)
- name: key-name
value: $(params.slack-webhook-notification-team)
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,6 @@ tag follows the expected format: `$major.$minor.$patch`, without a `v` prefix).
should have built the image for that commit already. This is the "corresponding image" that receives
the new version tag. If the image for the tagged commit does not exist, the release pipeline will fail.*

You can watch the release pipeline in the [OpenShift console][ocp-cachi2-pipelines] in case it fails
(the pipeline is not visible anywhere in GitHub UI). For intermittent failures, retrying should be
possible from the OpenShift UI or by deleting and re-pushing the version tag.

*⚠ The release pipeline runs as soon as you push a tag into the repository. Do not push the new version
tag until you are ready to publish the release. You can use GitHub's ability to auto-create the tag
upon publishment.*
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,3 @@ still in early development phase.
[go118-changelog]: https://tip.golang.org/doc/go1.18#go-command
[go119-changelog]: https://tip.golang.org/doc/go1.19#go-command
[go121-changelog]: https://tip.golang.org/doc/go1.21
[ocp-cachi2-pipelines]: https://console-openshift-console.apps.stone-prd-rh01.pg1f.p1.openshiftapps.com/pipelines/ns/tekton-ci/pipeline-runs?name=cachi2

0 comments on commit 5d8450f

Please sign in to comment.