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 May 19, 2023

Summary of the Pull Request

  • Defines a templating model that will be used to configure the tasks in a run
  • added a new command for launching a run defined in a yml file
  • added a schema for the yml file
  • Migrate the following task type into the new templating model
    • LibFuzzer
    • Report
    • Coverage
  • Added a schema for yaml configuration

closes #3110

@chkeita chkeita linked an issue May 19, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented May 19, 2023

Codecov Report

Merging #3117 (d99f479) into main (84d0115) will decrease coverage by 0.17%.
The diff coverage is 6.00%.

@@            Coverage Diff             @@
##             main    #3117      +/-   ##
==========================================
- Coverage   31.45%   31.28%   -0.17%     
==========================================
  Files         307      308       +1     
  Lines       37202    37450     +248     
==========================================
+ Hits        11703    11718      +15     
- Misses      25499    25732     +233     
Impacted Files Coverage Δ
src/agent/onefuzz-task/src/local/cmd.rs 0.00% <0.00%> (ø)
src/agent/onefuzz-task/src/tasks/config.rs 0.00% <0.00%> (ø)
src/agent/onefuzz-task/src/local/template.rs 6.38% <6.38%> (ø)

@chkeita chkeita force-pushed the local_refactoring branch 2 times, most recently from 1f9d7d2 to 196d6d7 Compare June 21, 2023 16:43
@tevoinea tevoinea marked this pull request as ready for review June 27, 2023 18:37
@tevoinea tevoinea marked this pull request as draft June 27, 2023 18:37
@chkeita chkeita force-pushed the local_refactoring branch from 852b81a to 663befb Compare July 17, 2023 17:50
@chkeita chkeita requested a review from tevoinea July 18, 2023 21:24
@chkeita chkeita marked this pull request as ready for review July 18, 2023 21:24
@chkeita chkeita merged commit 02d9c0d into microsoft:main Jul 26, 2023
@AdamL-Microsoft AdamL-Microsoft mentioned this pull request Jul 26, 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.

Define local tasks relationships in a config

3 participants