Skip to content

Commit

Permalink
Re-generate kustomized files
Browse files Browse the repository at this point in the history
We are now checking that kustomize-generated files are up to date in CI.

Some pull requests that would have failed this check were submitted
before the check existed and merged without rebasing. Re-generate
kustomized files to make the check pass again.

Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed Feb 5, 2025
1 parent 139e532 commit 5e0950d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 120 deletions.
60 changes: 0 additions & 60 deletions pipelines/docker-build-rhtap/docker-build-rhtap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,66 +152,6 @@ spec:
workspaces:
- name: source
workspace: workspace
- name: sast-unicode-check
params:
- name: image-url
value: $(tasks.build-image-index.results.IMAGE_URL)
runAfter:
- build-image-index
taskRef:
name: sast-unicode-check
version: "0.1"
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
workspaces:
- name: workspace
workspace: workspace
- name: apply-tags
params:
- name: IMAGE
value: $(tasks.build-image-index.results.IMAGE_URL)
runAfter:
- build-image-index
taskRef:
name: apply-tags
version: "0.1"
- name: push-dockerfile
params:
- name: IMAGE
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
- name: DOCKERFILE
value: $(params.dockerfile)
- name: CONTEXT
value: $(params.path-context)
runAfter:
- build-image-index
taskRef:
name: push-dockerfile
version: "0.1"
workspaces:
- name: workspace
workspace: workspace
- name: rpms-signature-scan
params:
- name: image-url
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: image-digest
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
runAfter:
- build-image-index
taskRef:
name: rpms-signature-scan
version: "0.2"
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
- name: acs-image-check
params:
- name: rox-secret-name
Expand Down
20 changes: 20 additions & 0 deletions pipelines/fbc-builder/fbc-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,26 @@ spec:
operator: in
values:
- "false"
- name: fbc-target-index-pruning-check
params:
- name: IMAGE_URL
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
- name: TARGET_INDEX
value: registry.redhat.io/redhat/redhat-operator-index
- name: RENDERED_CATALOG_DIGEST
value: $(tasks.validate-fbc.results.RENDERED_CATALOG_DIGEST)
runAfter:
- validate-fbc
taskRef:
name: fbc-target-index-pruning-check
version: "0.1"
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
workspaces:
- name: git-auth
optional: true
Expand Down
60 changes: 0 additions & 60 deletions pipelines/rhtap/rhtap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,66 +152,6 @@ spec:
workspaces:
- name: source
workspace: workspace
- name: sast-unicode-check
params:
- name: image-url
value: $(tasks.build-image-index.results.IMAGE_URL)
runAfter:
- build-image-index
taskRef:
name: sast-unicode-check
version: "0.1"
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
workspaces:
- name: workspace
workspace: workspace
- name: apply-tags
params:
- name: IMAGE
value: $(tasks.build-image-index.results.IMAGE_URL)
runAfter:
- build-image-index
taskRef:
name: apply-tags
version: "0.1"
- name: push-dockerfile
params:
- name: IMAGE
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
- name: DOCKERFILE
value: $(params.dockerfile)
- name: CONTEXT
value: $(params.path-context)
runAfter:
- build-image-index
taskRef:
name: push-dockerfile
version: "0.1"
workspaces:
- name: workspace
workspace: workspace
- name: rpms-signature-scan
params:
- name: image-url
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: image-digest
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
runAfter:
- build-image-index
taskRef:
name: rpms-signature-scan
version: "0.2"
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
- name: acs-image-check
params:
- name: rox-secret-name
Expand Down

0 comments on commit 5e0950d

Please sign in to comment.