Skip to content

Commit

Permalink
Remove unused .tar.gz artifacts from pre-main
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Nov 11, 2024
1 parent 833a39d commit 97f61ff
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/pre-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,31 +239,12 @@ jobs:
- name: 'Show failed test cases and the non compliant objects'
run: ./certsuite claim show failures -c certsuite-out/claim.json

- name: Upload smoke test results as an artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
if: always()
with:
name: smoke-tests
path: |
certsuite-out/*.tar.gz
- name: Check the smoke test results against the expected results template
run: ./certsuite check results --log-file="certsuite-out/certsuite.log"

- name: 'Test: Run preflight specific test suite'
run: ./certsuite run --label-filter=preflight --log-level="${SMOKE_TESTS_LOG_LEVEL}"

- name: Upload preflight smoke test results as an artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
if: always()
with:
name: preflight-smoke-tests
path: |
certsuite-out/*.tar.gz
- name: Remove tarball(s) to save disk space
run: rm -f certsuite-out/*.tar.gz

smoke-tests-container:
name: Run Container Smoke Tests
needs: precheck-images
Expand Down Expand Up @@ -359,17 +340,6 @@ jobs:
--kubeconfig=/usr/certsuite/config/kubeconfig \
--label-filter="${SMOKE_TESTS_LABELS_FILTER}"
- name: Upload container test results as an artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
if: always()
with:
name: smoke-tests-container
path: |
${CERTSUITE_OUTPUT_DIR}/*.tar.gz
- name: Remove tarball(s) to save disk space.
run: rm -f ${CERTSUITE_OUTPUT_DIR}/*.tar.gz

- name: Build the Certsuite tool
run: make build-certsuite-tool

Expand Down

0 comments on commit 97f61ff

Please sign in to comment.