Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix incidental bugs in ci test #1360

Merged
merged 1 commit into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions tests/bats/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ endif

ci:
bash -f ./install_bats.sh
bats --show-output-of-passing-tests --formatter tap build_docker_image.bats
bats --show-output-of-passing-tests --formatter tap compile_nydusd.bats
bats --show-output-of-passing-tests --formatter tap compile_ctr_remote.bats
bats --show-output-of-passing-tests --formatter tap compile_nydus_snapshotter.bats
bats --show-output-of-passing-tests --formatter tap run_container_with_rafs.bats
bats --show-output-of-passing-tests --formatter tap run_container_with_zran.bats
bats --show-output-of-passing-tests --formatter tap run_container_with_rafs_and_compile_linux.bats
bats --formatter tap build_docker_image.bats
bats --formatter tap compile_nydusd.bats
bats --formatter tap compile_ctr_remote.bats
bats --formatter tap compile_nydus_snapshotter.bats
bats --formatter tap run_container_with_rafs.bats
bats --formatter tap run_container_with_zran.bats
bats --formatter tap run_container_with_rafs_and_compile_linux.bats
1 change: 1 addition & 0 deletions tests/bats/common_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ version = 2
disable_snapshot_annotations = false
EOF
systemctl restart containerd
sleep 3
}