We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d805df commit b0adbecCopy full SHA for b0adbec
tests/dogtag/pytest-ansible/.gitlab-ci.yml
@@ -48,7 +48,7 @@ installation-sanity:
48
- ansible-playbook -u fedora --become -i $HOSTFILE tests/dogtag/pytest-ansible/installation/main.yml -e 'ansible_python_interpreter="/usr/bin/python3"' --extra-vars "topology=topology-02" -vv | sed 's/\\n/\n/g'
49
50
installation-sanity-ecc:
51
- stage: tier0
+ stage: tier1
52
<<: *job_definition
53
script:
54
- ansible-playbook -u fedora --become --private-key=ssh-priv-key -i $HOSTFILE tests/dogtag/pytest-ansible/installation/main.yml -e 'ansible_python_interpreter="/usr/bin/python3"' --extra-vars "topology=topology-ecc" -vv | sed 's/\\n/\n/g'
0 commit comments