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.16] Sync Konflux configurations
- Loading branch information
serverless-qe
committed
Jan 17, 2025
1 parent
f6150ed
commit e57d7b7
Showing
8 changed files
with
726 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
...ns/serverless-operator-136/components/imagerepositories/kn-plugin-func-func-util-116.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-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 |
22 changes: 22 additions & 0 deletions
22
.konflux/applications/serverless-operator-136/components/kn-plugin-func-func-util-116.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,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 |
7 changes: 7 additions & 0 deletions
7
.konflux/applications/serverless-operator-136/serverless-operator-136.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-136 | ||
spec: | ||
description: serverless-operator release-1.36 | ||
displayName: serverless-operator release-1.36 |
25 changes: 25 additions & 0 deletions
25
.konflux/applications/serverless-operator-136/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,25 @@ | ||
apiVersion: appstudio.redhat.com/v1beta2 | ||
kind: IntegrationTestScenario | ||
metadata: | ||
name: serverless-operator-136-ec | ||
spec: | ||
params: | ||
- name: POLICY_CONFIGURATION | ||
value: rhtap-releng-tenant/registry-standard-stage | ||
- name: TIMEOUT | ||
value: "120m" | ||
- name: WORKERS | ||
value: "8" | ||
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 |
25 changes: 25 additions & 0 deletions
25
.konflux/applications/serverless-operator-136/tests/override-snapshot-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,25 @@ | ||
apiVersion: appstudio.redhat.com/v1beta2 | ||
kind: IntegrationTestScenario | ||
metadata: | ||
name: serverless-operator-136-ec-override-snapshot | ||
spec: | ||
params: | ||
- name: POLICY_CONFIGURATION | ||
value: rhtap-releng-tenant/registry-ocp-serverless-prod | ||
- name: TIMEOUT | ||
value: "120m" | ||
- name: WORKERS | ||
value: "8" | ||
application: serverless-operator-136 | ||
contexts: | ||
- description: Override Snapshot testing | ||
name: override | ||
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.