Skip to content

Commit

Permalink
Execute only percona role in upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Oct 14, 2024
1 parent be3da18 commit e19ad00
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions tests/archivematica-upgrade/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,16 @@

roles:

- role: "artefactual.elasticsearch"
become: "yes"
tags:
- "elasticsearch"
when: "archivematica_src_search_enabled|bool"

- role: "artefactual.percona"
become: "yes"
tags:
- "percona"

- role: "artefactual.nginx"
become: "yes"
tags:
- "nginx"

- role: "artefactual.gearman"
become: "yes"
tags:
- "gearman"

- role: "artefactual.clamav"
become: "yes"
tags:
- "clamav"

- role: "artefactual.archivematica-src"
become: "yes"
tags:
- "archivematica-src"

post_tasks:

- name: "change home dir perms (to make transfer source visible)"
Expand Down

0 comments on commit e19ad00

Please sign in to comment.