Skip to content

Commit

Permalink
[bot] update konflux configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
openshift-pipelines-bot authored and vdemeester committed Nov 21, 2024
1 parent 99416d0 commit f9c6ea8
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 4 deletions.
25 changes: 25 additions & 0 deletions .konflux/main/tests-on-push.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions .konflux/main/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 25 additions & 0 deletions .konflux/next/tests-on-push.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions .konflux/next/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9c6ea8

Please sign in to comment.