File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -837,6 +837,24 @@ jobs:
837837 cd system-tests
838838 DD_API_KEY=$SYSTEM_TESTS_DD_API_KEY ./run.sh
839839
840+ - run:
841+ name: Run APPSEC_RASP tests
842+ command: |
843+ cd system-tests
844+ DD_API_KEY=$SYSTEM_TESTS_DD_API_KEY ./run.sh APPSEC_RASP
845+
846+ - run:
847+ name: Run APPSEC_RUNTIME_ACTIVATION tests
848+ command: |
849+ cd system-tests
850+ DD_API_KEY=$SYSTEM_TESTS_DD_API_KEY ./run.sh APPSEC_RUNTIME_ACTIVATION
851+
852+ - run:
853+ name: Run APPSEC_RUNTIME_ACTIVATION tests
854+ command: |
855+ cd system-tests
856+ DD_API_KEY=$SYSTEM_TESTS_DD_API_KEY ./run.sh REMOTE_CONFIG_MOCKED_BACKEND_ASM_DD
857+
840858 - run:
841859 name: Run APM E2E default tests
842860 # Stop the job after 5m to avoid excessive overhead. Will need adjustment as more tests are added.
You can’t perform that action at this time.
0 commit comments