File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 inputs :
2323 dd_trace_py_ref :
2424 description : " dd-trace-py branch / tag / SHA to clone into binaries/dd-trace-py and compile"
25- default : " main "
25+ default : " florentin.labelle/fix-unvalidated-redirect-for-good "
2626 required : true
2727 type : string
2828 weblog :
4747 type : boolean
4848 runs_per_batch :
4949 description : " how many times each batch runs the scenario"
50- default : " 10 "
50+ default : " 30 "
5151 required : false
5252 type : string
5353
5454env :
55- DD_TRACE_PY_REF : ${{ github.event.inputs.dd_trace_py_ref || 'main ' }}
55+ DD_TRACE_PY_REF : ${{ github.event.inputs.dd_trace_py_ref || 'florentin.labelle/fix-unvalidated-redirect-for-good ' }}
5656 WEBLOG : ${{ github.event.inputs.weblog || 'flask-poc' }}
5757 SCENARIO : ${{ github.event.inputs.scenario || 'DEFAULT' }}
5858 RUN_ARGS : ${{ github.event.inputs.run_args || 'tests/appsec/iast/sink/test_unvalidated_redirect.py' }}
59- RUNS_PER_BATCH : ${{ github.event.inputs.runs_per_batch || '10 ' }}
59+ RUNS_PER_BATCH : ${{ github.event.inputs.runs_per_batch || '30 ' }}
6060 IAST_DEBUG : ${{ github.event.inputs.iast_debug }}
6161
6262jobs :
@@ -122,7 +122,10 @@ jobs:
122122 runs-on : ubuntu-latest
123123 needs : [build, generate-matrix]
124124 strategy :
125- fail-fast : true
125+ # fail-fast disabled for FIX VALIDATION: an infra flake (e.g. gunicorn worker boot
126+ # timeout under loaded runners) in one batch must not cancel the redirect signal in
127+ # the others. Each failing batch uploads its own logs for infra-vs-bug triage.
128+ fail-fast : false
126129 matrix :
127130 n : ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
128131 steps :
You can’t perform that action at this time.
0 commit comments