Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion prow/config/jobs/envoy-1.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- --modifier=merge_upstream_changes
- --token-path=/etc/github-token/oauth
- --merge-repository=https://github.com/envoyproxy/envoy.git
- --merge-branch="release/$(cut --fields=1,2 -d. VERSION)"
- --merge-branch="release/v1.17"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will introduce additional manual steps that will have to be done on branch cutting. The Envoy version doesn't match the Istio version, which we generally pull out and populate in https://github.com/istio/test-infra/blob/master/Makefile.core.mk for each branch. If we can't do that, I'd prefer having an automatic way to pull out the version like was present in the previous PR.

I'm ok merging what is here right now as long as we can follow up and see if we can take care of this in some way that we don't expect someone to come in and make manual changes each release.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sgtm

requirements: [github]
repos: [istio/test-infra@master]
image: gcr.io/istio-testing/build-tools:master-2021-03-01T22-30-49
Expand Down