forked from openstack-k8s-operators/ci-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding toolbelt catalog metadata file
Signed-off-by: Jiri Podivin <[email protected]>
- Loading branch information
1 parent
8d239cf
commit e89ddd8
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |