diff --git a/.konflux/main/tests-on-push.yaml b/.konflux/main/tests-on-push.yaml new file mode 100644 index 000000000..c1c7294cc --- /dev/null +++ b/.konflux/main/tests-on-push.yaml @@ -0,0 +1,25 @@ +# Generated by openshift-pipelines/hack. DO NOT EDIT. +--- +apiVersion: appstudio.redhat.com/v1beta2 +kind: IntegrationTestScenario +metadata: + name: operator-main-enterprise-contract-push +spec: + application: operator-main + contexts: + - description: Application testing + name: push + params: + - name: POLICY_CONFIGURATION + value: tekton-ecosystem-tenant/tekton-ecosystem-tenant-containers + - name: TIMEOUT + value: "15m0s" + resolverRef: + params: + - name: url + value: "https://github.com/konflux-ci/build-definitions" + - name: revision + value: main + - name: pathInRepo + value: pipelines/enterprise-contract.yaml + resolver: git diff --git a/.konflux/main/tests.yaml b/.konflux/main/tests.yaml index 30e3fec6a..90601f106 100644 --- a/.konflux/main/tests.yaml +++ b/.konflux/main/tests.yaml @@ -3,12 +3,12 @@ apiVersion: appstudio.redhat.com/v1beta2 kind: IntegrationTestScenario metadata: - name: operator-main-enterprise-contract + name: operator-main-enterprise-contract-group spec: application: operator-main contexts: - description: Application testing - name: application + name: group params: - name: POLICY_CONFIGURATION value: tekton-ecosystem-tenant/tekton-ecosystem-tenant-containers diff --git a/.konflux/next/tests-on-push.yaml b/.konflux/next/tests-on-push.yaml new file mode 100644 index 000000000..f3f5f55d5 --- /dev/null +++ b/.konflux/next/tests-on-push.yaml @@ -0,0 +1,25 @@ +# Generated by openshift-pipelines/hack. DO NOT EDIT. +--- +apiVersion: appstudio.redhat.com/v1beta2 +kind: IntegrationTestScenario +metadata: + name: operator-next-enterprise-contract-push +spec: + application: operator-next + contexts: + - description: Application testing + name: push + params: + - name: POLICY_CONFIGURATION + value: tekton-ecosystem-tenant/tekton-ecosystem-tenant-containers + - name: TIMEOUT + value: "15m0s" + resolverRef: + params: + - name: url + value: "https://github.com/konflux-ci/build-definitions" + - name: revision + value: main + - name: pathInRepo + value: pipelines/enterprise-contract.yaml + resolver: git diff --git a/.konflux/next/tests.yaml b/.konflux/next/tests.yaml index a2c1f7f98..f3e2b2b47 100644 --- a/.konflux/next/tests.yaml +++ b/.konflux/next/tests.yaml @@ -3,12 +3,12 @@ apiVersion: appstudio.redhat.com/v1beta2 kind: IntegrationTestScenario metadata: - name: operator-next-enterprise-contract + name: operator-next-enterprise-contract-group spec: application: operator-next contexts: - description: Application testing - name: application + name: group params: - name: POLICY_CONFIGURATION value: tekton-ecosystem-tenant/tekton-ecosystem-tenant-containers