From e8fb137c8e17b24fd43402866a5d9518af65ae6a Mon Sep 17 00:00:00 2001 From: kdoroszko-splunk Date: Wed, 4 Sep 2024 11:35:31 +0200 Subject: [PATCH] fix: make rwf to be compatible with k8s v3.0.4 --- .github/workflows/reusable-build-test-release.yml | 15 --------------- README.md | 1 - 2 files changed, 16 deletions(-) diff --git a/.github/workflows/reusable-build-test-release.yml b/.github/workflows/reusable-build-test-release.yml index 475670aa7..85e96416e 100644 --- a/.github/workflows/reusable-build-test-release.yml +++ b/.github/workflows/reusable-build-test-release.yml @@ -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/test-reporter@v1.9.1 @@ -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: | diff --git a/README.md b/README.md index 59825e734..8dc77b6d4 100644 --- a/README.md +++ b/README.md @@ -472,7 +472,6 @@ test_check_unicode_output.txt ``` Junit XML file pytest_splunk_addon.log -cim-field-report cim-compliance-report ```