Skip to content

Commit

Permalink
fix: remove cim-field-report (#310)
Browse files Browse the repository at this point in the history
This PR removes steps `Upload cim-field-report` from
`run-knowledge-tests` and `Download cim-field-report` from `publish`
stage.
fixes: https://splunk.atlassian.net/browse/ADDON-73385
  • Loading branch information
dvarasani-crest committed Aug 29, 2024
1 parent 8269f25 commit f135b1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:
required: false
description: "branch for k8s manifests to run the tests on"
type: string
default: "v3.0.3"
default: "v3.0.4"
scripted-inputs-os-list:
required: false
description: "list of OS used for scripted input tests"
Expand Down Expand Up @@ -1161,13 +1161,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/test-reporter@v1.9.1
Expand Down Expand Up @@ -2198,14 +2191,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' || steps.custom.outputs.upload_url != '' }}
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'|| steps.custom.outputs.upload_url != '' }}
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 f135b1b

Please sign in to comment.