Skip to content

Commit

Permalink
Enable Linux Integrity tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jie Chen <jiechen3@microsoft.com>
  • Loading branch information
jiechen0826 committed Feb 4, 2025
1 parent e5c83a1 commit bb2e906
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ jobs:
echo "The full file name is $ROOTFS_TAR"
make clean
sudo make KMOD=1 BASE=${{ github.workspace }}/$ROOTFS_TAR rootfs
sudo make KMOD=1 BASE=${{ github.workspace }}/$ROOTFS_TAR rootfs GO_BUILD_TAGS=rego
- name: Move newly created rootfs.vhd and initrd.img
run: |
Expand Down Expand Up @@ -486,10 +486,9 @@ jobs:
exit $LASTEXITCODE
}
# Don't run LCOW integrity tests.
# Try run LCOW integrity tests.
# Windows/Linux uVM tests will be run on 1ES Github Runner Pool.
$cmd = '${{ env.GOTESTSUM_CMD_RAW }} ./functional.test.exe ' +
'-exclude=LCOWIntegrity ' +
'-linux-bootfiles=${{ env.LINUX_BOOT_FILES_PATH }} ' +
'-test.timeout=1h -test.v -log-level=info'
$cmd = $cmd -replace 'gotestsum', $gotestsum
Expand Down

0 comments on commit bb2e906

Please sign in to comment.