Skip to content

Commit

Permalink
Adjust to run tests on my branch
Browse files Browse the repository at this point in the history
Signed-off-by: David Gibson <[email protected]>
  • Loading branch information
dgibson committed Dec 14, 2020
1 parent a6a9c0c commit 8ab749f
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions testvm/user-data.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,27 @@ write_files:
export GOPATH=~/go
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
KATASRC=$GOPATH/src/github.com/kata-containers

mkdir -p $KATASRC
cd $KATASRC
git clone https://github.com/kata-containers/runtime
(
cd runtime
git remote add dwg-github https://github.com/dgibson/kata-runtime
git fetch dwg-github
git checkout -b test dwg-github/bug2664
)
git clone https://github.com/kata-containers/agent
(
cd agent
git remote add dwg-github https://github.com/dgibson/kata-agent
git fetch dwg-github
git checkout -b test dwg-github/bug781
)
git clone https://github.com/kata-containers/tests

(cd tests && .ci/setup.sh)

(
cd tests
.ci/setup.sh
)
poweroff

runcmd:
Expand Down

0 comments on commit 8ab749f

Please sign in to comment.