diff options
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.gate.yml | 8 | ||||
-rw-r--r-- | ansible/site.yml | 3 |
2 files changed, 0 insertions, 11 deletions
diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index 65df3c69..f3e907a7 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -20,11 +20,6 @@ - name: xtesting ref_arg: BRANCH path: docker/core - - name: opnfv/xtesting-mts - containers: - - name: xtesting-mts - ref_arg: BRANCH - path: docker/mts suites: - container: xtesting tests: @@ -35,6 +30,3 @@ - fifth - sixth - eighth - - container: xtesting-mts - tests: - - seventh diff --git a/ansible/site.yml b/ansible/site.yml index 92f883b2..a2124729 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -12,6 +12,3 @@ - fifth - sixth - eighth - - container: xtesting-mts - tests: - - seventh |