Disable execution of new tests which need Docker privileged mode
(cherry picked from commit 7d2b9d2d30
)
This commit is contained in:
parent
7c38d74c00
commit
019aa20d9f
@ -23,8 +23,13 @@ done;
|
|||||||
# invoke cli/ tests
|
# invoke cli/ tests
|
||||||
./tests/cli/test_blueprints_sanity.sh
|
./tests/cli/test_blueprints_sanity.sh
|
||||||
./tests/cli/test_compose_sanity.sh
|
./tests/cli/test_compose_sanity.sh
|
||||||
./tests/cli/test_compose_ext4-filesystem.sh
|
|
||||||
./tests/cli/test_compose_partitioned-disk.sh
|
# need `losetup`, which needs Docker to be in privileged mode (--privileged),
|
||||||
|
# which is available only for `docker run`, however we use `docker build`!
|
||||||
|
# And all of this may not even work on Travis CI so disabling execution for now!
|
||||||
|
# maybe we will figure out how to execute these two scripts on internal Jenkins instance
|
||||||
|
#./tests/cli/test_compose_ext4-filesystem.sh
|
||||||
|
#./tests/cli/test_compose_partitioned-disk.sh
|
||||||
|
|
||||||
# Stop lorax-composer and remove /run/weldr/api.socket
|
# Stop lorax-composer and remove /run/weldr/api.socket
|
||||||
pkill -9 lorax-composer
|
pkill -9 lorax-composer
|
||||||
|
Loading…
Reference in New Issue
Block a user