From 2cdc30a65c00e2bbfc0ef6e0c8cb1d1943f073ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Thu, 30 Nov 2023 10:59:03 +0100 Subject: [PATCH] Add a `Toolbelt Catalog` entry for `tmt` To be used to build the `Toolbelt Catalog`. Fix https://issues.redhat.com/browse/QC-66 --- docs/catalog-info.yaml | 49 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 docs/catalog-info.yaml diff --git a/docs/catalog-info.yaml b/docs/catalog-info.yaml new file mode 100644 index 0000000000..5829fb6d89 --- /dev/null +++ b/docs/catalog-info.yaml @@ -0,0 +1,49 @@ +# Catalog entry for Backstage [backstage.io] + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: tmt + title: tmt + description: + The `tmt` tool provides a user-friendly way to work with + tests. You can comfortably create new tests, safely and + easily run tests across different environments, review + test results, debug test code and enable tests in the CI + using a consistent and concise config. + annotations: + github.com/project-slug: teemtee/tmt + feedback/type: JIRA + feedback/host: https://issues.redhat.com + jira/project-key: TT + feedback/email-to: tmt@redhat.com + links: + - title: docs + url: https://tmt.readthedocs.io + icon: docs + - title: code + url: https://github.com/teemtee/tmt/ + icon: github + - title: pypi + url: https://pypi.org/project/tmt + - title: copr + url: https://copr.fedorainfracloud.org/coprs/g/teemtee/tmt/ + - title: "#tmt" + url: https://app.slack.com/client/E030G10V24F/C04LRPNDZ4Y + icon: chat + tags: + - testing + - test-execution + - test-framework + - test-management + - test-reporting + - test-selection + - provisioning + - python + namespace: quality-community +spec: + type: tool + owner: group:redhat/tmt + lifecycle: production + dependsOn: + - system:testing-farm