Skip to content

Commit c8731cb

Browse files
authored
Restrict tests on Genoa (#7099)
1 parent 116eeb3 commit c8731cb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,12 @@ jobs:
271271
cd build
272272
rm -rf /github/home/.cache
273273
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"
274+
# Limited set of tests because Genoa pools have limited resources
275+
# focusing on architecture-specific functionality.
276+
# Unit test for sealing
277+
./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
278280
shell: bash
279281

280282
- name: "Capture dmesg"

0 commit comments

Comments
 (0)