Skip to content

Commit 2901bc1

Browse files
author
openshift-pipelines-bot
committed
[bot:main] update konflux configuration
1 parent 03e782b commit 2901bc1

10 files changed

+287
-0
lines changed

.konflux/1.18/application.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Generated by openshift-pipelines/hack. DO NOT EDIT.
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: Application
5+
metadata:
6+
name: ecosystem-images-1-18
7+
spec:
8+
displayName: ecosystem-images 1.18

.konflux/1.18/component-git-init.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by openshift-pipelines/hack. DO NOT EDIT.
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: Component
5+
metadata:
6+
annotations:
7+
build.appstudio.openshift.io/pipeline: '{"name":"docker-build-multi-platform-oci-ta","bundle":"latest"}'
8+
name: ecosystem-images-1-18-git-init
9+
spec:
10+
componentName: git-init
11+
application: ecosystem-images-1-18
12+
build-nudges-ref:
13+
- operator-1-18-bundle
14+
source:
15+
git:
16+
url: https://github.com/openshift-pipelines/ecosystem-images
17+
dockerfileUrl: .konflux/dockerfiles/git-init.Dockerfile
18+
revision: main

.konflux/1.18/component-opc.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by openshift-pipelines/hack. DO NOT EDIT.
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: Component
5+
metadata:
6+
annotations:
7+
build.appstudio.openshift.io/pipeline: '{"name":"docker-build-multi-platform-oci-ta","bundle":"latest"}'
8+
name: ecosystem-images-1-18-opc
9+
spec:
10+
componentName: opc
11+
application: ecosystem-images-1-18
12+
build-nudges-ref:
13+
- operator-1-18-bundle
14+
source:
15+
git:
16+
url: https://github.com/openshift-pipelines/ecosystem-images
17+
dockerfileUrl: .konflux/dockerfiles/opc.Dockerfile
18+
revision: main

.konflux/1.18/image-git-init.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Generated by openshift-pipelines/hack. DO NOT EDIT.
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: ImageRepository
5+
metadata:
6+
name: 1-18-git-init-rhel9
7+
annotations:
8+
image-controller.appstudio.redhat.com/update-component-image: "true"
9+
labels:
10+
appstudio.redhat.com/component: ecosystem-images-1-18-git-init
11+
appstudio.redhat.com/application: ecosystem-images-1-18
12+
spec:
13+
image:
14+
name: 1-18/git-init-rhel9
15+
visibility: public

.konflux/1.18/image-opc.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Generated by openshift-pipelines/hack. DO NOT EDIT.
2+
---
3+
apiVersion: appstudio.redhat.com/v1alpha1
4+
kind: ImageRepository
5+
metadata:
6+
name: 1-18-opc-rhel9
7+
annotations:
8+
image-controller.appstudio.redhat.com/update-component-image: "true"
9+
labels:
10+
appstudio.redhat.com/component: ecosystem-images-1-18-opc
11+
appstudio.redhat.com/application: ecosystem-images-1-18
12+
spec:
13+
image:
14+
name: 1-18/opc-rhel9
15+
visibility: public

