diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-04 13:59:54 +0200 |
---|---|---|
committer | Rihab Banday <rihab.banday@ericsson.com> | 2021-05-04 12:11:41 +0000 |
commit | 3ee88d3c28df8dcbee47b389a8ae6b0cb503b9c1 (patch) | |
tree | f5f1c27803ddd2044034ac15465459eef8402556 | |
parent | cd0f76db1657305250b81a016c82b62559949283 (diff) |
Rename cnf_conformance -> cnf_testsuite
It conforms with the disruptive upstream change [1]
[1] https://github.com/cncf/cnf-testsuite
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I6d6fc47b9567d7185ccb142cdb6c18161941ad1b
Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72476
Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Reviewed-by: Rihab Banday <rihab.banday@ericsson.com>
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files 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: |