File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 88jobs :
99 call-dev-workflow :
1010 uses : ./.github/workflows/dev.yml
11- # - name: Upload artifact
12- # uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
13- # with:
14- # name: binaries
15- # path: .musl-build/ngx_http_datadog_module.so
11+ secrets : inherit
12+ permissions :
13+ contents : read
14+ packages : write
1615
1716 system-tests :
18- uses : DataDog/system-tests/.github/workflows/system-tests.yml@main
17+ uses : DataDog/system-tests/.github/workflows/system-tests.yml@main
1918 secrets : inherit
2019 permissions :
2120 contents : read
2625 desired_execution_time : 300 # 5 minutes
2726 scenarios_groups : appsec
2827 scenarios : DEFAULT
29- excluded_scenarios : INTEGRATIONS # no test activated, and long warm-up
28+ excluded_scenarios : PARAMETRIC # no test activated, and long warm-up
3029 skip_empty_scenarios : true
3130
3231 # Ensure the main job is run to completion
You can’t perform that action at this time.
0 commit comments