Skip to content

Commit

Permalink
Adding new ST scenarios for rasp (#4883)
Browse files Browse the repository at this point in the history
  • Loading branch information
uurien authored and rochdev committed Nov 19, 2024
1 parent 2349074 commit 1c93f35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ jobs:
name: system_tests_binaries
path: ./binaries/**/*

get-essential-scenarios:
get-scenarios:
name: Get parameters
uses: DataDog/system-tests/.github/workflows/compute-workflow-parameters.yml@main
with:
library: nodejs
scenarios_groups: essentials
scenarios_groups: essentials,appsec_rasp

system-tests:
runs-on: ${{ contains(fromJSON('["CROSSED_TRACING_LIBRARIES", "INTEGRATIONS"]'), matrix.scenario) && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
needs:
- get-essential-scenarios
- get-scenarios
strategy:
matrix:
weblog-variant: ${{fromJson(needs.get-essential-scenarios.outputs.endtoend_weblogs)}}
scenario: ${{fromJson(needs.get-essential-scenarios.outputs.endtoend_scenarios)}}
weblog-variant: ${{fromJson(needs.get-scenarios.outputs.endtoend_weblogs)}}
scenario: ${{fromJson(needs.get-scenarios.outputs.endtoend_scenarios)}}

env:
TEST_LIBRARY: nodejs
Expand Down

0 comments on commit 1c93f35

Please sign in to comment.