Skip to content

Commit f135b1b

Browse files
fix: remove cim-field-report (#310)
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
1 parent 8269f25 commit f135b1b

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838
required: false
3939
description: "branch for k8s manifests to run the tests on"
4040
type: string
41-
default: "v3.0.3"
41+
default: "v3.0.4"
4242
scripted-inputs-os-list:
4343
required: false
4444
description: "list of OS used for scripted input tests"
@@ -1161,13 +1161,6 @@ jobs:
11611161
name: cim-compliance-report
11621162
path: |
11631163
${{ 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
11711164
- name: Test Report
11721165
id: test_report
11731166
uses: dorny/test-reporter@v1.9.1
@@ -2198,14 +2191,6 @@ jobs:
21982191
with:
21992192
name: cim-compliance-report
22002193
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
22092194
- name: List of assets
22102195
if: ${{ steps.semantic.outputs.new_release_published == 'true'|| steps.custom.outputs.upload_url != '' }}
22112196
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)