Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Conversation

@chkeita
Copy link
Contributor

@chkeita chkeita commented Dec 2, 2022

Summary of the Pull Request

  • Move the work directory for each agent into a machine specific folder
  • added option on the command line to override the machine id and name
  • added an option to remove the done lock when starting the agent

closes #2670

- Move the work directory for each agent into a machine specific folder
- added option on the command line to override the machine id and name
- added an option to remove the done lock when starting the agent
@codecov-commenter
Copy link

codecov-commenter commented Dec 2, 2022

Codecov Report

Merging #2671 (2e754e1) into main (fb03bd6) will decrease coverage by 0.06%.
The diff coverage is 9.35%.

@@            Coverage Diff             @@
##             main    #2671      +/-   ##
==========================================
- Coverage   29.37%   29.31%   -0.07%     
==========================================
  Files         291      291              
  Lines       36063    36160      +97     
==========================================
+ Hits        10594    10600       +6     
- Misses      25469    25560      +91     
Impacted Files Coverage Δ
src/agent/onefuzz-agent/src/config.rs 0.00% <0.00%> (ø)
src/agent/onefuzz-agent/src/coordinator.rs 5.63% <0.00%> (-0.13%) ⬇️
src/agent/onefuzz-agent/src/debug.rs 0.00% <0.00%> (ø)
src/agent/onefuzz-agent/src/main.rs 0.41% <0.00%> (-0.05%) ⬇️
src/agent/onefuzz-agent/src/setup.rs 0.00% <0.00%> (ø)
src/agent/onefuzz-agent/src/work.rs 11.29% <0.00%> (-1.21%) ⬇️
src/agent/onefuzz-agent/src/worker.rs 57.94% <0.00%> (-1.96%) ⬇️
src/agent/onefuzz-agent/src/scheduler.rs 53.21% <11.11%> (-2.62%) ⬇️
src/agent/onefuzz-agent/src/done.rs 47.61% <28.57%> (-29.31%) ⬇️
src/agent/onefuzz-agent/src/agent.rs 57.52% <100.00%> (+0.46%) ⬆️
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@chkeita chkeita marked this pull request as ready for review December 5, 2022 21:25
@chkeita chkeita merged commit a45bda9 into microsoft:main Dec 10, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jan 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow multiple agents to run on the same machine

3 participants