Skip to content

Commit

Permalink
Merge pull request #125 from YJDoc2/containerd-test-fix
Browse files Browse the repository at this point in the history
fix initial provisions always running
  • Loading branch information
utam0k authored Nov 28, 2022
2 parents 737c09a + e3bf698 commit 96cc5e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ clean:
./scripts/clean.sh $(ROOT)

containerd-test:
VAGRANT_VAGRANTFILE=Vagrantfile.containerd2youki vagrant up --provision-with bootstrap | true
VAGRANT_VAGRANTFILE=Vagrantfile.containerd2youki vagrant up
VAGRANT_VAGRANTFILE=Vagrantfile.containerd2youki vagrant provision --provision-with test


4 changes: 2 additions & 2 deletions Vagrantfile.containerd2youki
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Vagrant.configure("2") do |config|

config.vm.provider "virtualbox" do |v|
v.memory = 4096
v.cpus = 2
v.cpus = 4
end

config.vm.provision "bootstrap", type: "shell" do |s|
Expand Down Expand Up @@ -50,7 +50,7 @@ Vagrant.configure("2") do |config|
cd /root/go/src/github.com/containerd/containerd/
export PATH=$PATH:$HOME/.cargo/bin:/usr/local/go/bin
make TEST_RUNTIME=io.containerd.runc.v2 TESTFLAGS="-timeout 120m" integration | tee result.txt
grep "FAIL: " result.txt
grep "FAIL: " result.txt || true
SHELL
end
end

0 comments on commit 96cc5e3

Please # to comment.