mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
c0b53d3ad4
Run `make containerized-build TARGET=e2e.test` to build the e2e.test executable in a container. This makes it possible for environments to only have the dependencies for the runtime installed (most notably Ceph shared libraries) and, run the e2e tests directly. Signed-off-by: Niels de Vos <ndevos@redhat.com>
17 lines
182 B
Plaintext
17 lines
182 B
Plaintext
# build directory
|
|
_output
|
|
|
|
# e2e test executable
|
|
e2e.test
|
|
|
|
# docker build
|
|
deploy/cephcsi/image/cephcsi
|
|
|
|
# build container
|
|
.devel-container-id
|
|
|
|
# git merge files
|
|
*.orig
|
|
*.patch
|
|
*.rej
|