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

[Refactor] Workers::find_worker_for_action to use PlatformProperties #1068

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

adam-singer
Copy link
Contributor

@adam-singer adam-singer commented Jun 28, 2024

Description

Please include a summary of the changes and the related issue. Please also
include relevant motivation and context.

Fixes #1067

Type of change

Please delete options that aren't relevant.

  • Refactor

How Has This Been Tested?

Please also list any relevant details for your test configuration

Checklist

  • bazel test //... passes locally
  • PR is contained in a single commit, using git amend see some docs

This change is Reviewable

…ties

Refactoring out the dependency of `AwaitedAction` when looking up
`PlatformProperties` in `do_try_match()`.
@adam-singer adam-singer requested review from allada and zbirenbaum June 28, 2024 23:59
Copy link
Member

@allada allada left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 1 LGTMs obtained

@allada allada merged commit f5e7276 into TraceMachina:main Jun 29, 2024
29 checks passed
blakehatch pushed a commit to blakehatch/nativelink that referenced this pull request Jul 1, 2024
…ties (TraceMachina#1068)

Refactoring out the dependency of `AwaitedAction` when looking up
`PlatformProperties` in `do_try_match()`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Refactor] Workers::find_worker_for_action to use PlatformProperties
2 participants