Skip to content

Commit b0adbec

Browse files
geetikakaycipherboy
authored andcommitted
Added ECC job in tier-1 so that there are no blockers at tier-0 due to BZ-1655438
Signed-off-by: gkapoor <[email protected]>
1 parent 2d805df commit b0adbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dogtag/pytest-ansible/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ installation-sanity:
4848
- 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'
4949

5050
installation-sanity-ecc:
51-
stage: tier0
51+
stage: tier1
5252
<<: *job_definition
5353
script:
5454
- 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

Comments
 (0)