From 126b41bdafd904ae90d320b6363b33b35454953d Mon Sep 17 00:00:00 2001 From: serverless-qe Date: Thu, 3 Sep 2026 18:17:01 +0000 Subject: [PATCH] Sync Konflux configurations for serverless operator --- .../serverless-operator-140.yaml | 7 ++++++ .../tests/ec-test.yaml | 25 +++++++++++++++++++ .../tests/override-snapshot-ec-test.yaml | 25 +++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100755 .konflux/applications/serverless-operator-140/serverless-operator-140.yaml create mode 100755 .konflux/applications/serverless-operator-140/tests/ec-test.yaml create mode 100755 .konflux/applications/serverless-operator-140/tests/override-snapshot-ec-test.yaml diff --git a/.konflux/applications/serverless-operator-140/serverless-operator-140.yaml b/.konflux/applications/serverless-operator-140/serverless-operator-140.yaml new file mode 100755 index 000000000..cf504af12 --- /dev/null +++ b/.konflux/applications/serverless-operator-140/serverless-operator-140.yaml @@ -0,0 +1,7 @@ +apiVersion: appstudio.redhat.com/v1alpha1 +kind: Application +metadata: + name: serverless-operator-140 +spec: + description: serverless-operator release-1.40 + displayName: serverless-operator release-1.40 diff --git a/.konflux/applications/serverless-operator-140/tests/ec-test.yaml b/.konflux/applications/serverless-operator-140/tests/ec-test.yaml new file mode 100755 index 000000000..1d990f703 --- /dev/null +++ b/.konflux/applications/serverless-operator-140/tests/ec-test.yaml @@ -0,0 +1,25 @@ +apiVersion: appstudio.redhat.com/v1beta2 +kind: IntegrationTestScenario +metadata: + name: serverless-operator-140-ec +spec: + params: + - name: POLICY_CONFIGURATION + value: rhtap-releng-tenant/registry-standard-stage + - name: TIMEOUT + value: "120m" + - name: WORKERS + value: "8" + application: serverless-operator-140 + contexts: + - description: Application testing + name: push + resolverRef: + params: + - name: url + value: 'https://github.com/redhat-appstudio/build-definitions' + - name: revision + value: main + - name: pathInRepo + value: pipelines/enterprise-contract.yaml + resolver: git diff --git a/.konflux/applications/serverless-operator-140/tests/override-snapshot-ec-test.yaml b/.konflux/applications/serverless-operator-140/tests/override-snapshot-ec-test.yaml new file mode 100755 index 000000000..1a264c1d5 --- /dev/null +++ b/.konflux/applications/serverless-operator-140/tests/override-snapshot-ec-test.yaml @@ -0,0 +1,25 @@ +apiVersion: appstudio.redhat.com/v1beta2 +kind: IntegrationTestScenario +metadata: + name: serverless-operator-140-ec-override-snapshot +spec: + params: + - name: POLICY_CONFIGURATION + value: rhtap-releng-tenant/registry-ocp-serverless-prod + - name: TIMEOUT + value: "120m" + - name: WORKERS + value: "8" + application: serverless-operator-140 + contexts: + - description: Override Snapshot testing + name: override + resolverRef: + params: + - name: url + value: 'https://github.com/redhat-appstudio/build-definitions' + - name: revision + value: main + - name: pathInRepo + value: pipelines/enterprise-contract.yaml + resolver: git