.konflux/1.18/tests.yaml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Generated by openshift-pipelines/hack. DO NOT EDIT.
2+
---
3+
apiVersion: appstudio.redhat.com/v1beta2
4+
kind: IntegrationTestScenario
5+
metadata:
6+
name: ecosystem-images-1-18-enterprise-contract
7+
spec:
8+
application: ecosystem-images-1-18
9+
contexts:
10+
- description: Application testing for ecosystem-images-1-18-opc
11+
name: component_ecosystem-images-1-18-opc
12+
- description: Application testing for ecosystem-images-1-18-git-init
13+
name: component_ecosystem-images-1-18-git-init
14+
params:
15+
- name: POLICY_CONFIGURATION
16+
value: tekton-ecosystem-tenant/tekton-ecosystem-tenant-containers
17+
- name: TIMEOUT
18+
value: "15m0s"
19+
- name: SINGLE_COMPONENT
20+
value: "true"
21+
resolverRef:
22+
params:
23+
- name: url
24+
value: "https://github.com/konflux-ci/build-definitions"
25+
- name: revision
26+
value: main
27+
- name: pathInRepo
28+
value: pipelines/enterprise-contract.yaml
29+
resolver: git
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Generated by openshift-pipelines/hack. DO NOT EDIT.
2+
apiVersion: tekton.dev/v1
3+
kind: PipelineRun
4+
metadata:
5+
annotations:
6+
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
8+
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/ecosystem-images?rev={{revision}}
9+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
10+
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
11+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
12+
pipelinesascode.tekton.dev/max-keep-runs: "3"
13+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
14+
== "main" &&
15+
("***".pathChanged() ||
16+
".konflux/dockerfiles/git-init.Dockerfile".pathChanged() ||
17+
".tekton/ecosystem-images-1-18-git-init-pull-request.yaml".pathChanged())
18+
creationTimestamp: null
19+
labels:
20+
appstudio.openshift.io/application: ecosystem-images-1-18
21+
appstudio.openshift.io/component: ecosystem-images-1-18-git-init
22+
pipelines.appstudio.openshift.io/type: build
23+
name: ecosystem-images-1-18-git-init-on-pull-request
24+
namespace: tekton-ecosystem-tenant
25+
spec:
26+
params:
27+
- name: git-url
28+
value: '{{source_url}}'
29+
- name: revision
30+
value: '{{revision}}'
31+
- name: output-image
32+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-18/git-init-rhel9:on-pr-{{revision}}
33+
- name: image-expires-after
34+
value: 5d
35+
- name: dockerfile
36+
value: .konflux/dockerfiles/git-init.Dockerfile
37+
- name: build-platforms
38+
value:
39+
- linux/x86_64
40+
- name: prefetch-input
41+
value: |
42+
{"type": "rpm", "path": ".konflux/rpms"}
43+
pipelineRef:
44+
name: docker-build-ta
45+
workspaces:
46+
- name: git-auth
47+
secret:
48+
secretName: '{{ git_auth_secret }}'
49+
status: {}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Generated by openshift-pipelines/hack. DO NOT EDIT.
2+
apiVersion: tekton.dev/v1
3+
kind: PipelineRun
4+
metadata:
5+
annotations:
6+
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
8+
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/ecosystem-images?rev={{revision}}
9+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
10+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
11+
pipelinesascode.tekton.dev/max-keep-runs: "3"
12+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
13+
== "main" &&
14+
("***".pathChanged() ||
15+
".konflux/dockerfiles/git-init.Dockerfile".pathChanged() ||
16+
".tekton/ecosystem-images-1-18-git-init-push.yaml".pathChanged())
17+
creationTimestamp: null
18+
labels:
19+
appstudio.openshift.io/application: ecosystem-images-1-18
20+
appstudio.openshift.io/component: ecosystem-images-1-18-git-init
21+
pipelines.appstudio.openshift.io/type: build
22+
name: ecosystem-images-1-18-git-init-on-push
23+
namespace: tekton-ecosystem-tenant
24+
spec:
25+
params:
26+
- name: git-url
27+
value: '{{source_url}}'
28+
- name: revision
29+
value: '{{revision}}'
30+
- name: output-image
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-18/git-init-rhel9:{{revision}}
32+
- name: dockerfile
33+
value: .konflux/dockerfiles/git-init.Dockerfile
34+
- name: prefetch-input
35+
value: |
36+
{"type": "rpm", "path": ".konflux/rpms"}
37+
pipelineRef:
38+
name: docker-build-ta
39+
workspaces:
40+
- name: git-auth
41+
secret:
42+
secretName: '{{ git_auth_secret }}'
43+
status: {}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Generated by openshift-pipelines/hack. DO NOT EDIT.
2+
apiVersion: tekton.dev/v1
3+
kind: PipelineRun
4+
metadata:
5+
annotations:
6+
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
8+
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/ecosystem-images?rev={{revision}}
9+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
10+
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
11+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
12+
pipelinesascode.tekton.dev/max-keep-runs: "3"
13+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
14+
== "main" &&
15+
("***".pathChanged() ||
16+
".konflux/dockerfiles/opc.Dockerfile".pathChanged() ||
17+
".tekton/ecosystem-images-1-18-opc-pull-request.yaml".pathChanged())
18+
creationTimestamp: null
19+
labels:
20+
appstudio.openshift.io/application: ecosystem-images-1-18
21+
appstudio.openshift.io/component: ecosystem-images-1-18-opc
22+
pipelines.appstudio.openshift.io/type: build
23+
name: ecosystem-images-1-18-opc-on-pull-request
24+
namespace: tekton-ecosystem-tenant
25+
spec:
26+
params:
27+
- name: git-url
28+
value: '{{source_url}}'
29+
- name: revision
30+
value: '{{revision}}'
31+
- name: output-image
32+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-18/opc-rhel9:on-pr-{{revision}}
33+
- name: image-expires-after
34+
value: 5d
35+
- name: dockerfile
36+
value: .konflux/dockerfiles/opc.Dockerfile
37+
- name: build-platforms
38+
value:
39+
- linux/x86_64
40+
- name: prefetch-input
41+
value: |
42+
{"type": "rpm", "path": ".konflux/rpms"}
43+
pipelineRef:
44+
name: docker-build-ta
45+
workspaces:
46+
- name: git-auth
47+
secret:
48+
secretName: '{{ git_auth_secret }}'
49+
status: {}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Generated by openshift-pipelines/hack. DO NOT EDIT.
2+
apiVersion: tekton.dev/v1
3+
kind: PipelineRun
4+
metadata:
5+
annotations:
6+
pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines
7+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml"
8+
build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/ecosystem-images?rev={{revision}}
9+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
10+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
11+
pipelinesascode.tekton.dev/max-keep-runs: "3"
12+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
13+
== "main" &&
14+
("***".pathChanged() ||
15+
".konflux/dockerfiles/opc.Dockerfile".pathChanged() ||
16+
".tekton/ecosystem-images-1-18-opc-push.yaml".pathChanged())
17+
creationTimestamp: null
18+
labels:
19+
appstudio.openshift.io/application: ecosystem-images-1-18
20+
appstudio.openshift.io/component: ecosystem-images-1-18-opc
21+
pipelines.appstudio.openshift.io/type: build
22+
name: ecosystem-images-1-18-opc-on-push
23+
namespace: tekton-ecosystem-tenant
24+
spec:
25+
params:
26+
- name: git-url
27+
value: '{{source_url}}'
28+
- name: revision
29+
value: '{{revision}}'
30+
- name: output-image
31+
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/1-18/opc-rhel9:{{revision}}
32+
- name: dockerfile
33+
value: .konflux/dockerfiles/opc.Dockerfile
34+
- name: prefetch-input
35+
value: |
36+
{"type": "rpm", "path": ".konflux/rpms"}
37+
pipelineRef:
38+
name: docker-build-ta
39+
workspaces:
40+
- name: git-auth
41+
secret:
42+
secretName: '{{ git_auth_secret }}'
43+
status: {}

0 commit comments

Comments
 (0)