ci/cd - fix ansible runner role version and update ip address of swarm registry

This commit is contained in:
fl0ppy-d1sk 2024-03-06 19:04:36 +01:00
parent fe844b0a38
commit ddf74c6401
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500
2 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@ jobs:
run: pip install --no-cache-dir --require-hashes -r misc/requirements-ansible.txt
if: inputs.TYPE != 'k8s'
- name: Install ansible libs
run: ansible-galaxy install --timeout 120 monolithprojects.github_actions_runner,1.19.0 && ansible-galaxy collection install --timeout 120 community.general && ansible-galaxy collection install --timeout 120 community.docker
run: ansible-galaxy install --timeout 120 monolithprojects.github_actions_runner,1.18.7 && ansible-galaxy collection install --timeout 120 community.general && ansible-galaxy collection install --timeout 120 community.docker
if: inputs.TYPE != 'k8s'
# Create infra
- run: ./tests/create.sh ${{ inputs.TYPE }}

View file

@ -39,17 +39,17 @@ class SwarmTest(Test):
Test.replace_in_file(
compose,
r"bunkerity/bunkerweb:.*$",
"192.168.42.100:5000/bunkerweb-tests:latest",
"manager:5000/bunkerweb-tests:latest",
)
Test.replace_in_file(
compose,
r"bunkerity/bunkerweb-autoconf:.*$",
"192.168.42.100:5000/autoconf-tests:latest",
"manager:5000/autoconf-tests:latest",
)
Test.replace_in_file(
compose,
r"bunkerity/bunkerweb-scheduler:.*$",
"192.168.42.100:5000/scheduler-tests:latest",
"manager:5000/scheduler-tests:latest",
)
# Test.replace_in_file(compose, r"bw\-data:/", "/tmp/bw-data:/")
proc = run(