File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 38
38
required : false
39
39
description : " branch for k8s manifests to run the tests on"
40
40
type : string
41
- default : " v3.0.3 "
41
+ default : " v3.0.4 "
42
42
scripted-inputs-os-list :
43
43
required : false
44
44
description : " list of OS used for scripted input tests"
@@ -1161,13 +1161,6 @@ jobs:
1161
1161
name : cim-compliance-report
1162
1162
path : |
1163
1163
${{ needs.setup.outputs.directory-path }}/test-results/cim-compliance-report.md
1164
- - name : Upload cim-field-report for ${{ matrix.splunk.version }}
1165
- uses : actions/upload-artifact@v4
1166
- if : ${{ matrix.splunk.islatest == true }}
1167
- with :
1168
- name : cim-field-report
1169
- path : |
1170
- ${{ needs.setup.outputs.directory-path }}/test-results/cim_field_report.json
1171
1164
- name : Test Report
1172
1165
id : test_report
1173
1166
uses : dorny/test-reporter@v1.9.1
@@ -2198,14 +2191,6 @@ jobs:
2198
2191
with :
2199
2192
name : cim-compliance-report
2200
2193
path : download/artifacts/deployment
2201
- - name : Download cim-field-report
2202
- id : download-cim-field-report
2203
- if : ${{ steps.semantic.outputs.new_release_published == 'true' || steps.custom.outputs.upload_url != '' }}
2204
- continue-on-error : true
2205
- uses : actions/download-artifact@v4
2206
- with :
2207
- name : cim-field-report
2208
- path : download/artifacts/deployment
2209
2194
- name : List of assets
2210
2195
if : ${{ steps.semantic.outputs.new_release_published == 'true'|| steps.custom.outputs.upload_url != '' }}
2211
2196
run : |
Original file line number Diff line number Diff line change @@ -472,7 +472,6 @@ test_check_unicode_output.txt
472
472
```
473
473
Junit XML file
474
474
pytest_splunk_addon.log
475
- cim-field-report
476
475
cim-compliance-report
477
476
```
478
477
You can’t perform that action at this time.
0 commit comments