mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - fix ansible runner role version and update ip address of swarm registry
This commit is contained in:
parent
fe844b0a38
commit
ddf74c6401
2 changed files with 4 additions and 4 deletions
2
.github/workflows/staging-create-infra.yml
vendored
2
.github/workflows/staging-create-infra.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue