Skip to content

Commit

Permalink
fixup gha
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Nov 22, 2024
1 parent 76b43fa commit 1c3ce50
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,25 @@ jobs:
- image: rockylinux/rockylinux:9.4
role:
- name: activemq
path: roles
- name: common
path: collections/alfresco/platform/roles
- name: elasticsearch
path: roles
- name: identity
path: roles
- name: java
path: roles
- name: nginx
path: roles
- name: postgres
path: roles
- name: search
path: roles
- name: tomcat
path: roles
- name: transformers
path: roles
env:
PY_COLORS: 1
PYTHONUNBUFFERED: 1
Expand Down Expand Up @@ -74,7 +84,7 @@ jobs:
timeout_minutes: 60
max_attempts: 3
retry_wait_seconds: 10
command: cd roles/${{ matrix.role.name }} && pipenv run molecule test
command: cd ${{ matrix.role.path }}/${{ matrix.role.name }} && pipenv run molecule test

docker_integration:
name: Test ${{ matrix.scenario.name }} scenario on ${{ matrix.molecule_distro.image }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ driver:
platforms:
- name: common-instance
image: $MOLECULE_ROLE_IMAGE
dockerfile: ../../../../tests/molecule/Dockerfile-noprivs.j2
dockerfile: ../../../../../../../tests/molecule/Dockerfile-noprivs.j2
command: "/lib/systemd/systemd"
privileged: true
tmpfs:
Expand All @@ -24,7 +24,7 @@ provisioner:
pipelining: True
inventory:
links:
group_vars: ../../../../group_vars
group_vars: ../../../../../../../group_vars
host_vars: host_vars
verifier:
name: testinfra
Expand Down

0 comments on commit 1c3ce50

Please sign in to comment.