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.

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

55 changes: 55 additions & 0 deletions prow/cluster/jobs/istio/pkg/istio.pkg.master.gen.yaml

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

15 changes: 15 additions & 0 deletions prow/config/jobs/client-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,18 @@ jobs:

- name: gencheck
command: [make, gen-check]

- name: update_client-go_dep
types: [postsubmit]
command:
- ../test-infra/tools/automator/automator.sh
- --org=istio
- --repo=istio
- "--title=Automator: update istio/client-go@$AUTOMATOR_SRC_BRANCH dependency in $AUTOMATOR_ORG/$AUTOMATOR_REPO@$AUTOMATOR_BRANCH"
- --labels=auto-merge,release-notes-none
- --modifier=update_client-go_dep
- --token-path=/etc/github-token/oauth
- --git-exclude=common
- --cmd=go get istio.io/client-go@$AUTOMATOR_SHA && go mod tidy && make clean gen
requirements: [github]
repos: [istio/test-infra@master]
15 changes: 15 additions & 0 deletions prow/config/jobs/gogo-genproto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,18 @@ jobs:

- name: gencheck
command: [make, gen-check]

- name: update_gogo-genproto_dep
types: [postsubmit]
command:
- ../test-infra/tools/automator/automator.sh
- --org=istio
- --repo=istio
- "--title=Automator: update istio/gogo-genproto@$AUTOMATOR_SRC_BRANCH dependency in $AUTOMATOR_ORG/$AUTOMATOR_REPO@$AUTOMATOR_BRANCH"
- --labels=auto-merge,release-notes-none
- --modifier=update_gogo-genproto_dep
- --token-path=/etc/github-token/oauth
- --git-exclude=common
- --cmd=go get istio.io/gogo_genproto@$AUTOMATOR_SHA && go mod tidy && make clean gen
requirements: [github]
repos: [istio/test-infra@master]
15 changes: 15 additions & 0 deletions prow/config/jobs/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,18 @@ jobs:

- name: gencheck
command: [make, gen-check]

- name: update_pkg_dep
types: [postsubmit]
command:
- ../test-infra/tools/automator/automator.sh
- --org=istio
- --repo=istio
- "--title=Automator: update istio/pkg@$AUTOMATOR_SRC_BRANCH dependency in $AUTOMATOR_ORG/$AUTOMATOR_REPO@$AUTOMATOR_BRANCH"
- --labels=auto-merge,release-notes-none
- --modifier=update_pkg_dep
- --token-path=/etc/github-token/oauth
- --git-exclude=common
- --cmd=go get istio.io/pkg@$AUTOMATOR_SHA && go mod tidy && make clean gen
requirements: [github]
repos: [istio/test-infra@master]