We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116eeb3 commit c8731cbCopy full SHA for c8731cb
.github/workflows/ci.yml
@@ -271,10 +271,12 @@ jobs:
271
cd build
272
rm -rf /github/home/.cache
273
mkdir -p /github/home/.cache
274
- # Unit tests
275
- ./tests.sh --output-on-failure -L unit -j$(nproc --all)
276
- # End to end tests
277
- ./tests.sh --timeout 360 --output-on-failure -LE "benchmark|suite|unit"
+ # Limited set of tests because Genoa pools have limited resources
+ # focusing on architecture-specific functionality.
+ # Unit test for sealing
+ ./tests.sh --output-on-failure -R snp_ioctl_test
278
+ # End to end tests for code update (attestation verification)
279
+ ./tests.sh --timeout 360 --output-on-failure -R code_update
280
shell: bash
281
282
- name: "Capture dmesg"
0 commit comments