Skip to content

Commit

Permalink
.konflux/main: add ec tests on indexes
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Nov 29, 2024
1 parent 7fb3e1d commit f91fc2f
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .konflux/main/tests-e2e-tektoncd-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ metadata:
test.appstudio.openshift.io/optional: "true"
name: operator-main-e2e-tektoncd-pipelines
namespace: tekton-ecosystem-tenant
ownerReferences:
- apiVersion: appstudio.redhat.com/v1alpha1
blockOwnerDeletion: true
controller: true
kind: Application
name: operator-main
uid: 473319ef-2b19-4bed-a7ef-c8bcd73af111
spec:
application: operator-main
contexts:
Expand All @@ -25,4 +18,4 @@ spec:
value: main
- name: pathInRepo
value: e2e/pipeline/tektoncd-pipeline-main-e2e.yaml
resolver: git
resolver: git
24 changes: 24 additions & 0 deletions .konflux/main/tests-index-4-15.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
apiVersion: appstudio.redhat.com/v1beta2
kind: IntegrationTestScenario
metadata:
name: operator-main-enterprise-contract-group
spec:
application: operator-main
contexts:
- description: Application testing
name: component_operator-main-index-4-15
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
24 changes: 24 additions & 0 deletions .konflux/main/tests-index-4-16.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
apiVersion: appstudio.redhat.com/v1beta2
kind: IntegrationTestScenario
metadata:
name: operator-main-enterprise-contract-group
spec:
application: operator-main
contexts:
- description: Application testing
name: component_operator-main-index-4-16
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
24 changes: 24 additions & 0 deletions .konflux/main/tests-index-4-17.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
apiVersion: appstudio.redhat.com/v1beta2
kind: IntegrationTestScenario
metadata:
name: operator-main-enterprise-contract-group
spec:
application: operator-main
contexts:
- description: Application testing
name: component_operator-main-index-4-17
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

0 comments on commit f91fc2f

Please sign in to comment.