Skip to content

Commit

Permalink
DROP ME: pure debug
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <[email protected]>
  • Loading branch information
hallyn committed Nov 3, 2023
1 parent 6210140 commit 91770eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
- name: test
run: |
nohup ~/bin/machined > /tmp/machined.out 2>&1 &
timeout 60m make test
timeout 20m bats tests/livecd1.bats
timeout 20m bats tests/livecd2.bats
timeout 20m make test
- name: show journal output
if: always()
Expand Down
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,6 @@ layers: mosctl
.PHONY: test
test: deps
rm -rf ~/.local/share/machine.fortests
bats tests/install.bats
bats tests/rfs.bats
bats tests/activate.bats
bats tests/update.bats
bats tests/mount.bats
bats tests/keyset.bats
bats tests/launch.bats

# the trust testcases only, for running on amd64. We need an arm64
Expand Down
2 changes: 2 additions & 0 deletions tests/launch.bats
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ EOF
echo "launch: FAIL (failed to retrieve zot catalog)"
false
fi
touch /tmp/launch-test-done
while [ ! -f /tmp/stoptest ]; do sleep 5s; done
machine delete "${VMNAME}"
echo "launch: SUCCESS"
}

0 comments on commit 91770eb

Please sign in to comment.