ScaleComputing / HyperCoreAnsibleCollection

Official Ansible collection for Scale Computing SC//HyperCore (HC3) v1 API
GNU General Public License v3.0
12 stars 8 forks source link

use ansible-core 2.15 for testing #239

Closed justinc1 closed 1 year ago

justinc1 commented 1 year ago

Use ansible-core 2.15 for tests. Docker image for CI jobs was rebuilt and pushed to quay.io.

justinc1 commented 1 year ago

I expected this will just work, but CI jobs do fail - see https://github.com/ScaleComputing/HyperCoreAnsibleCollection/actions/runs/5021283389/jobs/9003506210. I can reproduce locally in docker container:

# on docker host
cd .../hypercore
docker run -it -w /work-dir/ansible_collections/scale_computing/hypercore -v $PWD:/work-dir/ansible_collections/scale_computing/hypercore quay.io/justinc1_github/scale_ci_integ:4 bash

# on docker container
git config --global --add safe.directory /work-dir/ansible_collections/scale_computing/hypercore
ansible-test units --local --python 3.10

The integration tests do pass, the code does work (v1.2.0 we just released is safe for users).