@@ -32,11 +32,6 @@ image_pip_list:
32
32
e2e_neuro_push :
33
33
neuro push $(IMAGE_NAME ) :built $(TEST_IMAGE )
34
34
35
-
36
- .PHONY : test_e2e
37
- test_e2e : test_e2e_pytorch test_e2e_tensorflow test_e2e_apex_gpu_small test_e2e_apex_gpu_large test_e2e_dependencies
38
- @echo " e2e tests succeeded!"
39
-
40
35
TEST_PRESET =cpu-small
41
36
TEST_CMD =
42
37
.PHONY : _test_e2e
@@ -51,25 +46,14 @@ _test_e2e:
51
46
52
47
.PHONY : test_e2e_pytorch
53
48
test_e2e_pytorch : TEST_CMD=python /var/storage/gpu_pytorch.py
54
- test_e2e_pytorch : TEST_PRESET=gpu-small-p
49
+ test_e2e_pytorch : TEST_PRESET=gpu-small
55
50
test_e2e_pytorch : _test_e2e
56
51
57
52
.PHONY : test_e2e_tensorflow
58
53
test_e2e_tensorflow : TEST_CMD=python /var/storage/gpu_tensorflow.py
59
- test_e2e_tensorflow : TEST_PRESET=gpu-small-p
54
+ test_e2e_tensorflow : TEST_PRESET=gpu-small
60
55
test_e2e_tensorflow : _test_e2e
61
56
62
- .PHONY : test_e2e_apex_gpu_small
63
- test_e2e_apex_gpu_small : TEST_CMD=python /var/storage/gpu_apex.py
64
- test_e2e_apex_gpu_small : TEST_PRESET=gpu-small-p
65
- test_e2e_apex_gpu_small : _test_e2e
66
- test_e2e_tensorflow : _test_e2e
67
-
68
- .PHONY : test_e2e_apex_gpu_large
69
- test_e2e_apex_gpu_large : TEST_CMD=python /var/storage/gpu_apex.py
70
- test_e2e_apex_gpu_large : TEST_PRESET=gpu-large-p
71
- test_e2e_apex_gpu_large : _test_e2e
72
-
73
57
.PHONY : test_e2e_dependencies
74
58
test_e2e_dependencies : TEST_CMD=bash /var/storage/dependencies.sh
75
59
test_e2e_dependencies : _test_e2e
0 commit comments