Browse Source

ci: twister: Remove Blackbox artifacts

Blackbox tests do not produce easily accessible artifacts.
Thus, the upload steps ought to be removed.

Signed-off-by: Lukasz Mrugala <lukaszx.mrugala@intel.com>
pull/71332/head
Lukasz Mrugala 1 year ago committed by Carles Cufí
parent
commit
f2495b7d57
  1. 16
      .github/workflows/twister_tests_blackbox.yml

16
.github/workflows/twister_tests_blackbox.yml

@ -75,19 +75,3 @@ jobs: @@ -75,19 +75,3 @@ jobs:
echo "Run twister tests"
source zephyr-env.sh
PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox
- name: Upload Unit Test Results
if: success() || failure()
uses: actions/upload-artifact@v2
with:
name: Black Box Test Results (Python ${{ matrix.python-version }})
path: |
twister-out*/twister.log
twister-out*/twister.json
twister-out*/testplan.log
retention-days: 14
- name: Clear Workspace
if: success() || failure()
run: |
rm -rf twister-out*/

Loading…
Cancel
Save