Skip to content

Conversation

jwendell
Copy link
Member

No description provided.

@jwendell jwendell requested a review from a team as a code owner July 14, 2021 11:54
@google-cla google-cla bot added the cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. label Jul 14, 2021
@istio-testing istio-testing added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jul 14, 2021
@brian-avery
Copy link
Member

The istio-private jobs are missing. Also this needs changes to testgrid.

@brian-avery
Copy link
Member

Discussed offline, but this was run as
go run generate.go branch 1.11

This is missing
go run main.go branch 1.11 from https://github.com/istio/test-infra/blob/master/prow/generate-transform-jobs/main.go

@brian-avery
Copy link
Member

brian-avery commented Jul 14, 2021

Testgrid should be added here: https://github.com/istio/test-infra/blob/master/testgrid/config.yaml

@brian-avery brian-avery added the do-not-merge/hold Block automatic merging of a PR. label Jul 14, 2021
@jwendell
Copy link
Member Author

What does this error mean? How to fix it? It looks like it's an optional job.

@brian-avery
Copy link
Member

It wants istio_release-1.11_istio_periodic added to that testgrid file. That's used for tracking stability of jobs.

@brian-avery
Copy link
Member

Looking at the job, it's not marked optional -- https://github.com/istio/test-infra/blob/master/prow/cluster/jobs/istio/test-infra/istio.test-infra.master.yaml

Not entirely sure why GitHub isn't saying required here.

@brian-avery brian-avery removed the do-not-merge/hold Block automatic merging of a PR. label Jul 14, 2021
@jwendell jwendell added the do-not-merge/hold Block automatic merging of a PR. label Jul 14, 2021
@jwendell jwendell removed the do-not-merge/hold Block automatic merging of a PR. label Jul 14, 2021
@istio-testing istio-testing merged commit 4a94888 into istio:master Jul 14, 2021
@istio-testing
Copy link
Collaborator

@jwendell: Updated the job-config configmap in namespace default at cluster default using the following files:

  • key istio-private.api.release-1.11.gen.yaml using file prow/cluster/jobs/istio-private/api/istio-private.api.release-1.11.gen.yaml
  • key istio-private.istio.io.release-1.11.gen.yaml using file prow/cluster/jobs/istio-private/istio.io/istio-private.istio.io.release-1.11.gen.yaml
  • key istio-private.istio.release-1.11.gen.yaml using file prow/cluster/jobs/istio-private/istio/istio-private.istio.release-1.11.gen.yaml
  • key istio-private.proxy.release-1.11.gen.yaml using file prow/cluster/jobs/istio-private/proxy/istio-private.proxy.release-1.11.gen.yaml
  • key istio-private.release-builder.release-1.11.gen.yaml using file prow/cluster/jobs/istio-private/release-builder/istio-private.release-builder.release-1.11.gen.yaml
  • key istio.api.release-1.11.gen.yaml using file prow/cluster/jobs/istio/api/istio.api.release-1.11.gen.yaml
  • key istio.client-go.release-1.11.gen.yaml using file prow/cluster/jobs/istio/client-go/istio.client-go.release-1.11.gen.yaml
  • key istio.common-files.release-1.11.gen.yaml using file prow/cluster/jobs/istio/common-files/istio.common-files.release-1.11.gen.yaml
  • key istio.enhancements.release-1.11.gen.yaml using file prow/cluster/jobs/istio/enhancements/istio.enhancements.release-1.11.gen.yaml
  • key istio.gogo-genproto.release-1.11.gen.yaml using file prow/cluster/jobs/istio/gogo-genproto/istio.gogo-genproto.release-1.11.gen.yaml
  • key istio.istio.io.release-1.11.gen.yaml using file prow/cluster/jobs/istio/istio.io/istio.istio.io.release-1.11.gen.yaml
  • key istio.istio.release-1.11.gen.yaml using file prow/cluster/jobs/istio/istio/istio.istio.release-1.11.gen.yaml
  • key istio.pkg.release-1.11.gen.yaml using file prow/cluster/jobs/istio/pkg/istio.pkg.release-1.11.gen.yaml
  • key istio.proxy.release-1.11.gen.yaml using file prow/cluster/jobs/istio/proxy/istio.proxy.release-1.11.gen.yaml
  • key istio.release-builder.release-1.11.gen.yaml using file prow/cluster/jobs/istio/release-builder/istio.release-builder.release-1.11.gen.yaml
  • key istio.tools.release-1.11.gen.yaml using file prow/cluster/jobs/istio/tools/istio.tools.release-1.11.gen.yaml

In response to this:

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

