Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-v1.16] Add Konflux configurations #956

Open
wants to merge 1 commit into
base: release-v1.16
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: appstudio.redhat.com/v1alpha1
kind: ImageRepository
metadata:
annotations:
image-controller.appstudio.redhat.com/update-component-image: "true"
labels:
appstudio.redhat.com/application: serverless-operator-136
appstudio.redhat.com/component: kn-plugin-func-func-util-116
name: kn-plugin-func-func-util-116
spec:
image:
name: serverless-operator-136/kn-plugin-func-func-util
visibility: public
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: appstudio.redhat.com/v1alpha1
kind: Component
metadata:
annotations:
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
build.appstudio.openshift.io/request: configure-pac-no-mr
name: kn-plugin-func-func-util-116
spec:
componentName: kn-plugin-func-func-util-116
application: serverless-operator-136

build-nudges-ref:

- "serverless-bundle-136"


source:
git:
url: https://github.com/openshift-knative/kn-plugin-func.git
context:
dockerfileUrl: openshift/ci-operator/knative-images/func-util/Dockerfile
revision: release-v1.16
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: appstudio.redhat.com/v1alpha1
kind: Application
metadata:
name: serverless-operator-136
spec:
description: serverless-operator release-1.36
displayName: serverless-operator release-1.36
23 changes: 23 additions & 0 deletions .konflux/applications/serverless-operator-136/tests/ec-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: appstudio.redhat.com/v1beta2
kind: IntegrationTestScenario
metadata:
name: serverless-operator-136-enterprise-contract
spec:
params:
- name: POLICY_CONFIGURATION
value: rhtap-releng-tenant/registry-standard-stage
- name: TIMEOUT
value: "120m"
application: serverless-operator-136
contexts:
- description: Application testing
name: application
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
Loading
Loading