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>
This commit is contained in:
parent
a087a40ac6
commit
f2495b7d57
1 changed files with 0 additions and 16 deletions
16
.github/workflows/twister_tests_blackbox.yml
vendored
16
.github/workflows/twister_tests_blackbox.yml
vendored
|
|
@ -75,19 +75,3 @@ jobs:
|
||||||
echo "Run twister tests"
|
echo "Run twister tests"
|
||||||
source zephyr-env.sh
|
source zephyr-env.sh
|
||||||
PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox
|
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…
Reference in a new issue