Skip to content

Commit

Permalink
Add check for basic features not changing
Browse files Browse the repository at this point in the history
  • Loading branch information
lisanna-dettwyler committed Jun 13, 2024
1 parent b0e8991 commit 12974c7
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,14 @@ jobs:
echo "::group::Test Plan"
cat plan.csv
echo "::endgroup::"
- name: Check that basic feature tests haven't changed
env:
ZE_ENABLE_NULL_DRIVER: 1
LD_LIBRARY_PATH: ${{ github.workspace }}/level-zero/build/lib
run: | #bash
./scripts/run_test_report.py \
--run_test_features basic \
--binary_dir ./build/out \
--export_test_plan basic_features.csv
sort basic_features.csv -o basic_features.csv
git diff --no-index --exit-code basic_features_freeze.csv basic_features.csv
Loading

0 comments on commit 12974c7

Please sign in to comment.