autowarefoundation / autoware

Autoware - the world's leading open-source software project for autonomous driving
https://www.autoware.org/
Apache License 2.0
9.02k stars 3.02k forks source link

fix(ansible): disable artifact download prompt in with -y flag #4026

Closed lexavtanke closed 10 months ago

lexavtanke commented 10 months ago

Description

Fix https://github.com/autowarefoundation/autoware/issues/4006. Also new --download-artifacts option was introduced. User can configure if he want to download artifacts or no then starting the script.

Tests performed

With ./setup-dev-env.sh -y no prompts are produced.

Effects on system behavior

Not applicable.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

After all checkboxes are checked, anyone who has write access can merge the PR.