Skip to content

Commit

Permalink
Merge pull request #17 from zjpjack-github/jizen/lts1.27_test
Browse files Browse the repository at this point in the history
add test support for 1.27 lts
  • Loading branch information
haitch committed Jul 11, 2024
2 parents 3cfeb8d + 457b0a5 commit a8b2cd9
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 693 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-lts-prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ jobs:
- name: 'Create job configs'
run: |
envsubst < config/prow/release-branch-jobs/base.yaml > cm.yaml
envsubst < config/prow/release-branch-jobs/1.24.yaml >> cm.yaml
envsubst < config/prow/release-branch-jobs/1.25.yaml >> cm.yaml
envsubst < config/prow/release-branch-jobs/1.27.yaml >> cm.yaml
kubectl create configmap config -n prow --from-file=config.yaml=cm.yaml -o yaml --dry-run=client | kubectl apply -f -
rm cm.yaml
Expand Down
216 changes: 0 additions & 216 deletions config/prow/release-branch-jobs/1.24.yaml

This file was deleted.

Loading

0 comments on commit a8b2cd9

Please sign in to comment.