Skip to content

Commit

Permalink
Remove JAVA_COMMUNITY_DEPENDENCIES param
Browse files Browse the repository at this point in the history
This param has been removed in buildah 0.3 and it's causing the build to fail in some jobs.
Release notes: https://github.com/konflux-ci/build-definitions/blob/main/task/buildah/0.3/MIGRATION.md
  • Loading branch information
Sgitario committed Jan 14, 2025
1 parent b7136d1 commit 385340c
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 60 deletions.
3 changes: 0 additions & 3 deletions .tekton/rhsm-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/rhsm-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-api-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-api-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-contracts-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-contracts-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-metrics-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-metrics-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-producer-aws-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-producer-aws-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-producer-azure-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-producer-azure-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-producer-red-hat-marketplace-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-producer-red-hat-marketplace-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-subscription-sync-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-subscription-sync-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-system-conduit-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-system-conduit-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-tally-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down
3 changes: 0 additions & 3 deletions .tekton/swatch-tally-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ spec:
- description: ""
name: CHAINS-GIT_COMMIT
value: $(tasks.clone-repository.results.commit)
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
tasks:
- name: init
params:
Expand Down

0 comments on commit 385340c

Please sign in to comment.