Skip to content

Commit

Permalink
fix: make rwf to be compatible with k8s v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoroszko-splunk committed Sep 4, 2024
1 parent 82c99c7 commit e8fb137
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1109,13 +1109,6 @@ jobs:
name: cim-compliance-report
path: |
${{ needs.setup.outputs.directory-path }}/test-results/cim-compliance-report.md
- name: Upload cim-field-report for ${{ matrix.splunk.version }}
uses: actions/upload-artifact@v4
if: ${{ matrix.splunk.islatest == true }}
with:
name: cim-field-report
path: |
${{ needs.setup.outputs.directory-path }}/test-results/cim_field_report.json
- name: Test Report
id: test_report
uses: dorny/[email protected]
Expand Down Expand Up @@ -2127,14 +2120,6 @@ jobs:
with:
name: cim-compliance-report
path: download/artifacts/deployment
- name: Download cim-field-report
id: download-cim-field-report
if: ${{ steps.semantic.outputs.new_release_published == 'true' }}
continue-on-error: true
uses: actions/download-artifact@v4
with:
name: cim-field-report
path: download/artifacts/deployment
- name: List of assets
if: ${{ steps.semantic.outputs.new_release_published == 'true' }}
run: |
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ test_check_unicode_output.txt
```
Junit XML file
pytest_splunk_addon.log
cim-field-report
cim-compliance-report
```

Expand Down

0 comments on commit e8fb137

Please sign in to comment.