Skip to content

Commit 9577931

Browse files
committed
Add system-tests scenarios related to RASP
1 parent cd1b746 commit 9577931

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.continue.yml.j2

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ jobs:
816816
parameters:
817817
weblog-variant:
818818
type: string
819-
parallelism: 3
819+
parallelism: 4
820820
steps:
821821
- setup_system_tests
822822
@@ -842,6 +842,11 @@ jobs:
842842
DEFAULT
843843
APM_TRACING_E2E
844844
APM_TRACING_E2E_SINGLE_SPAN
845+
APPSEC_BLOCKING
846+
APPSEC_REQUEST_BLOCKING
847+
APPSEC_RASP
848+
APPSEC_RUNTIME_ACTIVATION
849+
REMOTE_CONFIG_MOCKED_BACKEND_ASM_DD
845850
" | circleci tests split > scenarios.list
846851
for scenario in $(<scenarios.list); do
847852
if [[ $scenario =~ .*_E2E.* ]]; then

0 commit comments

Comments
 (0)