This repository was archived by the owner on Apr 22, 2025. It is now read-only.
Commit a156a23
committed
[FAB-4435] gulp test recreates containers
This patch adds a "docker-ready" task to make sure that necessary
containers are recreated and up before the "test" task.
The "docker-clean" task now calls "docker-compose" to delete containers,
and "docker-ready" task depends on the "docker-clean" task, and then calls
"docker-compose" to create containers. The "test" task depends on
"docker-ready" task so that the containers are recreated and ready before
each test run.
Change-Id: I4161e54186247d781755aaa2fcec217eeacf695b
Signed-off-by: Taku Shimosawa <taku.shimosawa@hal.hitachi.com>1 parent 4f03644 commit a156a23
2 files changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
50 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
51 | 59 | | |
52 | 60 | | |
53 | 61 | | |
| |||
0 commit comments