From 72f98190c06c21b5888928c1e10c580f8bebd8f1 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Thu, 27 Oct 2022 13:52:48 -0300 Subject: [PATCH] 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 * add links to bundle and dsc builds too Change-Id: Iad05f6b3482a173c84691356603dfb02081f2169 Signed-off-by: Nick Boldt Signed-off-by: Nick Boldt --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index dd56c0e60..5969d86fa 100644 --- a/README.md +++ b/README.md @@ -333,3 +333,21 @@ $ go mod graph ``` > 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.