Skip to content

Commit 47f5ac9

Browse files
SSI tests gitlab ci (#5349)
* ssi tests gitlab ci
1 parent 598409d commit 47f5ac9

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.gitlab-ci.yml

+3-12
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,9 @@ variables:
2323
SYSTEM_TESTS_LIBRARY: nodejs
2424
REPO_NOTIFICATION_CHANNEL: "#notifications-apm-js"
2525

26-
onboarding_tests_installer:
27-
parallel:
28-
matrix:
29-
- ONBOARDING_FILTER_WEBLOG: [test-app-nodejs,test-app-nodejs-container]
30-
SCENARIO: [ SIMPLE_INSTALLER_AUTO_INJECTION, SIMPLE_AUTO_INJECTION_PROFILING ]
31-
32-
onboarding_tests_k8s_injection:
33-
parallel:
34-
matrix:
35-
- WEBLOG_VARIANT: [sample-app]
36-
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]
37-
K8S_CLUSTER_VERSION: ['7.56.2', '7.57.0', '7.59.0']
26+
configure_system_tests:
27+
variables:
28+
SYSTEM_TESTS_SCENARIOS_GROUPS: "simple_onboarding,simple_onboarding_profiling,docker-ssi,lib-injection"
3829

3930
requirements_json_test:
4031
rules:

0 commit comments

Comments
 (0)