Skip to content

Commit

Permalink
Add new tag for devscripts layout bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeanner authored and openshift-merge-bot[bot] committed May 21, 2024
1 parent 1f4d358 commit 89bdefa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/usage/01_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ or `--skip-tags`:
- `bootstrap_layout`: Run the [reproducer](../reproducers/01-considerations.md) bootstrap steps only.
- `bootstrap_libvirt`: Run the [reproducer](../reproducers/01-considerations.md) libvirt bootstrap only.
- `bootstrap_repositories`: Run the [reproducer](../reproducers/01-considerations.md) repositories bootstrap steps only.
- `devscripts_layout`: Run the [reproducer](../reproducers/01-considerations.md) devscripts bootstrap only.
- `infra`: Denotes tasks to prepare host virtualization and Openshift Container Platform when deploy-edpm.yml playbook is run.
- `build-packages`: Denotes tasks to call the role [pkg_build](../roles/pkg_build.md) when deploy-edpm.yml playbook is run.
- `build-containers`: Denotes tasks to call the role [build_containers](../roles/build_containers.md) when deploy-edpm.yml playbook is run.
Expand Down
2 changes: 2 additions & 0 deletions roles/reproducer/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,14 @@
- bootstrap
- boostrap_layout
- libvirt_layout
- devscripts_layout
ansible.builtin.include_tasks:
file: devscripts_layout.yml
apply:
tags:
- bootstrap
- bootstrap_layout
- devscripts_layout

- name: Load the architecture local kustomize patches
when:
Expand Down

0 comments on commit 89bdefa

Please sign in to comment.