mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Revert "temp commit to run the affected tests"
This reverts commit db2222fee4
.
Temp commit was acked by accident. It should have been removed after
ack of approach of PR 1596. But the PR should not have been ACKed.
This commit is contained in:
parent
75845733f8
commit
efaa48e455
@ -11,10 +11,6 @@ topologies:
|
|||||||
name: master_1repl_1client
|
name: master_1repl_1client
|
||||||
cpu: 4
|
cpu: 4
|
||||||
memory: 6700
|
memory: 6700
|
||||||
ipaserver: &ipaserver
|
|
||||||
name: ipaserver
|
|
||||||
cpu: 1
|
|
||||||
memory: 2400
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
fedora-27/build:
|
fedora-27/build:
|
||||||
@ -27,18 +23,42 @@ jobs:
|
|||||||
git_refspec: '{git_refspec}'
|
git_refspec: '{git_refspec}'
|
||||||
template: &ci-master-f27
|
template: &ci-master-f27
|
||||||
name: freeipa/ci-master-f27
|
name: freeipa/ci-master-f27
|
||||||
version: 1.0.3
|
version: 1.0.2
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
topology: *build
|
topology: *build
|
||||||
|
|
||||||
fedora-27/webui_tests:
|
fedora-27/simple_replication:
|
||||||
requires: [fedora-27/build]
|
requires: [fedora-27/build]
|
||||||
priority: 50
|
priority: 50
|
||||||
job:
|
job:
|
||||||
class: RunWebuiTests
|
class: RunPytest
|
||||||
args:
|
args:
|
||||||
build_url: '{fedora-27/build_url}'
|
build_url: '{fedora-27/build_url}'
|
||||||
test_suite: test_webui/test_realmdomains.py test_webui/test_dns.py
|
test_suite: test_integration/test_simple_replication.py
|
||||||
template: *ci-master-f27
|
template: *ci-master-f27
|
||||||
timeout: 8000
|
timeout: 3600
|
||||||
topology: *ipaserver
|
topology: *master_1repl
|
||||||
|
|
||||||
|
fedora-27/caless:
|
||||||
|
requires: [fedora-27/build]
|
||||||
|
priority: 50
|
||||||
|
job:
|
||||||
|
class: RunPytest
|
||||||
|
args:
|
||||||
|
build_url: '{fedora-27/build_url}'
|
||||||
|
test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull
|
||||||
|
template: *ci-master-f27
|
||||||
|
timeout: 3600
|
||||||
|
topology: *master_1repl
|
||||||
|
|
||||||
|
fedora-27/external_ca:
|
||||||
|
requires: [fedora-27/build]
|
||||||
|
priority: 50
|
||||||
|
job:
|
||||||
|
class: RunPytest
|
||||||
|
args:
|
||||||
|
build_url: '{fedora-27/build_url}'
|
||||||
|
test_suite: test_integration/test_external_ca.py
|
||||||
|
template: *ci-master-f27
|
||||||
|
timeout: 3600
|
||||||
|
topology: *master_1repl
|
||||||
|
Loading…
Reference in New Issue
Block a user