diff --git a/.github/workflows/staging-create-infra.yml b/.github/workflows/staging-create-infra.yml index d379fb286..d78d168ca 100644 --- a/.github/workflows/staging-create-infra.yml +++ b/.github/workflows/staging-create-infra.yml @@ -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 }} diff --git a/tests/SwarmTest.py b/tests/SwarmTest.py index d3c44ffb6..f1d57285d 100644 --- a/tests/SwarmTest.py +++ b/tests/SwarmTest.py @@ -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(