Skip to content

Commit

Permalink
Merge pull request #31668 from chrischdi/pr-capi-rename-test-files
Browse files Browse the repository at this point in the history
capi: rename prowjob configuration files
  • Loading branch information
k8s-ci-robot authored Jan 22, 2024
2 parents 93d05e2 + be18621 commit 7bbc8c4
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ prow_ignored:
# branch variable to format the target filename.
templates:
- name: "cluster-api-periodics.yaml.tpl"
template: 'cluster-api-periodics-{{ ReplaceAll .branch "." "-" }}.yaml'
template: 'cluster-api-{{ ReplaceAll .branch "." "-" }}-periodics.yaml'
- name: "cluster-api-periodics-upgrades.yaml.tpl"
template: 'cluster-api-periodics-{{ ReplaceAll .branch "." "-" }}-upgrades.yaml'
template: 'cluster-api-{{ ReplaceAll .branch "." "-" }}-periodics-upgrades.yaml'
- name: "cluster-api-presubmits.yaml.tpl"
template: 'cluster-api-presubmits-{{ ReplaceAll .branch "." "-" }}.yaml'
template: 'cluster-api-{{ ReplaceAll .branch "." "-" }}-presubmits.yaml'

# Versions provides kubernetes minor version to key-value pairs mapping.
versions:
Expand Down

0 comments on commit 7bbc8c4

Please sign in to comment.