prci_definitions: fix wrong indentation in the nightly yaml

TestLineTopologyWithoutCA definition has wrong indentation.

Reviewed-By: Tibor Dudlak <tdudlak@redhat.com>
This commit is contained in:
Michal Reznik
2018-08-03 15:14:57 +02:00
committed by Tibor Dudlák
parent a71729cc01
commit 11ec43a557
2 changed files with 10 additions and 10 deletions
@@ -581,16 +581,16 @@ jobs:
topology: *master_3repl_1client
fedora-28/test_replication_layouts_TestLineTopologyWithoutCA:
requires: [fedora-28/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-28/build_url}'
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA
template: *ci-master-f28
timeout: 7200
topology: *master_3repl_1client
requires: [fedora-28/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-28/build_url}'
test_suite: test_integration/test_replication_layouts.py::TestLineTopologyWithoutCA
template: *ci-master-f28
timeout: 7200
topology: *master_3repl_1client
fedora-28/test_replication_layouts_TestLineTopologyWithCA:
requires: [fedora-28/build]