Skip to content

Commit

Permalink
Adding toolbelt catalog metadata file
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Podivin <[email protected]>
  • Loading branch information
jpodivin authored and openshift-merge-bot[bot] committed Sep 25, 2024
1 parent 8d239cf commit e89ddd8
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions docs/toolbelt-catalog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Catalog entry for Backstage [backstage.io]

apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: ci-framework
title: ci-framework
description: |
CI Framework - used for CI, QE and Devs to run OSP 18+ jobs in a converged way
annotations:
github.com/project-slug: openstack-k8s-operators/ci-framework
feedback/type: JIRA
feedback/host: https://issues.redhat.com
jira/project-key: OSPRH
links:
- title: docs
url: https://ci-framework.readthedocs.io/en/latest/
icon: docs
- title: code
url: https://github.com/openstack-k8s-operators/ci-framework
icon: github
- title: #osp-podified-ci-support
url: https://app.slack.com/client/E030G10V24F/C03MD4LG22Z
icon: chat
tags:
- testing
- test-execution
- test-framework
- test-management
- test-reporting
- provisioning
- python
- openstack
- openshift
- cloud
- continuous-integration
namespace: quality-community
spec:
type: tool
owner: group:redhat/openstack-k8s-operators-ci
lifecycle: production

0 comments on commit e89ddd8

Please sign in to comment.