Skip to content

Commit 73210fe

Browse files
chore(ci): update system tests and add small scenario (#15548)
## Description To make sure all api10 features are properly tested, add the APPSEC_RASP_NO_BLOCKING scenario to ddtrace CI. APPSEC-60065
1 parent 68a6181 commit 73210fe

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/system-tests.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
persist-credentials: false
4646
repository: 'DataDog/system-tests'
4747
# Automatically managed, use scripts/update-system-tests-version to update
48-
ref: '31bc180ce87184c996400361ddb17c8743eec18f'
48+
ref: '94529f681dcaf74382ed47c3b0c85acdb775b6c9'
4949

5050
- name: Download wheels to binaries directory
5151
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
@@ -90,7 +90,7 @@ jobs:
9090
persist-credentials: false
9191
repository: 'DataDog/system-tests'
9292
# Automatically managed, use scripts/update-system-tests-version to update
93-
ref: '31bc180ce87184c996400361ddb17c8743eec18f'
93+
ref: '94529f681dcaf74382ed47c3b0c85acdb775b6c9'
9494

9595
- name: Build runner
9696
uses: ./.github/actions/install_runner
@@ -217,6 +217,10 @@ jobs:
217217
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'appsec-1'
218218
run: ./run.sh APPSEC_RASP
219219

220+
- name: Run APPSEC_RASP_NON_BLOCKING
221+
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'appsec-1'
222+
run: ./run.sh APPSEC_RASP_NON_BLOCKING
223+
220224
- name: Run APPSEC_RASP_WITHOUT_DOWNSTREAM_BODY_ANALYSIS_USING_MAX
221225
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'appsec-1'
222226
run: ./run.sh APPSEC_RASP_WITHOUT_DOWNSTREAM_BODY_ANALYSIS_USING_MAX
@@ -283,7 +287,7 @@ jobs:
283287
persist-credentials: false
284288
repository: 'DataDog/system-tests'
285289
# Automatically managed, use scripts/update-system-tests-version to update
286-
ref: '31bc180ce87184c996400361ddb17c8743eec18f'
290+
ref: '94529f681dcaf74382ed47c3b0c85acdb775b6c9'
287291
- name: Download wheels to binaries directory
288292
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
289293
with:

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variables:
1414
DD_VPA_TEMPLATE: "vpa-template-cpu-p70-10percent-2x-oom-min-cap"
1515
# CI_DEBUG_SERVICES: "true"
1616
# Automatically managed, use scripts/update-system-tests-version to update
17-
SYSTEM_TESTS_REF: "31bc180ce87184c996400361ddb17c8743eec18f"
17+
SYSTEM_TESTS_REF: "94529f681dcaf74382ed47c3b0c85acdb775b6c9"
1818

1919
default:
2020
interruptible: true

0 commit comments

Comments
 (0)