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
62 changes: 62 additions & 0 deletions prow/cluster/jobs/istio/envoy/istio.envoy.release-1.9.gen.yaml

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

17 changes: 17 additions & 0 deletions prow/config/jobs/envoy-1.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,23 @@ jobs:
image: gcr.io/istio-testing/build-tools:release-1.9-2021-02-04T20-04-44
timeout: 4h

- name: update-envoy
types: [periodic]
interval: 24h
command:
- ../test-infra/tools/automator/automator.sh
- --org=istio
- --repo=envoy
- "--title=Automator: merge upstream changes to $AUTOMATOR_ORG/$AUTOMATOR_REPO@$AUTOMATOR_BRANCH"
- --labels=tide/merge-method-merge
- --modifier=merge_upstream_changes
- --token-path=/etc/github-token/oauth
- --cmd=VERSION="v$(cut --fields=1,2 -d. VERSION)"; git remote add upstream https://github.com/envoyproxy/envoy.git && git fetch upstream release/"${VERSION}" && git merge upstream/release/"${VERSION}"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I have no idea what will happen afterwards. Is this merge commit going to be pushed as-is and used in a PR, or will the Automator try to create another commit or bail? I'm looking at automator.sh, and I don't see any support for this kind of workflow.

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.

This doesn't actually create a commit, just stages the changes for one; I'm not sure what will happen if there were conflicts during a merge; I'll take a closer look at automator.sh. Any chance we could test this on a dummy branch?

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

resources:
default:
requests:
Expand Down
2 changes: 2 additions & 0 deletions testgrid/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ dashboards:
- name: istio_release-1.9_tools_postsubmit
- name: istio_release-1.9_release-builder_postsubmit

- name: istio_release-1.9_envoy_periodic

- name: istio_release-1.8_istio
- name: istio_release-1.8_api
- name: istio_release-1.8_client-go
Expand Down