diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-06-24 10:08:23 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-06-24 14:20:54 +0200 |
commit | 086ac26fc4224b5a418d31eb1cc5c1c9300987a5 (patch) | |
tree | 23dad1a1b60d51b645dd6f5d90a923072d19080d /ansible | |
parent | ba23ccc5b1062e09aced223bdb5f32ca750154e1 (diff) |
Remove build data in CNTT playbook
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 <cedric.ollivier@orange.com>
(cherry picked from commit e468a2d44627f6cb92876971d0a30e65e6c2f236)
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.cntt.yml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 34bb5d147..f1f7273ea 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -4,41 +4,6 @@ roles: - role: collivier.xtesting project: functest - gerrit_project: functest - docker_tags: - - hunter: - branch: stable/hunter - builds: - dependencies: - - repo: _ - dport: - container: alpine - tag: 3.9 - steps: - - name: build opnfv/functest-core - containers: - - name: functest-core - ref_arg: BRANCH - path: docker/core - - name: build opnfv/functest-tempest - containers: - - name: functest-tempest - ref_arg: BRANCH - path: docker/tempest - - 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: |