Skip to content

Commit

Permalink
Added ECC job in tier-1 so that there are no blockers at tier-0 due t…
Browse files Browse the repository at this point in the history
…o BZ-1655438

Signed-off-by: gkapoor <[email protected]>
  • Loading branch information
geetikakay authored and cipherboy committed Jun 12, 2019
1 parent 2d805df commit b0adbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dogtag/pytest-ansible/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ installation-sanity:
- 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'

installation-sanity-ecc:
stage: tier0
stage: tier1
<<: *job_definition
script:
- 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'
Expand Down

0 comments on commit b0adbec

Please sign in to comment.