We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ff8c5 commit db193fdCopy full SHA for db193fd
1 file changed
tests/Makefile.functional
@@ -47,6 +47,10 @@ infer-rotation: # NEX-T10543
47
$(call common-recipe, $(COMPOSE_FILES), tests/functional/tc_rotation_from_velocity.py, '$(SERVICES)', true, /run/secrets/controller.auth)
48
$(eval SECRETSDIR := $(OLDSECRETSDIR))
49
50
+upload-3d-glb-file-api: # NEX-T10425-API
51
+ $(eval COMPOSE_FILES := $(COMPOSE)/pgserver.yml:$(COMPOSE)/web.yml)
52
+ $(call common-recipe, $(COMPOSE_FILES), manager/tests/tc_upload_3d_glb_file_api.py, 'pgserver web', true, /run/secrets/controller.auth)
53
+
54
upload-only-3d-glb-files-api: # NEX-T10433-API
55
$(eval COMPOSE_FILES := $(COMPOSE)/pgserver.yml:$(COMPOSE)/web.yml)
56
$(call common-recipe, $(COMPOSE_FILES), manager/tests/tc_upload_only_3d_glb_files_api.py, 'pgserver web', true, /run/secrets/controller.auth)
0 commit comments