From 3ee88d3c28df8dcbee47b389a8ae6b0cb503b9c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 4 May 2021 13:59:54 +0200 Subject: [PATCH] Rename cnf_conformance -> cnf_testsuite MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It conforms with the disruptive upstream change [1] [1] https://github.com/cncf/cnf-testsuite Signed-off-by: Cédric Ollivier Change-Id: I6d6fc47b9567d7185ccb142cdb6c18161941ad1b Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72476 Tested-by: jenkins-ci Reviewed-by: Rihab Banday --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e46e9b5..cccfcc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -297,7 +297,7 @@ helm_vims: script: - run_tests -t helm_vims -p -r -cnf_conformance: +cnf_testsuite: only: - schedules tags: @@ -305,7 +305,7 @@ cnf_conformance: stage: functest-kubernetes-cnf image: opnfv/functest-kubernetes-cnf:v1.19 script: - - run_tests -t cnf_conformance -p -r + - run_tests -t cnf_testsuite -p -r zip: only: -- 2.16.6