Skip to content

Commit

Permalink
Remove unnecessary things from VPA pipeline (#288)
Browse files Browse the repository at this point in the history
* Remove unnecessary jobs from VPA pipeline

* Disable automatic release notes for VPA pipeline
  • Loading branch information
voelzmo authored Jan 16, 2024
1 parent ecabe45 commit 33d4fb1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,6 @@ vertical-pod-autoscaler:
image: 'golang:1.20.5'
output_dir: 'binary'
jobs:
head-update:
traits:
component_descriptor:
ocm_repository_mappings:
- repository: europe-docker.pkg.dev/gardener-project/releases
draft_release: ~
pull-request:
traits:
pull-request: ~
release:
traits:
version:
Expand All @@ -93,6 +84,7 @@ vertical-pod-autoscaler:
git_tags:
- ref_template: refs/tags/vpa-{VERSION}
on_tag_conflict: 'fail'
release_notes_policy: 'disabled'
slack:
default_channel: 'internal_scp_workspace'
channel_cfgs:
Expand Down

0 comments on commit 33d4fb1

Please sign in to comment.