You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a command line option for a non-interactive mode, which automatically accepts or rejects any input prompts.
For now, I would side on the making this specific to these prompts to be extra explicit and introduce two flags:
--allow-building-with-local-changes
--allow-building-different-branch
Currently when running in a mode which builds containers the automl benchmark will prompt you if you are not on the branch specified by your configuration or when you have local changes (here). This is great, but not very convenient when trying to run in a different branch on e.g., CI.
For now, just use yes | python runbenchmark.py ...
The text was updated successfully, but these errors were encountered:
Add a command line option for a non-interactive mode, which automatically accepts or rejects any input prompts.
For now, I would side on the making this specific to these prompts to be extra explicit and introduce two flags:
--allow-building-with-local-changes
--allow-building-different-branch
Currently when running in a mode which builds containers the automl benchmark will prompt you if you are not on the branch specified by your configuration or when you have local changes (here). This is great, but not very convenient when trying to run in a different branch on e.g., CI.
For now, just use
yes | python runbenchmark.py ...
The text was updated successfully, but these errors were encountered: