File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 130
130
E2E_TEST_COMPOSE_ARGS := -p pa-e2e-testing -f ./configs/e2e/docker-compose.yml -f ./test/e2e/docker-compose.test.yml
131
131
132
132
.PHONY : e2e_test_start
133
- e2e_test_start :
133
+ e2e_test_start : build_e2e_test_images
134
134
docker-compose $(E2E_TEST_COMPOSE_ARGS ) up -d
135
135
@echo
136
136
@echo " To see analysis results, go to http://localhost:9000/minio/package-analysis"
@@ -160,6 +160,13 @@ e2e_test_logs_scheduler:
160
160
e2e_test_logs_analysis :
161
161
docker-compose $(E2E_TEST_COMPOSE_ARGS ) logs -f analysis
162
162
163
+
164
+ .PHONY : build_e2e_test_images
165
+ build_e2e_test_images : TAG=test
166
+ build_e2e_test_images : sync_prod_sandboxes build_analysis_image build_scheduler_image
167
+
168
+
169
+
163
170
.PHONY : test_go
164
171
test_go :
165
172
go test -v ./...
You can’t perform that action at this time.
0 commit comments