From e468a2d44627f6cb92876971d0a30e65e6c2f236 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 24 Jun 2020 10:08:23 +0200 Subject: Remove build data in CNTT playbook MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's useless from a CNTT point of view. It remains in the classical IaaS verification to ease creating Functest Jenkins Jobs. Change-Id: Icb13ab7d0e43b4cf968cab4041b6827c11c20cbc Signed-off-by: Cédric Ollivier --- ansible/site.cntt.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 0b5629013..b0b51b1d6 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -4,33 +4,6 @@ roles: - role: collivier.xtesting project: functest - gerrit_project: functest - builds: - dependencies: - - repo: _ - dport: - container: alpine - tag: '3.12' - steps: - - name: build opnfv/functest-core - containers: - - name: functest-core - ref_arg: BRANCH - path: docker/core - - name: build containers - containers: - - name: functest-healthcheck - ref_arg: BRANCH - path: docker/healthcheck - - name: functest-smoke-cntt - ref_arg: BRANCH - path: docker/smoke-cntt - - name: functest-benchmarking-cntt - ref_arg: BRANCH - path: docker/benchmarking-cntt - - name: functest-vnf - ref_arg: - path: docker/vnf suites: - container: functest-healthcheck tests: -- cgit 1.2.3-korg