forked from knative/func
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-v1.15] Sync Konflux configurations (#919)
Co-authored-by: serverless-qe <serverless-support@redhat.com>
- Loading branch information
1 parent
0197f50
commit 07c99e7
Showing
7 changed files
with
636 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
...ns/serverless-operator-135/components/imagerepositories/kn-plugin-func-func-util-115.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-135 | ||
appstudio.redhat.com/component: kn-plugin-func-func-util-115 | ||
name: kn-plugin-func-func-util-115 | ||
spec: | ||
image: | ||
name: serverless-operator-135/kn-plugin-func-func-util | ||
visibility: public |
21 changes: 21 additions & 0 deletions
21
.konflux/applications/serverless-operator-135/components/kn-plugin-func-func-util-115.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: appstudio.redhat.com/v1alpha1 | ||
kind: Component | ||
metadata: | ||
annotations: | ||
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}' | ||
name: kn-plugin-func-func-util-115 | ||
spec: | ||
componentName: kn-plugin-func-func-util-115 | ||
application: serverless-operator-135 | ||
|
||
build-nudges-ref: | ||
|
||
- "serverless-bundle-135" | ||
|
||
|
||
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.15 |
7 changes: 7 additions & 0 deletions
7
.konflux/applications/serverless-operator-135/serverless-operator-135.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-135 | ||
spec: | ||
description: serverless-operator release-1.35 | ||
displayName: serverless-operator release-1.35 |
21 changes: 21 additions & 0 deletions
21
.konflux/applications/serverless-operator-135/tests/ec-test.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: appstudio.redhat.com/v1beta2 | ||
kind: IntegrationTestScenario | ||
metadata: | ||
name: serverless-operator-135-enterprise-contract | ||
spec: | ||
params: | ||
- name: POLICY_CONFIGURATION | ||
value: rhtap-releng-tenant/tmp-onboard-policy | ||
application: serverless-operator-135 | ||
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 |
Oops, something went wrong.