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

Move test-dns to setup-cluster stage

parent 63ac65aa
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,6 @@ include:
stages:
- build
- create-vps
- test-dns
- setup-cluster
- helm-release
- apps-ready
......@@ -143,19 +142,17 @@ create-vps:
on_stop: terminate-droplet
auto_stop_in: 1 week
# Stage: test-dns
test-dns:
stage: test-dns
script:
- *debug_information
- cd ansible/
- pytest -v -s -m 'dns' --connection=ansible --ansible-inventory=${CLUSTER_DIR}/inventory.yml --hosts='ansible://*'
# Stage: setup-cluster
# ====================
#
# Installs OAS
test-dns:
stage: setup-cluster
script:
- *debug_information
- cd ansible/
- pytest -v -s -m 'dns' --connection=ansible --ansible-inventory=${CLUSTER_DIR}/inventory.yml --hosts='ansible://*'
setup-openappstack:
stage: setup-cluster
......
......@@ -45,7 +45,6 @@ def test_dns(host):
results = []
print('\nTesting authorative nameservers:')
for i in authorative_nameservers:
print(i)
results.append(test_nameserver(i, domain))
results.append(test_nameserver(i, "*." + domain))
......
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