Skip to content

Commit

Permalink
run scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
shurivich committed Nov 20, 2024
1 parent 343ba22 commit 9d6e38b
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
strategy:
matrix:
weblog-variant: [flask-poc, uwsgi-poc , django-poc, fastapi, python3.12]
scenario: [remote-config, appsec, appsec-1, other, debugger-1, debugger-2]
scenario: [remote-config, appsec, appsec-1, other, debugger]

fail-fast: false
env:
Expand Down Expand Up @@ -226,32 +226,8 @@ jobs:
run: ./run.sh APPSEC_RASP

- name: Run DEBUGGER_PROBES_STATUS
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'debugger-1'
run: ./run.sh DEBUGGER_PROBES_STATUS

- name: Run DEBUGGER_METHOD_PROBES_SNAPSHOT
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'debugger-1'
run: ./run.sh DEBUGGER_METHOD_PROBES_SNAPSHOT

- name: Run DEBUGGER_LINE_PROBES_SNAPSHOT
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'debugger-1'
run: ./run.sh DEBUGGER_LINE_PROBES_SNAPSHOT

- name: Run DEBUGGER_MIX_LOG_PROBE
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'debugger-1'
run: ./run.sh DEBUGGER_MIX_LOG_PROBE

- name: Run DEBUGGER_PII_REDACTION
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'debugger-1'
run: ./run.sh DEBUGGER_PII_REDACTION

- name: Run DEBUGGER_EXPRESSION_LANGUAGE
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'debugger-1'
run: ./run.sh DEBUGGER_EXPRESSION_LANGUAGE

- name: Run DEBUGGER_EXCEPTION_REPLAY
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'debugger-2'
run: ./run.sh DEBUGGER_EXCEPTION_REPLAY
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'debugger'
run: ./run.sh DEBUGGER_SCENARIOS

# The compress step speed up a lot the upload artifact process
- name: Compress artifact
Expand Down

0 comments on commit 9d6e38b

Please sign in to comment.