From ae7b8accca20611a8da0e80dc344ff4158368cfb Mon Sep 17 00:00:00 2001 From: Lukas Bednar Date: Thu, 18 Apr 2024 07:36:42 +0200 Subject: [PATCH] Add catalog-info.yaml for backstage (#140) Signed-off-by: Lukas Bednar --- catalog-info.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..be94ea6 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,33 @@ +--- +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: pytest-jira + title: PyTest Jira Plugin + description: This plugin allows you to skip test cases based on the status of related Jira issue. + links: + - title: docs + url: https://github.com/rhevm-qe-automation/pytest_jira/blob/master/README.rst + icon: docs + - title: code + url: https://github.com/rhevm-qe-automation/pytest_jira + icon: github + - title: pypi + url: https://pypi.org/project/pytest-jira + tags: + # Ecosystem + - public + - test-framework + # Programming Languages + - python + # Tool / Service + - jira + - pytest + namespace: quality-community + annotations: + # For GitHub repositories + github.com/project-slug: rhevm-qe-automation/pytest_jira +spec: + type: library + lifecycle: production + owner: group:redhat/cnv-qe-infra