Skip to content

Commit

Permalink
crop system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 24, 2024
1 parent 784bc74 commit 9b43cc3
Showing 1 changed file with 0 additions and 143 deletions.
143 changes: 0 additions & 143 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,26 +92,7 @@ jobs:
repository: DataDog/dd-trace-rb
path: dd-trace-rb
app:
- rack
- sinatra14
- sinatra20
- sinatra21
- sinatra22
- sinatra30
- sinatra31
- sinatra32
- sinatra40
- rails42
- rails50
- rails51
- rails52
- rails60
- rails61
- rails70
- rails71
- rails72
- rails80
- graphql23
runs-on: ubuntu-latest
name: Build (${{ matrix.app }})
permissions:
Expand Down Expand Up @@ -195,77 +176,14 @@ jobs:
library:
- ruby
app:
- rack
- sinatra14
- sinatra20
- sinatra21
- sinatra22
- sinatra30
- sinatra31
- sinatra32
- sinatra40
- rails42
- rails50
- rails51
- rails52
- rails60
- rails61
- rails70
- rails71
- rails72
- rails80
scenario:
- DEFAULT
- APPSEC_DISABLED
- APPSEC_BLOCKING_FULL_DENYLIST
- APPSEC_REQUEST_BLOCKING
- APPSEC_STANDALONE
include:
- library: ruby
app: rack
scenario: INTEGRATIONS
- library: ruby
app: rack
scenario: CROSSED_TRACING_LIBRARIES
- library: ruby
app: rack
scenario: REMOTE_CONFIG_MOCKED_BACKEND_ASM_DD
- library: ruby
app: rack
scenario: REMOTE_CONFIG_MOCKED_BACKEND_ASM_FEATURES
- library: ruby
app: rack
scenario: REMOTE_CONFIG_MOCKED_BACKEND_ASM_FEATURES_NOCACHE
- library: ruby
app: rack
scenario: REMOTE_CONFIG_MOCKED_BACKEND_ASM_DD_NOCACHE
- library: ruby
app: rack
scenario: APPSEC_CUSTOM_RULES
- library: ruby
app: rack
scenario: APPSEC_MISSING_RULES
- library: ruby
app: rack
scenario: APPSEC_CORRUPTED_RULES
- library: ruby
app: rack
scenario: APPSEC_LOW_WAF_TIMEOUT
- library: ruby
app: rack
scenario: APPSEC_CUSTOM_OBFUSCATION
- library: ruby
app: rack
scenario: APPSEC_RATE_LIMITER
- library: ruby
app: rails70
scenario: APPSEC_AUTO_EVENTS_EXTENDED
- library: ruby
app: rails70
scenario: APPSEC_API_SECURITY
- library: ruby
app: rack
scenario: APPSEC_RULES_MONITORING_WITH_ERRORS
- library: ruby
app: rails70
scenario: DEBUGGER_PROBES_STATUS
Expand All @@ -281,27 +199,6 @@ jobs:
- library: ruby
app: rails70
scenario: DEBUGGER_PII_REDACTION
- library: ruby
app: rack
scenario: SAMPLING
- library: ruby
app: rack
scenario: PROFILING
- library: ruby
app: rack
scenario: TELEMETRY_APP_STARTED_PRODUCTS_DISABLED
- library: ruby
app: rack
scenario: TELEMETRY_DEPENDENCY_LOADED_TEST_FOR_DEPENDENCY_COLLECTION_DISABLED
- library: ruby
app: rack
scenario: TELEMETRY_LOG_GENERATION_DISABLED
- library: ruby
app: rack
scenario: TELEMETRY_METRIC_GENERATION_DISABLED
- library: ruby
app: graphql23
scenario: GRAPHQL_APPSEC
runs-on: ubuntu-latest
needs:
- build-harness
Expand Down Expand Up @@ -364,26 +261,7 @@ jobs:
library:
- ruby
app:
- rack
- sinatra14
- sinatra20
- sinatra21
- sinatra22
- sinatra30
- sinatra31
- sinatra32
- sinatra40
- rails42
- rails50
- rails51
- rails52
- rails60
- rails61
- rails70
- rails71
- rails72
- rails80
- graphql23
runs-on: ubuntu-latest
needs:
- build-harness
Expand Down Expand Up @@ -418,28 +296,7 @@ jobs:
fail-fast: false
matrix:
image:
- runner
- agent
- weblog-rack
- weblog-sinatra14
- weblog-sinatra20
- weblog-sinatra21
- weblog-sinatra22
- weblog-sinatra30
- weblog-sinatra31
- weblog-sinatra32
- weblog-sinatra40
- weblog-rails42
- weblog-rails50
- weblog-rails51
- weblog-rails52
- weblog-rails60
- weblog-rails61
- weblog-rails70
- weblog-rails71
- weblog-rails72
- weblog-rails80
- weblog-graphql23
runs-on: ubuntu-latest
needs:
- test
Expand Down

0 comments on commit 9b43cc3

Please sign in to comment.