Skip to content

Commit

Permalink
Discover new branches and update pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
openshift-merge-bot[bot] authored Oct 2, 2024
1 parent bc75f08 commit 0bef94e
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/eventing-kafka-broker.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
config:
branches:
release-next:
skipDockerFilesMatches:
- .*hermetic.*
konflux:
javaImages:
- .*eventing-kafka-broker-receiver
Expand All @@ -12,6 +10,8 @@ config:
version: "4.16"
- onDemand: true
version: "4.13"
skipDockerFilesMatches:
- .*hermetic.*
release-v1.10:
openShiftVersions:
- skipCron: true
Expand All @@ -37,8 +37,6 @@ config:
- onDemand: true
version: "4.13"
release-v1.15:
skipDockerFilesMatches:
- .*hermetic.*
konflux:
enabled: true
javaImages:
Expand All @@ -49,6 +47,8 @@ config:
version: "4.16"
- onDemand: true
version: "4.13"
skipDockerFilesMatches:
- .*hermetic.*
repositories:
- dockerfiles: {}
e2e:
Expand Down
22 changes: 22 additions & 0 deletions pkg/konfluxgen/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,28 @@ spec:
workspaces:
- name: workspace
workspace: workspace
- name: rpms-signature-scan
params:
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)
- name: image-digest
value: $(tasks.build-container.results.IMAGE_DIGEST)
runAfter:
- build-container
taskRef:
params:
- name: name
value: rpms-signature-scan
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.1@sha256:8e3515fdc0bbc0bcac994482a2396a8cd23e6a6fa9efaf3ec715ee312a376777
- name: kind
value: task
resolver: bundles
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
workspaces:
- name: workspace
- name: git-auth
Expand Down
22 changes: 22 additions & 0 deletions pkg/konfluxgen/docker-java-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,28 @@ spec:
workspaces:
- name: workspace
workspace: workspace
- name: rpms-signature-scan
params:
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)
- name: image-digest
value: $(tasks.build-container.results.IMAGE_DIGEST)
runAfter:
- build-container
taskRef:
params:
- name: name
value: rpms-signature-scan
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.1@sha256:8e3515fdc0bbc0bcac994482a2396a8cd23e6a6fa9efaf3ec715ee312a376777
- name: kind
value: task
resolver: bundles
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
workspaces:
- name: workspace
- name: git-auth
Expand Down
22 changes: 22 additions & 0 deletions pkg/konfluxgen/fbc-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,28 @@ spec:
operator: in
values:
- "false"
- name: rpms-signature-scan
params:
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)
- name: image-digest
value: $(tasks.build-container.results.IMAGE_DIGEST)
runAfter:
- build-container
taskRef:
params:
- name: name
value: rpms-signature-scan
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.1@sha256:8e3515fdc0bbc0bcac994482a2396a8cd23e6a6fa9efaf3ec715ee312a376777
- name: kind
value: task
resolver: bundles
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
- name: inspect-image
params:
- name: IMAGE_URL
Expand Down
22 changes: 22 additions & 0 deletions pkg/konfluxgen/kustomize/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,28 @@ spec:
workspaces:
- name: workspace
workspace: workspace
- name: rpms-signature-scan
params:
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)
- name: image-digest
value: $(tasks.build-container.results.IMAGE_DIGEST)
runAfter:
- build-container
taskRef:
params:
- name: name
value: rpms-signature-scan
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.1@sha256:8e3515fdc0bbc0bcac994482a2396a8cd23e6a6fa9efaf3ec715ee312a376777
- name: kind
value: task
resolver: bundles
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
workspaces:
- name: workspace
- name: git-auth
Expand Down
22 changes: 22 additions & 0 deletions pkg/konfluxgen/kustomize/fbc-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,28 @@ spec:
- name: kind
value: task
resolver: bundles
- name: rpms-signature-scan
params:
- name: image-url
value: $(tasks.build-container.results.IMAGE_URL)
- name: image-digest
value: $(tasks.build-container.results.IMAGE_DIGEST)
runAfter:
- build-container
taskRef:
params:
- name: name
value: rpms-signature-scan
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.1@sha256:8e3515fdc0bbc0bcac994482a2396a8cd23e6a6fa9efaf3ec715ee312a376777
- name: kind
value: task
resolver: bundles
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
- name: inspect-image
params:
- name: IMAGE_URL
Expand Down

0 comments on commit 0bef94e

Please sign in to comment.