chore: #21790 add badges for some actions and a link to downstream 3.x job (#1548)

* chore: #21790 add badges for some actions and a link to downstream 3.x job; also add missing License statement (copied from Che Dashboard)

Change-Id: I1572c220255f4bc26dd3ceb0890e995890b61b47
Signed-off-by: Nick Boldt <nboldt@redhat.com>

* add links to bundle and dsc builds too

Change-Id: Iad05f6b3482a173c84691356603dfb02081f2169
Signed-off-by: Nick Boldt <nboldt@redhat.com>

Signed-off-by: Nick Boldt <nboldt@redhat.com>
pull/1550/head
Nick Boldt 2022-10-27 13:52:48 -03:00 committed by GitHub
parent ca12b90969
commit 72f98190c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

View File

@ -333,3 +333,21 @@ $ go mod graph
``` ```
> IMPORTANT: Dependencies validation information should be stored in the `DEPENDENCIES.md` file. > IMPORTANT: Dependencies validation information should be stored in the `DEPENDENCIES.md` file.
# Builds
This repo contains several [actions](https://github.com/eclipse-che/che-operator/actions), including:
* ![release latest stable](https://github.com/eclipse-che/che-operator/actions/workflows/release.yml/badge.svg)
* ![next builds](https://github.com/eclipse-che/che-operator/actions/workflows/build-next-images.yaml/badge.svg)
* ![PR](https://github.com/eclipse-che/che-operator/actions/workflows/pr-check.yml/badge.svg)
Downstream builds can be found at the link below, which is _internal to Red Hat_. Stable builds can be found by replacing the 3.x with a specific version like 3.2.
* [operator_3.x](https://main-jenkins-csb-crwqe.apps.ocp-c1.prod.psi.redhat.com/job/DS_CI/job/operator_3.x/)
* [operator-bundle_3.x](https://main-jenkins-csb-crwqe.apps.ocp-c1.prod.psi.redhat.com/job/DS_CI/job/operator-bundle_3.x/)
* [dsc_3.x](https://main-jenkins-csb-crwqe.apps.ocp-c1.prod.psi.redhat.com/job/DS_CI/job/dsc_3.x) (downstream equivalent of [chectl](https://github.com/redhat-developer/devspaces-chectl/))
# License
Che is open sourced under the Eclipse Public License 2.0.