From a7b5e845f95bcfe2f9dc26a1e9aa8e9610305e66 Mon Sep 17 00:00:00 2001 From: Aneela Chagarlamudi Date: Mon, 22 Jul 2024 14:02:23 +0200 Subject: [PATCH] Add bonfire tekton integration test for pdf-generator --- .../pdf-generator-bonfire-tekton.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 cluster/stone-prd-rh01/tenants/console-platex-services-tenant/pdf-generator-bonfire-tekton.yaml diff --git a/cluster/stone-prd-rh01/tenants/console-platex-services-tenant/pdf-generator-bonfire-tekton.yaml b/cluster/stone-prd-rh01/tenants/console-platex-services-tenant/pdf-generator-bonfire-tekton.yaml new file mode 100644 index 00000000..8944bc18 --- /dev/null +++ b/cluster/stone-prd-rh01/tenants/console-platex-services-tenant/pdf-generator-bonfire-tekton.yaml @@ -0,0 +1,27 @@ +apiVersion: appstudio.redhat.com/v1beta1 +kind: IntegrationTestScenario +metadata: + labels: + test.appstudio.openshift.io/optional: "false" # Change to "true" if you don't need the test to be mandatory + name: pdf-generator-bonfire-tekton + namespace: console-platex-services-tenant +spec: + application: pdf-generator + resolverRef: + params: + - name: url + value: https://github.com/RedHatInsights/bonfire-tekton.git + - name: revision + value: main # Or whatever branch you want to test + - name: pathInRepo + value: pipelines/basic.yaml # This is the path to the pipeline + resolver: git + params: + - name: APP_NAME + value: crc-pdf-generator # name of app-sre "application" folder this component lives in + - name: COMPONENTS + value: crc-pdf-generator + - name: BONFIRE_COMPONENT_NAME + value: crc-pdf-generator # Name of app-sre "resourceTemplate" in deploy.yaml for this component. If it is the same as the name in Konflux, you don't need to fill this + - name: COMPONENT_NAME + value: pdf-generator # Name of your component name in Konflux