Skip to content

Commit 12f39b7

Browse files
authored
chore(ci): removes APPSEC_BLOCKING from system-tests (#14690)
## Description The scenario APPSEC_REQUEST_BLOCKING has been merged into APPSEC_BLOCKING_FULL_DENYLIST in the system-tests project. This means tests that were previously run under APPSEC_REQUEST_BLOCKING will now execute using APPSEC_BLOCKING_FULL_DENYLIST (DataDog/system-tests#5277) This PR just cleans up the pipeline by removing the reference to the no-longer-existing scenario and updates ST version ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers -->
1 parent 8cf5c97 commit 12f39b7

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/system-tests.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
persist-credentials: false
4848
repository: 'DataDog/system-tests'
4949
# Automatically managed, use scripts/update-system-tests-version to update
50-
ref: 'da285213e99805433b99f8ea9d1e57f68e2b8e3d'
50+
ref: '0eadeeae3a7c2fddb61ed55b692580ad6cd852f9'
5151

5252
- name: Download wheels to binaries directory
5353
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
@@ -94,7 +94,7 @@ jobs:
9494
persist-credentials: false
9595
repository: 'DataDog/system-tests'
9696
# Automatically managed, use scripts/update-system-tests-version to update
97-
ref: 'da285213e99805433b99f8ea9d1e57f68e2b8e3d'
97+
ref: '0eadeeae3a7c2fddb61ed55b692580ad6cd852f9'
9898

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

220-
- name: Run APPSEC_REQUEST_BLOCKING
221-
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'appsec-1'
222-
run: ./run.sh APPSEC_REQUEST_BLOCKING
223-
224220
- name: Run APPSEC_RASP
225221
if: always() && steps.docker_load.outcome == 'success' && matrix.scenario == 'appsec-1'
226222
run: ./run.sh APPSEC_RASP
@@ -283,7 +279,7 @@ jobs:
283279
persist-credentials: false
284280
repository: 'DataDog/system-tests'
285281
# Automatically managed, use scripts/update-system-tests-version to update
286-
ref: 'da285213e99805433b99f8ea9d1e57f68e2b8e3d'
282+
ref: '0eadeeae3a7c2fddb61ed55b692580ad6cd852f9'
287283
- name: Download wheels to binaries directory
288284
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
289285
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: "da285213e99805433b99f8ea9d1e57f68e2b8e3d"
17+
SYSTEM_TESTS_REF: "0eadeeae3a7c2fddb61ed55b692580ad6cd852f9"
1818

1919
default:
2020
interruptible: true

0 commit comments

Comments
 (0)