Skip to content
Snippets Groups Projects
Unverified Commit 2c377010 authored by Varac's avatar Varac
Browse files

No need for ansible connection for cert test

parent bbccda7b
No related branches found
No related tags found
No related merge requests found
......@@ -18,12 +18,13 @@ include:
- |
echo "Env vars:"
echo
env | grep -E '^(HOSTNAME|IP_ADDRESS|ANSIBLE_HOST_KEY_CHECKING|KANIKO_BUILD_IMAGENAME|SSH_KEY_ID|SHELL|CI_PROJECT_DIR)='
env | grep -E '^(CLUSTER_NAME|FQDN|IP_ADDRESS|ANSIBLE_HOST_KEY_CHECKING|KANIKO_BUILD_IMAGENAME|SSH_KEY_ID|SHELL|CI_PROJECT_DIR)='
echo
echo "Uptime: $(uptime)"
echo "KANIKO build image ref: ${CI_REGISTRY_IMAGE}/${KANIKO_BUILD_IMAGENAME}:${CI_CONTAINER_TAG}"
echo
- if [ -f .ci.env ]; then echo "Content of .ci.env:"; cat .ci.env; fi
- if [ -f .cluster.env ]; then echo "Content of .ci.env:"; cat .cluster.env; fi
# The dotenv report requires us to report the artifacts in every job that is
# required with a `needs:` from another job.
......@@ -591,10 +592,7 @@ zulip-kustomization-ready:
script:
- *debug_information
- cd ansible/
- >
pytest -v -s -m 'certs' --resource="$RESOURCE" --connection=ansible
--ansible-inventory=../${CLUSTER_DIR}/inventory.yml
--hosts='ansible://*' --reruns 120 --reruns-delay 10
- pytest -v -s -m 'certs' --resource="$RESOURCE" --reruns 120 --reruns-delay 10
interruptible: true
nextcloud-cert:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment