Commit 99a66c2
committed
refactor(e2e): simplify e2e-setup and e2e-test-only targets
Refactor e2e-setup and e2e-test-only to reuse the e2e-test target by
setting appropriate environment variables instead of duplicating the
command invocation logic. This reduces code duplication and makes the
Makefile more maintainable.
Changes:
- e2e-setup now sets E2E_SETUP_ONLY=true and calls e2e-test
- e2e-test-only now sets E2E_USE_EXISTING_CLUSTER=true and
E2E_SKIP_SETUP=true, then calls e2e-test
- Removed 16 lines of duplicated command invocation code
Signed-off-by: bitliu <[email protected]>1 parent 8cec64e commit 99a66c2
1 file changed
+3
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 56 | + | |
67 | 57 | | |
68 | 58 | | |
69 | 59 | | |
70 | | - | |
71 | 60 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 61 | + | |
| 62 | + | |
83 | 63 | | |
84 | 64 | | |
85 | 65 | | |
| |||
0 commit comments