-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
In the FIRST comment you can specify the configuration for each experiment.
The format is:
- Above the line break, you have yaml formatted text listing all experiments and their configurations
- Below the line break, you list all the people who should be opted into any experiment, followed by a comma separated list of all experiments they should be opted into.
- If you comment out a person (by prefixing their line with
#
) then that line will have no effect
Anyone opted in will always have the given experiment enabled. For everyone else, they will have a rollout_perc
chance of having the experiment enabled on their workflow. Note that the experiment is always enabled/disabled at the workflow level, not the job level.
This configuration is parsed by _runner-determinator.yml workflow on pytorch/pytorch.
Metadata
Metadata
Assignees
Labels
No labels