soloio-bot pushed a commit to soloio-bot/test-infra that referenced this pull request Jun 22, 2023
* Add periodic job to update the istio reference used by istio.io tests (istio#3184)

* Add periodic job to update the istio reference used by istio.io tests

* Remove auto-merge for now as tests are not required to hold out PR.

* Change day to Sunday

* Bump prow from v20210206-3c06bdc6cf to v20210215-f94bc1dc87 (istio#3183)

* Allow configuring Annotations and Labels fields for Prow job config (istio#3186)

* Remove gerrit report label for Prow jobs that do not need to report (istio#3187)

* Drop Kubernetes 1.15 job (istio#3189)

Part of istio/istio#30822, per approval of T&R
and Upgrade WG

* Fix one small issue of the genjobs tool (istio#3191)

* Update `make gen` to also do go formatting (checks format on PR) (istio#3185)

* Rin gofumpt on prow/config/generate_test.go (istio#3192)

* Automator: update common-files@master in istio/test-infra@master (istio#3175)

* Bump prow from v20210215-f94bc1dc87 to v20210222-37d809a6d8 (istio#3188)

* Manual update build-tools:master (istio#3193)

* Change Envoy auto-updates to daily schedule. (istio#3197)

Signed-off-by: Piotr Sikora <piotrsikora@google.com>

* Bump k8s 1.21 to beta0 (istio#3196)

* Automator: update common-files@master in istio/test-infra@master (istio#3198)

* Automator: update common-files@master in istio/test-infra@master (istio#3199)

* Automator: update common-files@master in istio/test-infra@master (istio#3201)

* Automator: update build-tools:master (istio#3200)

* Bump prow from v20210222-37d809a6d8 to v20210301-5e63448d42 (istio#3194)

* Automator: update common-files@master in istio/test-infra@master (istio#3202)

* Automator: update build-tools:master (istio#3203)

* Some updates and fixes to the genjobs tools (istio#3205)

* Automator: update common-files@master in istio/test-infra@master (istio#3207)

* Bump prow from v20210301-5e63448d42 to v20210305-64a6d4d83a (istio#3204)

* Add github to release builder build job (create PR if new base images) (istio#3211)

* Add labels to specify merge type for a repo (istio#3213)

* Switch autobumper to generic autobump (istio#3214)

* Automator: update common-files@master in istio/test-infra@master (istio#3217)

* Prow config generator supports interval and cron overwrite (istio#3215)

* Automator: update build-tools:master (istio#3218)

* Update Prow to v20210315-198593ae42 (istio#3212)

* Automator: update build-tools:release-1.9 (istio#3216)

* Make doc tests required for release-1.9 (istio#3223)

* Added a prow job for automatic merging of upstream changes into 1.9 envoy release branch (istio#3219)

* Added a prow job for automatic merging of upstream changes into 1.9 envoy release branch

Signed-off-by: Dmitri Dolguikh <ddolguik@redhat.com>

* Fixing the build

* Fixing build failures

* Removed auto-merge label

* Update prow plugins to new form (istio#3220)

* Update prow plugins to new form

* Also delete TestPlugins test as it's already covered by pull-test-infra-prow-checkconfig

* Istio prow: upgrade prometheus operator from 0.29.0 to 0.45.0 (istio#3225)

This was based on kubernetes/test-infra#21291

* Prow monitoring: deploy CRDs before mixins (istio#3226)

* Update Prow to v20210322-23ade8ba07 (istio#3221)

* Added a merge workflow to automator.sh script (istio#3228)

* added a merge workflow to automator.sh script

Signed-off-by: Dmitri Dolguikh <ddolguik@redhat.com>

* Fixed issues picked up by the linter

* Bump pyyaml from 5.1.1 to 5.4 (istio#3233)

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.1.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Renaming testgrid/default.yaml to testgrid/config.yaml (istio#3234)

* Fix usage in prow job for testgrid transfigure (istio#3235)

* Make istio.io doc tests required (istio#3232)

* Make istio.io doc tests required

* Add tag to transfigure job

* Switched merging of upstream changes for 1.9 release to use the 'merge' automator workflow (istio#3230)

* Update Prow to v20210329-38365dd4a8 (istio#3227)

* Switched to a plain string for the upstream branch name (istio#3236)

Signed-off-by: Dmitri Dolguikh <ddolguik@redhat.com>

* Removed double-quotes from the merge-branch parameter (istio#3238)

* Fix release 1.9 centos build image. (istio#3239)

* Remove docker and entrypoint from centos job. (istio#3240)

* automator - Add option to exclude file/path on git diff (istio#3231)

* Automator: update common-files@master in istio/test-infra@master (istio#3242)

* Update Prow to v20210404-ef7abaaa70 (istio#3237)

* Add enhancements repo (istio#3245)

* Update config.yaml

* Add tide while I'm here

* Automator: update build-tools:master (istio#3243)

* Add branch protection for release-1.10 (istio#3247)

* Add release-1.10 Prow job configs (istio#3249)

* Add prow job config for release-1.10 branches

* Add dashboard configs for release-1.10

* Fix build-tools to reference release-1.10 rather than master

* Automator: update common-files@master in istio/test-infra@master (istio#3250)

* Automator: update common-files@master in istio/test-infra@master (istio#3251)

* Update base image (istio#3253)

* Automator: update build-tools:release-1.10 (istio#3252)

* Update update-images.sh (istio#3254)

* Fix master branch common files (istio#3259)

* Bump kubernetes jobs (istio#3258)

Move 1.21 to RC
Add 1.22

* Automator: update build-tools:release-1.9 (istio#3256)

* Automator: update build-tools:release-1.8 (istio#3257)

* Automator: update build-tools:master (istio#3255)

* Automator: update common-files@master in istio/test-infra@master (istio#3260)

* Prow config generator supports configuring annotations with requirements (istio#3222)

* Update presets for 1.8 1.9 and 1.10 (istio#3261)

* And the other half (istio#3262)

* Add API (istio#3263)

* Add API

* Change 1.4 configmap to master

* Add a postsubmit job for CNI (istio#3265)

* Add post submit job for CNI.

* fix

* gen

* Unhide 1.21+ jobs and use stable release (istio#3266)

These are stable now

* Add github-optional (istio#3267)

* Add github-optional

* Fixed config and reran make gen

* Remove outdated code. Doesn't influence cluster gen

* Update periodic update of istio test ref in istio.io to 1.10. (istio#3268)

* Update latest k8s for tests, move 1.21 postsubmit tp 1.20 for coverage (istio#3270)

1.21 is covered in pre-submit.

* Update the kind images to latest for testing. 1.20 done by presubmit. (istio#3271)

* Update Prow to v20210412-ed35ec0cee (istio#3246)

* Automator: update common-files@master in istio/test-infra@master (istio#3274)

* Automator: update build-tools:master (istio#3273)

* Istio prow: deck use workload identity (istio#3275)

* Hot fix workload identity annotation for deck sa (istio#3276)

* Prow components use RBAC and workload identity (istio#3277)

Pretty much copy/pasted from k8s/test-infra

* Hot fix: add part-of: prow label to all newly added rbac (istio#3279)

* Add prefixes private repos (istio#3278)

* Add presets

* Add private jobs

* Update presets

* Change secret to configmap (istio#3280)

* Change /Users/testuser to /home (istio#3281)

* Add private jobs for 1.10 (istio#3282)

* Envoy too (istio#3283)

* Add envoy-1.10 jobs (istio#3284)

* Add envoy-1.10 jobs

* Add testgrid changes

* Unhide 1.21 integration test for 1.10 (istio#3285)

* Update Envoy images (istio#3286)

* Update Prow to v20210419-8262f2d0c6 (istio#3272)

* Delete unused tot resources (istio#3289)

* Use explicit github-token-path flag (istio#3290)

* Automator: update build-tools:release-1.10 (istio#3291)

* Add periodic job to for envoy-1.10 from envoy-1.9 (istio#3292)

* Add periodic job to for envoy-1.10 from envoy-1.9

* Add dashboard

* Remove periodic envoy job which inadvertantly got merged. (istio#3294)

* Disable RBE in 1.5/1.6 private (istio#3296)

* Add periodic job to istio/proxy 1.10 branch to get latest envoy 1.18 … (istio#3297)

* Add periodic job to istio/proxy 1.10 branch to get latest envoy 1.18 commit

* Update dashboard name

* Disable release notes job in private repo (istio#3298)

Cannot run it here

* Automator: update common-files@master in istio/test-infra@master (istio#3300)

* Automator: update build-tools:release-1.9 (istio#3301)

Co-authored-by: istio-testing <istio-testing-bot@google.com>

* Istio prow: enable secret managed by kubernetes external secrets (istio#3244)

* Istio prow: enable secret managed by kubernetes external secrets

This was enabled in upstream and working: https://github.com/kubernetes/test-infra/blob/master/prow/prow_secrets.md

* KES uses workload identity

* Add prow label to kes so they are deployed

* automator.sh now creates tickets in istio/istio on failed merges (istio#3303)

* automator.sh now creates tickets in istio/istio on failed merges

Signed-off-by: Dmitri Dolguikh <ddolguik@redhat.com>

* Responded to feedback

Signed-off-by: Dmitri Dolguikh <ddolguik@redhat.com>

* Actually removed gh login auth

Signed-off-by: Dmitri Dolguikh <ddolguik@redhat.com>

* Update Prow to v20210426-51fd28eca9 (istio#3295)

* Add a CNI presubmit test job. (istio#3302)

* Don't fail automator's merge workflow if there's a merge conflict (istio#3305)

Signed-off-by: Dmitri Dolguikh <ddolguik@redhat.com>

* Update Prow to v20210502-ba10239e8c (istio#3304)

* temporary jobs for istiodless remotes (istio#3310)

* fix istiodless flag (istio#3311)

* Automator: update build-tools:release-1.9 (istio#3312)

* Automator: update common-files@master in istio/test-infra@master (istio#3314)

* Update CNI test job to use CNI enablement flag. (istio#3315)

* Update CNI test job to use CNI enablement flag.

* gen

* Fixed istio repository name where new issues are created (istio#3316)

Signed-off-by: Dmitri Dolguikh <ddolguik@redhat.com>

* Add netrc (istio#3318)

* More presets (istio#3319)

* Automator: update common-files@master in istio/test-infra@master (istio#3321)

* Enable Google Analytics for prow.istio.io. (istio#3323)

* Automator: update build-tools:master (istio#3320)

* Update Prow to v20210510-9df9f3186f (istio#3313)

* Automator: update build-tools:release-1.10 (istio#3317)

* Automator: update build-tools:release-1.9 (istio#3322)

* Make centos job required (istio#3325)

* Release notes validation (istio#3327)

* compile schema-validator (istio#3328)

* Add istio/client-go, istio/pkg and istio/gogo-genproto to list of automator jobs (istio#3209)

* Add istio/client-go, istio/pkg and istio/gogo-genproto to list of automator jobs

* Run make generate-config

* Exclude common directory in automator

* Run make gen

* Update Prow to v20210515-9461f01d36 (istio#3324)

* add schema validation (istio#3326)

* add schema validation

* Run make gen

* Update testgrid

* Make enhancements job optional (istio#3329)

* Convert args to use equals instead of space (istio#3331)

* Fix arg (istio#3332)

* Automator: update common-files@master in istio/test-infra@master (istio#3333)

* Automator: update build-tools:master (istio#3334)

* Istio prow: switch grafana password to be from external secret (istio#3335)

* Automator: update build-tools:master (istio#3337)

* Automator: update common-files@master in istio/test-infra@master (istio#3338)

* Automator: update common-files@master in istio/test-infra@master (istio#3340)

* Automator: update build-tools:master (istio#3339)

* Revert to the exact image we had before (istio#3341)

A desperate attempt to fix istio/istio#32985

* Isolate multicluster jobs (istio#3343)

I have seen cases where we have 3 multicluster jobs on a node, so 9 k8s.
The node ends up pinned at 100% cpu the whole time which may be causing
flakes.

With this change, we can get the following arangements of jobs:
* 3 non-mc jobs (unchanged)
* 1 mc job and 1 non-mc job

* Multiple distinct gcr.io/k8s-prow/ changes: (istio#3330)

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@9461f01...cf0aabd | 2021&#x2011;05&#x2011;15&nbsp;&#x2192;&nbsp;2021&#x2011;05&#x2011;24 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Add a periodic job to assist in measuring test stability (istio#3344)

* Add a periodic job to assist in measuring test stability

* add testgrid

* Update master istio.io automated job to use master istio repo. (istio#3345)

* Add periodic tests for dedicated n2 and e2 nodes (istio#3347)

* Update common-files and fix lint failure (istio#3350)

* Automator: update common-files@master in istio/test-infra@master (istio#3351)

* Automator: update build-tools:master (istio#3349)

* Skip release test (istio#3352)

Desperate attempt to see if this improves
istio/istio#32985

I may be seeing things but it feels like there is a pattern:
istio/istio#32985 (comment)

* Automator: update common-files@master in istio/test-infra@master (istio#3353)

* Automator: update common-files@master in istio/test-infra@master (istio#3355)

* Automator: update build-tools:master (istio#3354)

* Revert "Skip release test (istio#3352)" (istio#3356)

This reverts commit e904b07.

* Disable go cache (istio#3357)

Wild attempt...

I did see in the logs of one node "device is unavailable" for build
cache, and it is something that is persistent on nodes, so it seems
*plausibly* related. We will revert if not

* Pin IPv6 jobs to ubuntu nodes (istio#3359)

* Pin IPv6 jobs to ubuntu nodes

This will allow us to add COS nodes without breaking ipv6

* fix dupe key

* Revert "Disable go cache (istio#3357)" (istio#3360)

This reverts commit ab54fa7.

* Undo some changes to test regression (istio#3361)

* Cleanup periodic test jobs
* Put ipv6 on a new node pool, so we can remove the ubuntu one and
ensure ONLY ipv6 uses it

* Automator: update common-files@master in istio/test-infra@master (istio#3362)

* Automator: update build-tools:master (istio#3363)

* Automator: update common-files@master in istio/test-infra@master (istio#3364)

* Automator: update build-tools:master (istio#3365)

* Bumping Prow (istio#3346)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@cf0aabd...03cf33d | 2021&#x2011;05&#x2011;24&nbsp;&#x2192;&nbsp;2021&#x2011;05&#x2011;31 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* update perf test jobs to 1.10 (istio#3369)

* Make Authentikos log token creation error messages. (istio#3370)

* Make Authentikos log token creation error messages.

* Add error handling to authentikos unit tests to figure out why this is failing in CI.

* Remove test case for unreadable template file that doesn't pass when run as root.

* Update go.mod for k8s/test-infra (istio#3371)

* Update go.mod for k8s/test-infra

* Pin pprof for licensing issue

* Publish Authentikos version 0.0.7 (istio#3372)

* Postsubmit prow deploy job automatically sends slack notifications (istio#3373)

This was pretty much a copy of https://github.com/kubernetes/test-infra/blob/aee86026c87da353a8c5b14f5b3fe80bcb820212/config/jobs/kubernetes/test-infra/test-infra-trusted.yaml#L102, which had been working pretty well for k8s/test-infra

based on https://testgrid.k8s.io/istio_test-infra_postsubmit#deploy-prow_test-infra_postsubmit, this shouldn't happen very frequently, for now it's only once per week

* Fix DNS issue with kind in Authentikos integration tests by upgrading kind node version. (istio#3374)

* fix authentikos integ test (istio#3342)

* fix authentikos integ test

* capture exit code from run_test

* Authentikos prints md5sum of generated token for debug purpose (istio#3376)

* Authentikos: support using real token expiration time instead of hard coded 3600s (istio#3375)

* Automator: update build-tools:release-1.9 (istio#3377)

* Authentikos version bump to 0.0.8 (istio#3378)

* Bumping Prow (istio#3367)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@03cf33d...a3457f6 | 2021&#x2011;05&#x2011;31&nbsp;&#x2192;&nbsp;2021&#x2011;06&#x2011;07 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Automator: update common-files@master in istio/test-infra@master (istio#3380)

* Automator: update build-tools:master (istio#3381)

* Automator: update common-files@master in istio/test-infra@master (istio#3383)

* Automator: update build-tools:master (istio#3382)

* bump kubernetes versions (istio#3384)

* Remove private patch (istio#3385)

* Update build-tools and build-tools-centos images. (istio#3387)

Signed-off-by: Piotr Sikora <piotrsikora@google.com>

* Update to use first commit's parent sha to find file differences (istio#3386)

* Automator: update common-files@master in istio/test-infra@master (istio#3388)

* Fix gogo-gen automator job - update repo name (istio#3390)

* Automated merging of prow bumping PRs (istio#3391)

* Automator: update build-tools:release-1.10 (istio#3392)

* Automator: update build-tools:master (istio#3389)

* Bumping Prow (istio#3379)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@a3457f6...1938066 | 2021&#x2011;06&#x2011;07&nbsp;&#x2192;&nbsp;2021&#x2011;06&#x2011;16 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Bumping Prow (istio#3393)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@1938066...a5d241a | 2021&#x2011;06&#x2011;16&nbsp;&#x2192;&nbsp;2021&#x2011;06&#x2011;17 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Automator: update common-files@master in istio/test-infra@master (istio#3396)

* Unhide CNI presubmit jobs. (istio#3394)

* Automator: update common-files@master in istio/test-infra@master (istio#3397)

* Bumping Prow (istio#3395)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@a5d241a...4b498df | 2021&#x2011;06&#x2011;17&nbsp;&#x2192;&nbsp;2021&#x2011;06&#x2011;17 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Bumping Prow (istio#3398)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@4b498df...762366a | 2021&#x2011;06&#x2011;17&nbsp;&#x2192;&nbsp;2021&#x2011;06&#x2011;22 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Bumping Prow (istio#3400)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@762366a...0c619ad | 2021&#x2011;06&#x2011;22&nbsp;&#x2192;&nbsp;2021&#x2011;06&#x2011;23 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Bumping Prow (istio#3401)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@0c619ad...f668b08 | 2021&#x2011;06&#x2011;23&nbsp;&#x2192;&nbsp;2021&#x2011;06&#x2011;25 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Bumping Prow (istio#3403)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@f668b08...e1bdf10 | 2021&#x2011;06&#x2011;25&nbsp;&#x2192;&nbsp;2021&#x2011;06&#x2011;25 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Automator: update common-files@master in istio/test-infra@master (istio#3407)

* Bumping Prow (istio#3404)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@e1bdf10...e1fb22e | 2021&#x2011;06&#x2011;25&nbsp;&#x2192;&nbsp;2021&#x2011;06&#x2011;28 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Automator: update build-tools:master (istio#3406)

* Automator: update common-files@master in istio/test-infra@master (istio#3410)

* Bumping Prow (istio#3408)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@e1fb22e...03ae97a | 2021&#x2011;06&#x2011;28&nbsp;&#x2192;&nbsp;2021&#x2011;06&#x2011;29 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Bumping Prow (istio#3411)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@03ae97a...419533b | 2021&#x2011;06&#x2011;29&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;01 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Automator: update common-files@master in istio/test-infra@master (istio#3415)

* Automator: update build-tools:master (istio#3414)

* Revert "Automator: update build-tools:master (istio#3414)" (istio#3416)

This reverts commit 2aa2755.

* Add periodic job for security fuzz tests (istio#3409)

* add a postsubmit job for security fuzz tests

* make generate-config

* change to daily job

* use new pattern

* make gen

* add istio_istio_periodic dashboard

* Bumping Prow (istio#3412)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@419533b...3efe91b | 2021&#x2011;07&#x2011;01&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;01 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Explicitly define slack report config in each job (istio#3399)

* Bumping Prow (istio#3417)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@3efe91b...728bc30 | 2021&#x2011;07&#x2011;01&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;05 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Bumping Prow (istio#3418)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@728bc30...6238fe3 | 2021&#x2011;07&#x2011;05&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;05 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Automator: update common-files@master in istio/test-infra@master (istio#3423)

* Automator: update build-tools:release-1.10 (istio#3419)

* Automator: update build-tools:master (istio#3422)

* Bumping Prow (istio#3420)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@6238fe3...3e989f6 | 2021&#x2011;07&#x2011;05&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;07 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Some updates to the Prow configgen tool (istio#3426)

* Bumping Prow (istio#3425)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@3e989f6...32dc49e | 2021&#x2011;07&#x2011;07&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;07 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Generation of istio-private jobs.  (istio#3421)

* still need make gen, but did rebase

* Break transform and job configs into mirror programs

* Lets clean up private as well

* Fix copyright

* Deny benchmark-report_istio_postsubmit_priv in istio-private

* Automator: update common-files@master in istio/test-infra@master (istio#3429)

* Update automator exclude check to exclude files in PR causing event (istio#3427)

* Update automator exclude check to exclude files in PR causing event

* Fix repo and org in commands

* Change to just look at files in last commit (assumes squashed)

* Fix unbound variable

* Update readme to use prior commit instead of PR

* Change function name and add description

* Bumping Prow (istio#3428)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@32dc49e...f6f2d39 | 2021&#x2011;07&#x2011;07&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;12 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Automator: update build-tools:master (istio#3432)

* Automator: update common-files@master in istio/test-infra@master (istio#3433)

* Automator: update common-files@master in istio/test-infra@master (istio#3434)

* Automator: update build-tools:master (istio#3435)

* Automator: update common-files@master in istio/test-infra@master (istio#3437)

* Automator: update build-tools:master (istio#3436)

* Automator: update build-tools:release-1.9 (istio#3424)

* Bumping Prow (istio#3431)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@f6f2d39...49f933a | 2021&#x2011;07&#x2011;12&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;13 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Restore api dep update on client-go in all cases (istio#3439)

* Restore api dep update on client-go in all cases

* Run make gen

* Automator: update build-tools:release-1.10 (istio#3438)

* Add branch protection to 1.11 (istio#3430)

* Add jobs for 1.11 (istio#3442)

* Add jobs for 1.11

* Add private jobs

* Add testgrid

* Fix automator script failing on exit code of 1 from grep (istio#3440)

* Workaround prow library limitations to properly hide jobs (istio#3443)

* Workaround prow library limitations to properly hide jobs

* 1.11

* Bumping Prow (istio#3441)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
kubernetes/test-infra@49f933a...ac233fa | 2021&#x2011;07&#x2011;13&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;14 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* more merge conflicts

* update files

* remove reporter

* make gen

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: Istio Automation <istio.testing@gmail.com>
Co-authored-by: Chi Zhang <chizhg@google.com>
Co-authored-by: John Howard <howardjohn@google.com>
Co-authored-by: Istio Automation <istio-testing-bot@google.com>
Co-authored-by: Piotr Sikora <piotrsikora@google.com>
Co-authored-by: Mitchel Herman <58443548+mpherman2@users.noreply.github.com>
Co-authored-by: Dmitri Dolguikh <dmitri@appliedlogic.ca>
Co-authored-by: Chao Dai <45011425+chaodaiG@users.noreply.github.com>
Co-authored-by: Dmitri Dolguikh <ddolguik@redhat.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pengyuan Bian <bianpengyuan@google.com>
Co-authored-by: Brian Avery <bavery@redhat.com>
Co-authored-by: Sam Naser <samnaser@google.com>
Co-authored-by: Erick Fejta <fejta@google.com>
Co-authored-by: jacob-delgado <jacob.delgado@volunteers.acasi.info>
Co-authored-by: Steven Landow <steven@stlcomputerservices.com>
Co-authored-by: Cole Wagner <colew@google.com>
Co-authored-by: Xinnan Wen <richardwxn@gmail.com>
Co-authored-by: Travis Clarke <9957358+clarketm@users.noreply.github.com>
Co-authored-by: Yangmin Zhu <ymzhu@google.com>
Co-authored-by: Jonh Wendell <jonh.wendell@redhat.com>
soloio-bot pushed a commit to soloio-bot/test-infra that referenced this pull request Jun 22, 2023
* Bumping Prow (#3431)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/f6f2d3955b...49f933a3ed | 2021&#x2011;07&#x2011;12&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;13 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Restore api dep update on client-go in all cases (#3439)

* Restore api dep update on client-go in all cases

* Run make gen

* Automator: update build-tools:release-1.10 (#3438)

* Add branch protection to 1.11 (#3430)

* Add jobs for 1.11 (#3442)

* Add jobs for 1.11

* Add private jobs

* Add testgrid

* Fix automator script failing on exit code of 1 from grep (#3440)

* Workaround prow library limitations to properly hide jobs (#3443)

* Workaround prow library limitations to properly hide jobs

* 1.11

* Bumping Prow (#3441)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/49f933a3ed...ac233fa9c6 | 2021&#x2011;07&#x2011;13&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;14 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Update to use `make` for conistency across branching (#3445)

* Bumping Prow (#3444)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/ac233fa9c6...62f15287bd | 2021&#x2011;07&#x2011;14&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;14 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Bumping Prow (#3446)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/62f15287bd...871d72532d | 2021&#x2011;07&#x2011;14&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;15 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Add job with assertions enabled (#3449)

* Bumping Prow (#3448)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/871d72532d...430fa04d50 | 2021&#x2011;07&#x2011;15&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;16 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Use 1.11 images for 1.11 jobs (#3450)

* Automator: update common-files@master in istio/test-infra@master (#3453)

* Automator: update common-files@master in istio/test-infra@master (#3454)

* Update k8s.io/test-infra dependency to the latest (#3452)

* Bumping Prow (#3451)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/430fa04d50...5548472063 | 2021&#x2011;07&#x2011;16&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;20 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Bump 1.22 image (#3456)

* Bumping Prow (#3455)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/5548472063...e4ef4dafee | 2021&#x2011;07&#x2011;20&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;21 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Automator: update build-tools:release-1.10 (#3457)

* Automator: update common-files@master in istio/test-infra@master (#3459)

* Automator: update build-tools:master (#3458)

* Automator: update build-tools:release-1.11 (#3463)

* Fix release notes to use gh pr view (#3462)

* Fix check release notes to use gh pr view

* Update check_release_notes to use gh pr view

* Revert "Fix release notes to use gh pr view (#3462)" (#3464)

This reverts commit ce6953d8400194c886b8b33e90652c93e2588f61.

* Bumping Prow (#3461)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/e4ef4dafee...a7efb93946 | 2021&#x2011;07&#x2011;21&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;22 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Automator: update common-files@master in istio/test-infra@master (#3466)

* Bumping Prow (#3465)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/a7efb93946...55eee17612 | 2021&#x2011;07&#x2011;22&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;23 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Test Kubernetes 1.22 on 1.10 (#3468)

* Bumping Prow (#3467)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/55eee17612...b2b0794248 | 2021&#x2011;07&#x2011;23&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;27 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Bumping Prow (#3469)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/b2b0794248...b79cedd058 | 2021&#x2011;07&#x2011;27&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;28 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Update the modifier values to disambiguate (#3471)

* Revert "Revert "Fix release notes to use gh pr view (#3462)" (#3464)" (#3472)

This reverts commit 9de32212fdbccd155167a49731f4cfedc5b924d1.

* Revert "Revert "Revert "Fix release notes to use gh pr view (#3462)" (#3464)" (#3472)" (#3473)

This reverts commit 47d60f6fb5846c97814e374c1ca492c03611eec1.

* Fix notes path (#3474)

* Bumping Prow (#3470)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/b79cedd058...79c386fdf5 | 2021&#x2011;07&#x2011;28&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;29 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Add token (#3475)

* Fix notes path

* Fix release notes to use gh pr view (#3462)

* Fix check release notes to use gh pr view

* Update check_release_notes to use gh pr view

* Export token as ENV variable

* Add PR Number and Pr Owner (#3476)

* Add test selector to cni postsubmit job. (#3478)

* Bumping Prow (#3477)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/79c386fdf5...6b709c5ea0 | 2021&#x2011;07&#x2011;29&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;29 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Automator: update common-files@master in istio/test-infra@master (#3480)

* Bumping Prow (#3479)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/6b709c5ea0...987d7118e9 | 2021&#x2011;07&#x2011;29&nbsp;&#x2192;&nbsp;2021&#x2011;07&#x2011;30 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Add optional job for new istiodremote tests. (#3460)

* Add optional job for new istiodremote tests.

* Fix spelling error and parameter name

* Add skipped per comments

* Rebase and fix modifiers to fix gen-check failure

* Hide tests and fix target name (#3483)

* Bumping Prow (#3482)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/987d7118e9...c280d06cc4 | 2021&#x2011;07&#x2011;30&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;03 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Use KinD with `MixedLBProtocolSupport` feature gate turned on for K8s >= 1.20 (#3481)

* use kind with mixed-lb protocol support for K8s >= 1.20

* add generated files

Signed-off-by: su225 <suchithjn22@gmail.com>

* Bumping Prow (#3484)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/c280d06cc4...c0366738af | 2021&#x2011;08&#x2011;03&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;03 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Un hide,skip,optional the istiodremote tests (#3487)

* Make istiodremote test optional. (#3488)

* Bumping Prow (#3485)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/c0366738af...68e8634d20 | 2021&#x2011;08&#x2011;03&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;05 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Bump Kubernetes 1.22 to 1.22.0 (#3490)

* Automator: update common-files@master in istio/test-infra@master (#3491)

* Bumping Prow (#3489)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/68e8634d20...c95403cd67 | 2021&#x2011;08&#x2011;05&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;06 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* run pilot and security tests with Mixed protocol LB service feature gate turned on (#3486)

* run pilot and security tests with Mixed protocol LB service feature flag turned on

Signed-off-by: su225 <suchithjn22@gmail.com>

* configure jobs to use mixedlb-service config by default

Signed-off-by: su225 <suchithjn22@gmail.com>

* rebase and fix stuffs

Signed-off-by: su225 <suchithjn22@gmail.com>

* Fix branches for istio-private (#3493)

* Rerun to update images to last build-image (#3494)

* Automator: update build-tools:release-1.11 (#3495)

* Bumping Prow (#3496)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/c95403cd67...f67c67b96c | 2021&#x2011;08&#x2011;06&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;09 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Fix filling up cache (#3497)

* Fix generator tool

* Initial generate

* fix

* Move everything else over

* lint

* Use writable directory for cache (#3499)

Recommended by GKE team to use this one; /prow is not writable so will
not work

* Add 1.11 presets (#3500)

* Bumping Prow (#3498)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/f67c67b96c...f7cf0bd038 | 2021&#x2011;08&#x2011;09&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;09 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Use the latest build tools image (#3502)

* Make the integ-istiodremote-k8s-tests test required (#3503)

* Bumping Prow (#3501)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/f7cf0bd038...599c9646af | 2021&#x2011;08&#x2011;09&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;10 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Bumping Prow (#3504)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/599c9646af...912fbb99b5 | 2021&#x2011;08&#x2011;10&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;12 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Bumping Prow (#3505)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/912fbb99b5...c6e29bb385 | 2021&#x2011;08&#x2011;12&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;12 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* remove all usages of multicluster label (#3508)

Signed-off-by: su225 <suchithjn22@gmail.com>

* Add job for externalistiod pilot tests (#3506)

* Add job for externalistiod pilot tests

* regen

* add skipped flag

* regen

* Bumping Prow (#3507)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/c6e29bb385...38491d0225 | 2021&#x2011;08&#x2011;12&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;16 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Automator: update build-tools:release-1.10 (#3509)

* Remove multicluster label (#3511)

* Bumping Prow (#3510)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/38491d0225...f9d80a9dc8 | 2021&#x2011;08&#x2011;16&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;16 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Skip VM tests in pilot-istiodremote job for now (#3513)

* Skip VM tests in pilot-istiodremote job for now

* regen

* Bumping Prow (#3512)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/f9d80a9dc8...b81cb0bc7b | 2021&#x2011;08&#x2011;16&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;18 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Add initial job for Kubernetes 1.23 (#3515)

* Bumping Prow (#3514)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/b81cb0bc7b...8b97dae4b0 | 2021&#x2011;08&#x2011;18&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;23 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Bumping Prow (#3516)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/8b97dae4b0...b94cc0bcb7 | 2021&#x2011;08&#x2011;23&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;24 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Initial steps to replace `prow-bot`, `prow-deployer`, `istio-prow-test-job`, and `boskos` SA keys with Workload Identity. (#3517)

* Remove SA key secrets from Crier and Tide, rely on WI instead.

* Create k8s SAs for use with Workload Identity (to replace SA keys).

* Use new topology file for istiodremote integ tests (#3522)

* Use new topology file for istiodremote integ tests

* regen

* Bumping Prow (#3519)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/b94cc0bcb7...9ef10941f6 | 2021&#x2011;08&#x2011;24&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;24 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Bumping Prow (#3525)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/9ef10941f6...12d588df70 | 2021&#x2011;08&#x2011;24&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;26 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* bumptorelease1.11 (#3524)

* Use INTEGRATION_TEST_FLAGS to set skipVM (#3527)

* Use INTEGRATION_TEST_FLAGS to set skipVM

* regen

* Automator: update common-files@master in istio/test-infra@master (#3529)

* Automator: update build-tools:master (#3528)

* Bumping Prow (#3526)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/12d588df70...98f54bde95 | 2021&#x2011;08&#x2011;26&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;27 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Continue migrating service account keys to workload identity. (#3520)

* Fix build cluster service accounts and switch test-infra-trusted to WI.

* Move deployer postsubmits to non-generated and switch to using WI.

* Clean up unused 'deploy' requirement and associated preset.

* Bumping Prow (#3530)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/98f54bde95...ebb631f3fe | 2021&#x2011;08&#x2011;27&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;30 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Ensure namespace is specified (#3531)

* Bumping Prow (#3532)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/ebb631f3fe...7828cc98e3 | 2021&#x2011;08&#x2011;30&nbsp;&#x2192;&nbsp;2021&#x2011;08&#x2011;30 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Upload TestGrid Config directly to GCS (#3534)

* Bumping Prow (#3535)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/7828cc98e3...2242e3ec6b | 2021&#x2011;08&#x2011;30&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;01 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide, transfigure

* Delete Transfigure Jobs (#3537)

* Bumping Prow (#3536)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/2242e3ec6b...02bdcbd6bf | 2021&#x2011;09&#x2011;01&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;02 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3539)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/02bdcbd6bf...01e03305a2 | 2021&#x2011;09&#x2011;02&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;02 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3540)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/01e03305a2...cf6e08b05f | 2021&#x2011;09&#x2011;02&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;03 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Make istiodremote pilot tests required (#3543)

* Make istiodremote pilot tests required

* regen

* Bumping Prow (#3542)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/cf6e08b05f...6cb55987fb | 2021&#x2011;09&#x2011;03&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;06 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* A few updates and improvements to Prow configgen tool (#3541)

* A few updates and improvements to Prow configgen tool

* Address comments by adding more docs and changing the regex to a constant

* Automator: update common-files@master in istio/test-infra@master (#3545)

* Automator: update common-files@master in istio/test-infra@master (#3546)

* Fix periodic proxy update jobs (#3521)

* Fix periodic proxy update jobs

* Update dashboards

* Another dashboard

* Command update to specify UPDATE_BRANCH

* Bumping Prow (#3544)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/6cb55987fb...7006ec3f0c | 2021&#x2011;09&#x2011;06&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;07 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update build-tools:master (#3547)

* Append base requirements when .base.yaml is overlaid (#3549)

* Automator: update build-tools:release-1.10 (#3550)

* Bumping Prow (#3548)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/7006ec3f0c...3483cd12ba | 2021&#x2011;09&#x2011;07&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;09 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Add automation to update common-files for a new build image (#3523)

* Add automation to update common-files for a new build image

* Move whole command string inside automator

* move -test so container is pushed.

* Add github requirement for automation.sh

* Review updates - use script and add repos

* Fixes to the Prow configgen tool (#3552)

* Add optional skipped security-istiodremote job (#3553)

* Missing common-files and wrong path to binary (#3554)

* Start Docker for job (#3555)

* Automator: update common-files@master in istio/test-infra@master (#3556)

* Bumping Prow (#3551)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/3483cd12ba...6c59eee681 | 2021&#x2011;09&#x2011;09&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;09 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update common-files@master in istio/test-infra@master (#3560)

* Automator: update build-tools:master (#3557)

* Revert "Automator: update build-tools:master (#3557)" (#3562)

This reverts commit 9913828771acc7e791302a09cab6f372ef321ceb.

* Bumping Prow (#3561)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/6c59eee681...b6578706d1 | 2021&#x2011;09&#x2011;09&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;13 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update common-files@master in istio/test-infra@master (#3563)

* Manual update of release 1.9 tools image (#3559)

* Automator: update build-tools:master (#3564)

* Bumping Prow (#3565)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/b6578706d1...d9fade61b4 | 2021&#x2011;09&#x2011;13&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;14 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update build-tools:release-1.11 (#3567)

* Add optional skipped telemetry-istiodremote job (#3568)

* Bumping Prow (#3566)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/d9fade61b4...1112f4f614 | 2021&#x2011;09&#x2011;14&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;15 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3569)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/1112f4f614...3c87dfedd5 | 2021&#x2011;09&#x2011;15&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;16 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update build-tools:release-1.10 (#3570)

* Bumping Prow (#3571)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/3c87dfedd5...bd8073b837 | 2021&#x2011;09&#x2011;16&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;20 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3574)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/bd8073b837...6ca431fa31 | 2021&#x2011;09&#x2011;20&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;21 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Make default build cluster use Workload Identity. (#3558)

* Fix boskos service WI annotation. (#3576)

* Bumping Prow (#3575)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/6ca431fa31...dceed92199 | 2021&#x2011;09&#x2011;21&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;22 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Remove `cla:yes` label check for the istio.io repo (#3579)

* Bumping Prow (#3578)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/dceed92199...3d09bce713 | 2021&#x2011;09&#x2011;22&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;22 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bump k8s images (#3581)

* Bumping Prow (#3580)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/3d09bce713...1544aef1b6 | 2021&#x2011;09&#x2011;22&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;24 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Switch boskos {mason, janitor} to use WI. (#3577)

* Bumping Prow (#3582)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/1544aef1b6...83b202827b | 2021&#x2011;09&#x2011;24&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;27 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Add hidden,optional,skipped multicluster istiodremote pilot test (#3585)

* Bumping Prow (#3586)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/83b202827b...0afc0f8086 | 2021&#x2011;09&#x2011;27&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;28 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Adding cosign key env variables to 'release' preset  (#3573)

* Adding cosign key to env

* Removing bad override from release-builder 1.10 and 1.11 jobs

* Bumping Prow (#3587)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/0afc0f8086...8f784792a4 | 2021&#x2011;09&#x2011;28&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;29 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Make istiodremote telemetry tests required (#3589)

* Bumping Prow (#3588)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/8f784792a4...8bb162050c | 2021&#x2011;09&#x2011;29&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;30 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update common-files@master in istio/test-infra@master (#3593)

* Automator: update build-tools:master (#3592)

* Add daily base image build job (#3590)

* Add daily base image build job

* Update testgrid

* rebase and make gen

* make gne

* Bumping Prow (#3591)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/8bb162050c...6c409be687 | 2021&#x2011;09&#x2011;30&nbsp;&#x2192;&nbsp;2021&#x2011;09&#x2011;30 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* A few updates to the Prow config generator tool (#3596)

* Bumping Prow (#3595)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/6c409be687...11181f5c48 | 2021&#x2011;09&#x2011;30&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;01 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update common-files@master in istio/test-infra@master (#3598)

* Automator: update build-tools:master (#3597)

* Automator: update common-files@master in istio/test-infra@master (#3600)

* Bumping Prow (#3599)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/11181f5c48...4db32dddf4 | 2021&#x2011;10&#x2011;01&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;04 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Add github token mount to base images build job (#3602)

* Bumping Prow (#3603)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/4db32dddf4...887a381aed | 2021&#x2011;10&#x2011;04&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;05 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Use full pilot istiodremote-multicluster tests (#3605)

* Use full pilot istiodremote-multicluster tests

* Also remove unnecessary integ-multicluser-k8s-tests_istio job

* Bumping Prow (#3604)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/887a381aed...530961d602 | 2021&#x2011;10&#x2011;05&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;07 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3606)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/530961d602...3728cda754 | 2021&#x2011;10&#x2011;07&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;08 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3607)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/3728cda754...562307626f | 2021&#x2011;10&#x2011;08&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;08 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update common-files@master in istio/test-infra@master (#3608)

* Automator: update build-tools:master (#3609)

* Automator: update build-tools:release-1.11 (#3611)

* Bumping Prow (#3610)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/562307626f...1d1a69807d | 2021&#x2011;10&#x2011;08&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;12 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3612)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/1d1a69807d...f0462bffd3 | 2021&#x2011;10&#x2011;12&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;13 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Make istiodremote security tests required (#3614)

* Bumping Prow (#3613)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/f0462bffd3...a7344144f0 | 2021&#x2011;10&#x2011;13&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;13 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3615)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/a7344144f0...a3eefb553f | 2021&#x2011;10&#x2011;13&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;15 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3617)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/a3eefb553f...ed5bdc5c27 | 2021&#x2011;10&#x2011;15&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;15 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3618)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/ed5bdc5c27...c35849068d | 2021&#x2011;10&#x2011;15&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;19 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3619)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/c35849068d...5763223177 | 2021&#x2011;10&#x2011;19&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;19 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Add GKE Workload Metrics PodMonitors. (#3620)

* Bumping Prow (#3621)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/5763223177...803c1749e1 | 2021&#x2011;10&#x2011;19&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;20 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3622)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/803c1749e1...00550799a0 | 2021&#x2011;10&#x2011;20&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;22 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3623)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/00550799a0...f6fa76bf58 | 2021&#x2011;10&#x2011;22&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;25 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update build-tools:release-1.10 (#3616)

* Bumping Prow (#3624)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/f6fa76bf58...c04ea2035e | 2021&#x2011;10&#x2011;25&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;25 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3625)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/c04ea2035e...cf3b3f4e6b | 2021&#x2011;10&#x2011;25&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;27 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Add branch protection for 1.12 (#3627)

* Fix the 'generate branch xxx' command (#3628)

* Adding 1.12 prow jobs (#3629)

* Adding 1.12 prow jobs

* Adding generated files

* Adding private jobs, too

* Adding dashboards

* More tweaks

* Fixing image names (#3630)

* Fixing 1.12 branch build-tools-proxy images (#3631)

* Bumping Prow (#3626)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/cf3b3f4e6b...1999faaafc | 2021&#x2011;10&#x2011;27&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;28 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update build-tools:release-1.12 (#3633)

* Update to use envoyproxy 1.20 stream and update build tools image (#3632)

* Update to use envoyproxy 1.20 stream and update build tools image

* make gen

* make gen

* Bumping Prow (#3634)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/1999faaafc...0a5a65ca49 | 2021&#x2011;10&#x2011;28&nbsp;&#x2192;&nbsp;2021&#x2011;10&#x2011;28 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Fix release-1.12 automated proxy jobs failing with unbound variable (#3636)

* Bumping Prow (#3635)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/0a5a65ca49...eeb8ee3f4c | 2021&#x2011;10&#x2011;28&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;01 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update common-files@master in istio/test-infra@master (#3637)

* Automator: update build-tools:master (#3638)

* Bumping Prow (#3639)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/eeb8ee3f4c...4a1678f936 | 2021&#x2011;11&#x2011;01&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;01 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update common-files@master in istio/test-infra@master (#3642)

* Automator: update common-files@master in istio/test-infra@master (#3643)

* Automator: update build-tools:master (#3641)

* Bumping Prow (#3640)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/4a1678f936...3a546255cd | 2021&#x2011;11&#x2011;01&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;02 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Use mergo to simplify the config overwrite logic (#3645)

* Bumping Prow (#3644)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/3a546255cd...890606cd6b | 2021&#x2011;11&#x2011;02&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;04 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3646)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/890606cd6b...24023f1a35 | 2021&#x2011;11&#x2011;04&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;04 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update common-files@master in istio/test-infra@master (#3648)

* Automator: update build-tools:master (#3649)

* Bumping Prow (#3647)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/24023f1a35...73eeea3b6f | 2021&#x2011;11&#x2011;04&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;05 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update common-files@master in istio/test-infra@master (#3652)

* Automator: update build-tools:release-1.12 (#3650)

* Automator: update build-tools:master (#3653)

* Prow auto-deploy cron adjusts against daylight saving (#3654)

* Bumping Prow (#3651)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/73eeea3b6f...e06d9fdcf1 | 2021&#x2011;11&#x2011;05&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;08 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update common-files@master in istio/test-infra@master (#3656)

* Bumping Prow (#3655)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/e06d9fdcf1...c52470a888 | 2021&#x2011;11&#x2011;08&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;09 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update common-files@master in istio/test-infra@master (#3658)

* Bumping Prow (#3657)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/c52470a888...57feb2cd42 | 2021&#x2011;11&#x2011;09&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;10 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3659)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/57feb2cd42...2039ae004d | 2021&#x2011;11&#x2011;10&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;10 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3660)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/2039ae004d...bce61c7c4a | 2021&#x2011;11&#x2011;10&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;11 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update build-tools:release-1.12 (#3661)

* Try moving some Prow jobs to use workload identity (#3663)

* Try moving some Prow jobs to use workload identity

* Remove the default service account and fix its name

* Move more Prow jobs to use workload identity (#3664)

* Update the service account used by private Prow jobs (#3666)

* Update the service account used by private Prow jobs

* Add comments on the usage of the service accounts

* Bumping Prow (#3662)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/bce61c7c4a...e14c34d581 | 2021&#x2011;11&#x2011;11&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;15 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Move the last batch of deployments / Prow jobs that uses service-account key to workload identity (#3667)

* Fix the prowjob_service_accounts.yaml config for Prow build cluster (#3669)

* Automator: update build-tools:release-1.11 (#3670)

* Bumping Prow (#3668)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/e14c34d581...2e38407c57 | 2021&#x2011;11&#x2011;15&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;15 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update common-files@master in istio/test-infra@master (#3674)

* Move IPv6 and Distroless to environmental test (#3672)

* Simplify integ test definitions (#3673)

* Simplify integ test definitions

* simplify target

* prow autobump PR not assigned to anyone (#3675)

Prow is now auto-deployed, there is no need explicitly assigning to oncall. Opting out to avoid noise

* Bumping Prow (#3671)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/2e38407c57...867d0b5797 | 2021&#x2011;11&#x2011;15&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;18 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3676)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/867d0b5797...1147d04f59 | 2021&#x2011;11&#x2011;18&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;19 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update common-files@master in istio/test-infra@master (#3678)

* Automator: update build-tools:master (#3679)

* Bumping Prow (#3680)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/1147d04f59...e38ba360f2 | 2021&#x2011;11&#x2011;19&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;22 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Automator: update common-files@master in istio/test-infra@master (#3681)

* Automator: update build-tools:master (#3682)

* Bumping Prow (#3683)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/e38ba360f2...62adef32f3 | 2021&#x2011;11&#x2011;22&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;23 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3684)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/62adef32f3...e8b0948537 | 2021&#x2011;11&#x2011;23&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;23 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3685)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/e8b0948537...70cdbf024a | 2021&#x2011;11&#x2011;23&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;24 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* Bumping Prow (#3686)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/70cdbf024a...63078d9fff | 2021&#x2011;11&#x2011;24&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;25 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* k8s jobs: 1.23.0-rc.0 and 1.24.0-alpha.0 (#3688)

* k8s jobs: 1.23.0-rc.0 and 1.24.0-alpha.0

* hide 1.24

* Bumping Prow (#3687)

Multiple distinct gcr.io/k8s-prow/ changes:

Commits | Dates | Images
--- | --- | ---
https://github.com/kubernetes/test-infra/compare/63078d9fff...d950093cb0 | 2021&#x2011;11&#x2011;25&nbsp;&#x2192;&nbsp;2021&#x2011;11&#x2011;29 | branchprotector, checkconfig, cherrypicker, clonerefs, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide

* at least things are building now :shrug:

* delete unecessary files

* remove more nonsense :smiling_imp:

* last one? :upside_down_face:

* are you kidding me :angry:

* transform works

* :crossed_fingers:

Co-authored-by: Istio Automation <istio-testing-bot@google.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: Jonh Wendell <jonh.wendell@redhat.com>
Co-authored-by: John Howard <howardjohn@google.com>
Co-authored-by: Chi Zhang <chizhg@google.com>
Co-authored-by: Brian Avery <bavery@redhat.com>
Co-authored-by: Pengyuan Bian <bianpengyuan@google.com>
Co-authored-by: Suchith J N <41095737+su225@users.noreply.github.com>
Co-authored-by: jacob-delgado <jacob.delgado@volunteers.acasi.info>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Cole Wagner <colew@google.com>
Co-authored-by: Linggg <linggg@google.com>
Co-authored-by: Erick Fejta <fejta@google.com>
Co-authored-by: Sean Chase <slchase@google.com>
Co-authored-by: stewartbutler <stewartbutler@google.com>
Co-authored-by: Sam Naser <samnaser@google.com>
Co-authored-by: Sam Naser <sammnaser@gmail.com>
Co-authored-by: Daniel Grimm <dgrimm@redhat.com>
Co-authored-by: Chao Dai <45011425+chaodaiG@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants