Skip to content

Commit

Permalink
[release-1.16] Sync Konflux configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
serverless-qe committed Dec 7, 2024
1 parent ed2c049 commit 0f840c4
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/multiarch-build.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ spec:
componentName: kn-plugin-event-sender-116
application: serverless-operator-136

build-nudges-ref:

- "serverless-bundle-136"


source:
git:
url: https://github.com/openshift-knative/kn-plugin-event.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ spec:
componentName: kn-plugin-event-test-eventshub-116
application: serverless-operator-136

build-nudges-ref:

- "serverless-bundle-136"


source:
git:
url: https://github.com/openshift-knative/kn-plugin-event.git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ spec:
componentName: kn-plugin-event-test-wathola-forwarder-116
application: serverless-operator-136

build-nudges-ref:

- "serverless-bundle-136"


source:
git:
url: https://github.com/openshift-knative/kn-plugin-event.git
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: appstudio.redhat.com/v1beta2
kind: IntegrationTestScenario
metadata:
name: serverless-operator-136-enterprise-contract
name: serverless-operator-136-ec
spec:
params:
- name: POLICY_CONFIGURATION
Expand Down
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-ec-override-snapshot
spec:
params:
- name: POLICY_CONFIGURATION
value: rhtap-releng-tenant/registry-standard
- name: TIMEOUT
value: "120m"
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
50 changes: 50 additions & 0 deletions .tekton/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,56 @@ spec:
operator: in
values:
- "false"
- name: sast-shell-check
params:
- name: image-digest
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
- name: image-url
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
runAfter:
- build-image-index
taskRef:
params:
- name: name
value: sast-shell-check-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:e1049e55bdd8cf16fba605285a58bd6f61f95694e84b3fffe5d9191417263266
- name: kind
value: task
resolver: bundles
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
- name: sast-unicode-check
params:
- name: image-url
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
runAfter:
- build-image-index
taskRef:
params:
- name: name
value: sast-shell-check-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:e1049e55bdd8cf16fba605285a58bd6f61f95694e84b3fffe5d9191417263266
- name: kind
value: task
resolver: bundles
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
- name: push-dockerfile
params:
- name: IMAGE
Expand Down

0 comments on commit 0f840c4

Please sign in to comment.