fix(tests): change tests on homedir
Some checks failed
test / Linting (push) Successful in 10s
test / Molecule tests (default, debian11) (push) Successful in 1m40s
test / Molecule tests (default, debian12) (push) Successful in 2m3s
test / Molecule tests (default, ubuntu2004) (push) Successful in 2m28s
test / Molecule tests (with_docker_host, debian11) (push) Failing after 44s
test / Molecule tests (with_docker_host, debian12) (push) Failing after 23s
test / Molecule tests (with_docker_host, ubuntu2004) (push) Failing after 23s
test / Molecule tests (default, ubuntu2204) (push) Failing after 1m50s
test / Molecule tests (with_docker_host, ubuntu2204) (push) Failing after 44s

This commit is contained in:
Bertrand Lanson 2023-12-13 18:49:55 +01:00
parent 202ebe49a1
commit b51942bba2
3 changed files with 2 additions and 4 deletions

View File

@ -84,7 +84,7 @@
- stat_opt_gitea_actions.stat.isdir
- stat_opt_gitea_actions.stat.pw_name == 'act_runner'
- stat_opt_gitea_actions.stat.gr_name == 'act_runner'
- stat_opt_gitea_actions.stat.mode == '0750'
- stat_opt_gitea_actions.stat.mode == '0755'
- stat_opt_gitea_actions_version.stat.exists
- stat_opt_gitea_actions_version.stat.isreg
- stat_opt_gitea_actions_version.stat.pw_name == 'root'

View File

@ -84,7 +84,7 @@
- stat_opt_gitea_actions.stat.isdir
- stat_opt_gitea_actions.stat.pw_name == 'act_runner'
- stat_opt_gitea_actions.stat.gr_name == 'act_runner'
- stat_opt_gitea_actions.stat.mode == '0750'
- stat_opt_gitea_actions.stat.mode == '0755'
- stat_opt_gitea_actions_version.stat.exists
- stat_opt_gitea_actions_version.stat.isreg
- stat_opt_gitea_actions_version.stat.pw_name == 'root'

View File

@ -3,8 +3,6 @@
- name: "Include ednxzu.docker_systemd_service"
ansible.builtin.include_role:
name: ednxzu.docker_systemd_service
apply:
become: true
vars:
docker_systemd_service_container_name: "{{ deploy_gitea_runner_name }}"
docker_systemd_service_image: "gitea/act_runner:{{ deploy_gitea_runner_version }}"