Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repokitteh: add support for randomized auto-assign. #14185

Merged
merged 9 commits into from
Nov 30, 2020

Conversation

htuch
Copy link
Member

@htuch htuch commented Nov 25, 2020

This will allow us to pick dedicated API shepherds for each PR, ensuring
we have clear review ownership.

Fixes #13350

Signed-off-by: Harvey Tuch [email protected]

This will allow us to pick dedicated API shepherds for each PR, ensuring
we have clear review ownership.

Fixes envoyproxy#13350

Signed-off-by: Harvey Tuch <[email protected]>
@repokitteh-read-only
Copy link

CC @envoyproxy/api-shepherds: Your approval is needed for changes made to api/envoy/.
API shepherd assignee is @lizan
CC @envoyproxy/api-watchers: FYI only for changes made to api/envoy/.

😽

Caused by: #14185 was opened by htuch.

see: more, trace.

Signed-off-by: Harvey Tuch <[email protected]>
@htuch htuch requested a review from itayd November 25, 2020 18:29
@htuch
Copy link
Member Author

htuch commented Nov 25, 2020

This is now works and is ready for review, thanks.

@lizan
Copy link
Member

lizan commented Nov 25, 2020

side q: How this is automatically assigned without blessing rk? :D

@htuch
Copy link
Member Author

htuch commented Nov 25, 2020

@lizan yeah, I noticed that too. @itayd thoughts?

@lizan can I get a PR review as maintainer when you have a chance?

@htuch
Copy link
Member Author

htuch commented Nov 26, 2020

/rk-bless

@repokitteh-read-only
Copy link

This PR has been blessed, meaning its repokitteh changes are in effect in this PR.

😽

Caused by: #14185 was labeled by repokitteh[bot].

see: more, trace.

@htuch htuch unassigned lizan Nov 26, 2020
Signed-off-by: Harvey Tuch <[email protected]>
Signed-off-by: Harvey Tuch <[email protected]>
@repokitteh-read-only
Copy link

CC @envoyproxy/api-shepherds: Your approval is needed for changes made to api/envoy/.
API shepherd assignee is @lizan
CC @envoyproxy/api-watchers: FYI only for changes made to api/envoy/.

😽

Caused by: #14185 was synchronize by htuch.

see: more, trace.

@htuch htuch unassigned lizan Nov 26, 2020
Signed-off-by: Harvey Tuch <[email protected]>
@repokitteh-read-only
Copy link

CC @envoyproxy/api-shepherds: Your approval is needed for changes made to api/envoy/.
API shepherd assignee is @lizan
CC @envoyproxy/api-watchers: FYI only for changes made to api/envoy/.

😽

Caused by: #14185 was synchronize by htuch.

see: more, trace.

@htuch htuch requested review from lizan and removed request for lizan November 26, 2020 00:16
@htuch htuch unassigned lizan Nov 26, 2020
Signed-off-by: Harvey Tuch <[email protected]>
@repokitteh-read-only
Copy link

CC @envoyproxy/api-shepherds: Your approval is needed for changes made to api/envoy/.
API shepherd assignee is @mattklein123
CC @envoyproxy/api-watchers: FYI only for changes made to api/envoy/.

😽

Caused by: #14185 was synchronize by htuch.

see: more, trace.

Signed-off-by: Harvey Tuch <[email protected]>
Signed-off-by: Harvey Tuch <[email protected]>
@htuch htuch assigned lizan and unassigned mattklein123 Nov 26, 2020
@@ -152,20 +159,19 @@ def _reconcile(config, specs=None):
return results


def _comment(config, results, force=False):
def _comment(config, results, assignees, sender, force=False):
Copy link
Member Author

Choose a reason for hiding this comment

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

@itayd is this the right way to get at PR author? If not can you suggest an alternative method? Would be nice to have this keyword-literal args documented to be able to figure out semantics.

Copy link
Contributor

Choose a reason for hiding this comment

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

i think it is the author. to be sure though you can access the raw event using the event parameter: event.comment.user (see for example https://prod.repokitteh.app/traces/ui/envoyproxy/envoy/814a4880-32c4-11eb-8650-62ce98aed958).

Copy link
Member

@lizan lizan left a comment

Choose a reason for hiding this comment

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

LGTM, finally seeing rk assigned someone other than me :)

@itayd
Copy link
Contributor

itayd commented Nov 30, 2020

lgtm

@htuch htuch merged commit af17f95 into envoyproxy:master Nov 30, 2020
@htuch htuch deleted the api-shepherd-assign branch November 30, 2020 12:33
mpuncel added a commit to mpuncel/envoy that referenced this pull request Dec 2, 2020
* master: (70 commits)
  upstream: avoid reset after end_stream in TCP HTTP upstream (envoyproxy#14106)
  bazelci: add fuzz coverage (envoyproxy#14179)
  dependencies: allowlist CVE-2020-8277 to prevent false positives. (envoyproxy#14228)
  cleanup: replace ad-hoc [0, 1] value types with UnitFloat (envoyproxy#14081)
  Update docs for skywalking tracer (envoyproxy#14210)
  Fix some errors in the switch statement when decode dubbo response (envoyproxy#14207)
  Windows: enable tests and envoy-static.exe pdb file (envoyproxy#13688)
  http: add Kill Request HTTP filter (envoyproxy#14170)
  dependencies: fix release_dates error behavior. (envoyproxy#14216)
  thrift filter: support skip decoding data after metadata in the thrift message (envoyproxy#13592)
  update cares (envoyproxy#14213)
  docs: clarify behavior of hedge_on_per_try_timeout (envoyproxy#12983)
  repokitteh: add support for randomized auto-assign. (envoyproxy#14185)
  [grpc] validate grpc config for illegal characters (envoyproxy#14129)
  server: Return nullopt when process_context is nullptr (envoyproxy#14181)
  [Windows] Fix thrift proxy tests (envoyproxy#13220)
  kafka: add missing unit tests (envoyproxy#14195)
  doc: mention gperftools explicitly in PPROF.md (envoyproxy#14199)
  Removed `--use-fake-symbol-table` option. (envoyproxy#14178)
  filter contract: clarification around local replies (envoyproxy#14193)
  ...

Signed-off-by: Michael Puncel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assign API shepherds automatically via RepoKitteh
4 participants