mirror of
https://github.com/ceph/go-ceph
synced 2024-12-13 09:57:26 +00:00
cdbffdc229
This change adds a whole family of test-containers-* rules. The role meant to be used directly "test-containers-test" brings up the required dependencies once, and will reuse them on subsequent runs. The targets "test-containers-kill" and "test-containers-clean" will remove just the ceph containers and all dependencies respectively. The change may look big, and I did shorten some lines, thus lengthening the makefile vertically, but the logic is basically the same as before. One can continue using "test-multi-container" and it should behave pretty much as before, but outside the CI when working on code or testing things out using the more granular rules can help speed things up. Signed-off-by: John Mulligan <jmulligan@redhat.com>
9 lines
68 B
Plaintext
9 lines
68 B
Plaintext
.build-docker
|
|
.build.*
|
|
.run.*
|
|
*.swp
|
|
*.out
|
|
*.test
|
|
/*.json
|
|
implements
|