Commit ed59e4c
authored
refactor(webauto-ci): migrate autoware-setup to install_dev_env (#7061)
* refactor(webauto-ci): migrate autoware-setup off universe.yaml
Phase 2 step for #7052.
Switches the web.auto setup hook to the tag-driven install_dev_env.yaml so
universe.yaml can be removed on 2026-05-24.
- Calls autoware.dev_env.install_dev_env (collection-style) instead of
the ansible/playbooks/universe.yaml file path.
- Drops prompt_install_nvidia / prompt_download_artifacts extra-vars; the
new playbook has no vars_prompt, and NVIDIA + artifacts roles run by
default (no --skip-tags for them).
- Adds dev_tools to --skip-tags to preserve the install_devel=false
behaviour; universe.yaml gated dev_tools on a top-level when clause
while install_dev_env.yaml expresses the same via role tags.
data_dir, ros2_installation_type, install_devel, rosdistro, and
WORKSPACE_ROOT are kept as-is since the receiving roles still consume
them unchanged.
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>1 parent c362296 commit ed59e4c
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | | - | |
| 11 | + | |
14 | 12 | | |
15 | 13 | | |
16 | | - | |
| 14 | + | |
0 commit comments