Skip to content

Commit e8fb137

Browse files
fix: make rwf to be compatible with k8s v3.0.4
1 parent 82c99c7 commit e8fb137

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,13 +1109,6 @@ jobs:
11091109
name: cim-compliance-report
11101110
path: |
11111111
${{ needs.setup.outputs.directory-path }}/test-results/cim-compliance-report.md
1112-
- name: Upload cim-field-report for ${{ matrix.splunk.version }}
1113-
uses: actions/upload-artifact@v4
1114-
if: ${{ matrix.splunk.islatest == true }}
1115-
with:
1116-
name: cim-field-report
1117-
path: |
1118-
${{ needs.setup.outputs.directory-path }}/test-results/cim_field_report.json
11191112
- name: Test Report
11201113
id: test_report
11211114
uses: dorny/test-reporter@v1.9.1
@@ -2127,14 +2120,6 @@ jobs:
21272120
with:
21282121
name: cim-compliance-report
21292122
path: download/artifacts/deployment
2130-
- name: Download cim-field-report
2131-
id: download-cim-field-report
2132-
if: ${{ steps.semantic.outputs.new_release_published == 'true' }}
2133-
continue-on-error: true
2134-
uses: actions/download-artifact@v4
2135-
with:
2136-
name: cim-field-report
2137-
path: download/artifacts/deployment
21382123
- name: List of assets
21392124
if: ${{ steps.semantic.outputs.new_release_published == 'true' }}
21402125
run: |

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,6 @@ test_check_unicode_output.txt
472472
```
473473
Junit XML file
474474
pytest_splunk_addon.log
475-
cim-field-report
476475
cim-compliance-report
477476
```
478477

0 commit comments

Comments
 (0)