summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)AuthorFilesLines
2021-06-01Change the order of testcases to test kubernetes-benchmarkingRihab Banday1-2/+2
This patch changes the order of the testcases to test kubernetes-benchmarking first followed by other test cases. Change-Id: I0ee05a7722c09d71ee7d23a41185379d004fd193 Signed-off-by: Rihab Banday <rihab.banday@ericsson.com> Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72622 Reviewed-by: Michael Pedersen <michaelx.pedersen@intel.com>
2021-05-11Add netperf in Kuberef gatesCédric Ollivier1-0/+10
It has been backported to v1.19. Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I24cd90c05c991d75f0b5f8e0ad188b47ed99dd86 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72504 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Reviewed-by: Rihab Banday <rihab.banday@ericsson.com>
2021-05-04Rename cnf_conformance -> cnf_testsuiteCédric Ollivier1-2/+2
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>
2021-05-04Update .gitlab-ci.yml file to include k8s v1.19Rihab Banday1-29/+29
tags This change updates the .gitlab-ci.yml file to include the k8s release v1.19 tags supported by the new BMRA v21.03 release. Change-Id: I70df4f1682e974b7d46b0c9d40d71fab4851b702 Signed-off-by: Rihab Banday <rihab.banday@ericsson.com> Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72475 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Reviewed-by: Michael Pedersen <michaelx.pedersen@intel.com> Reviewed-by: Cedric Ollivier <cedric.ollivier@orange.com>
2021-04-14Remove sig_node_serial from test case listCédric Ollivier1-10/+0
It's fully disrutive (NoExecuteTaintManager) and then is being removed from Functest. Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ifca16a87e0ad1b539414391b723d6ddc28560d6e Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72374 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Reviewed-by: Rihab Banday <rihab.banday@ericsson.com>
2021-04-07Update Functest K8s test case listCédric Ollivier1-3/+152
It adds last e2e-based test cases. Here are the related sigs: - sig-api-machinery - sig-apps - sig-auth - sig-cli - sig-cluster-lifecycle - sig-instrumentation - sig-node Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I71fcb1ab05a4815a76abfbe587dd7029efaf9a45 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72248 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Reviewed-by: Rihab Banday <rihab.banday@ericsson.com> Reviewed-by: Michael Pedersen <michaelx.pedersen@intel.com>
2021-02-22Add latest backported Functest testcasesCédric Ollivier1-12/+41
In addition to k8s_conformance, a couple of e2e test cases were added to cover sig-network and sig-storage testing. They are not yet included in CNTT RC2. Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I9b76ff6c19289a626ee13bc6cfe648885924ad16 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72122 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Reviewed-by: Rihab Banday <rihab.banday@ericsson.com>
2021-02-22Update .gitlab-ci.yml to support functest v1.18Rihab Banday1-15/+15
This patch updates the current GitLab CI based pipeline to run functest v1.18 compliance tests on Intel Pod 19. Change-Id: Ib36fd6bf421c7eaa3223234c4f3c739cb1250f22 Signed-off-by: Rihab Banday <rihab.banday@ericsson.com> Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72113 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Reviewed-by: Michael Pedersen <michaelx.pedersen@intel.com>
2020-11-19Adding scripts for running RC2 testcasesRihab Banday1-8/+137
This patch adds support for running RC2 Functest testcases suite on the K8s cluster deployed by Kuberef deployer. It leverages on Gitlab CI/CD variables to prepare next Docker runners (for the time being, the deployment script wrongly forces Shell runners). Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I7652aa817ad9b434235abf0fab9ba63f4ad2f23e Signed-off-by: Rihab Banday <rihab.banday@ericsson.com> Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/71188 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Reviewed-by: Cedric Ollivier <cedric.ollivier@orange.com>
2020-11-12Fix linting issuesVictor Morales1-0/+1
This change fixes some linting issues accumulated from previous patchsets and ignored by the CI jobs. Signed-off-by: Victor Morales <v.morales@samsung.com> Change-Id: I0bf2e67aee786505e9c01570d4d8d99df62b1f9f Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/71377 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Tested-by: Georg Kunz <georg.kunz@ericsson.com> Reviewed-by: Georg Kunz <georg.kunz@ericsson.com> Reviewed-by: Michael Pedersen <michaelx.pedersen@intel.com>
2020-09-29Adding .gitlab-ci.yml for GitLabRihab Banday1-0/+23
This patch introduces .gitlab-ci.yml file to test the e2e deployment and RC2 testcases suite in GitLab. Change-Id: If9e39d42a433611e35ced296c60dcb4d2ffbe5a2 Signed-off-by: Rihab Banday <rihab.banday@ericsson.com> Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/70894 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Tested-by: Georg Kunz <georg.kunz@ericsson.com> Reviewed-by: Victor Morales <chipahuac@hotmail.com> Reviewed-by: Georg Kunz <georg.kunz@ericsson.com>