From afa3e0397e3e6116bd20fdf5dc416b88acc4ddd0 Mon Sep 17 00:00:00 2001 From: Roberto Montero <108007532+robertomonteromiguel@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:11:00 +0100 Subject: [PATCH] K8s new tests scenarios (#6451) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary of changes New K8s scenarios have been added to system-tests. These scenarios are managed by the one pipeline. Change the k8s lib injection tests jobs on gitlab ## Reason for change New K8s scenarios have been added to system-tests. We need to adapt the tracer pipeline ## Implementation details Only added a test scenarios matrix for k8s lib injection tests. gitlab. ## Test coverage ## Other details --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7cda54eafd9..ed61e590751f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -126,7 +126,9 @@ onboarding_tests_installer: onboarding_tests_k8s_injection: parallel: matrix: - - WEBLOG_VARIANT: dd-lib-dotnet-init-test-app + - WEBLOG_VARIANT: [dd-lib-dotnet-init-test-app] + SCENARIO: [K8S_LIB_INJECTION, K8S_LIB_INJECTION_UDS, K8S_LIB_INJECTION_NO_AC, K8S_LIB_INJECTION_NO_AC_UDS, K8S_LIB_INJECTION_PROFILING_DISABLED, K8S_LIB_INJECTION_PROFILING_ENABLED, K8S_LIB_INJECTION_PROFILING_OVERRIDE] + K8S_CLUSTER_VERSION: ['7.56.2','7.57.0','7.59.0'] deploy_to_reliability_env: rules: