From 7a16e32f62cfa7b3aa92df8872db84619a9dfd52 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 14 Apr 2023 15:19:17 +0200 Subject: Remove MTS from Xtesting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The MTS drivers is unmaintained and they are lots of security issues in its dependencies. Change-Id: I397e22c8868204b8d52a8ac35906278b5e530961 Signed-off-by: Cédric Ollivier (cherry picked from commit 781fc313c1c59018edb892ff0423963191781592) --- ansible/site.gate.yml | 8 -------- ansible/site.yml | 3 --- 2 files changed, 11 deletions(-) (limited to 'ansible') diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index f2936320..1838231f 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 -- cgit 1.2.3-korg