Skip to content

Commit

Permalink
remove REMOTE_IMAGE from workflow-test
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <[email protected]>
  • Loading branch information
touma-I committed Dec 19, 2024
1 parent 171242d commit 31fb868
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 43 deletions.
3 changes: 1 addition & 2 deletions transforms/language/doc_chunk/kfp_ray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ workflow-test: workflow-build
TRANSFORM_RUNTIME=$(TRANSFORM_RUNTIME) \
TRANSFORM_NAME=$(TRANSFORM_NAME) \
BUILD_SPECIFIC_RUNTIME=$(BUILD_SPECIFIC_RUNTIME) \
DOCKER_REMOTE_IMAGE=$(DOCKER_REGISTRY_ENDPOINT)/$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION) \
PIPELINE_FILE=doc_chunk_wf.yaml .workflows.test-pipeline
PIPELINE_FILE=$(TRANSFORM_NAME)_wf.yaml .workflows.test-pipeline

.PHONY: workflow-upload
workflow-upload: workflow-build
Expand Down
1 change: 0 additions & 1 deletion transforms/language/doc_quality/kfp_ray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ workflow-test: workflow-build
TRANSFORM_RUNTIME=$(TRANSFORM_RUNTIME) \
TRANSFORM_NAME=$(TRANSFORM_NAME) \
BUILD_SPECIFIC_RUNTIME=$(BUILD_SPECIFIC_RUNTIME) \
DOCKER_REMOTE_IMAGE=$(DOCKER_REGISTRY_ENDPOINT)/$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION) \
PIPELINE_FILE=$(TRANSFORM_NAME)_wf.yaml .workflows.test-pipeline

.PHONY: workflow-upload
Expand Down
18 changes: 1 addition & 17 deletions transforms/language/html2parquet/kfp_ray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,6 @@ clean:
@# Help: Clean up the virtual environment.
rm -rf ${REPOROOT}/transforms/venv

venv::

build::

test::

test-src::

test-image::

publish::

image::

load-image::

.PHONY: workflow-build
workflow-build: workflow-venv
Expand All @@ -53,8 +38,7 @@ workflow-test: workflow-build
TRANSFORM_RUNTIME=$(TRANSFORM_RUNTIME) \
TRANSFORM_NAME=$(TRANSFORM_NAME) \
BUILD_SPECIFIC_RUNTIME=$(BUILD_SPECIFIC_RUNTIME) \
DOCKER_REMOTE_IMAGE=$(DOCKER_REGISTRY_ENDPOINT)/$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION) \
PIPELINE_FILE=html2parquet_wf.yaml .workflows.test-pipeline
PIPELINE_FILE=$(TRANSFORM_NAME)_wf.yaml .workflows.test-pipeline

.PHONY: workflow-upload
workflow-upload:
Expand Down
1 change: 0 additions & 1 deletion transforms/language/lang_id/kfp_ray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ workflow-test: workflow-build
TRANSFORM_RUNTIME=$(TRANSFORM_RUNTIME) \
TRANSFORM_NAME=$(TRANSFORM_NAME) \
BUILD_SPECIFIC_RUNTIME=$(BUILD_SPECIFIC_RUNTIME) \
DOCKER_REMOTE_IMAGE=$(DOCKER_REGISTRY_ENDPOINT)/$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION) \
PIPELINE_FILE=$(TRANSFORM_NAME)_wf.yaml .workflows.test-pipeline

.PHONY: workflow-upload
Expand Down
3 changes: 1 addition & 2 deletions transforms/language/pdf2parquet/kfp_ray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ workflow-test: workflow-build
TRANSFORM_RUNTIME=$(TRANSFORM_RUNTIME) \
TRANSFORM_NAME=$(TRANSFORM_NAME) \
BUILD_SPECIFIC_RUNTIME=$(BUILD_SPECIFIC_RUNTIME) \
DOCKER_REMOTE_IMAGE=$(DOCKER_REGISTRY_ENDPOINT)/$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION) \
PIPELINE_FILE=pdf2parquet_wf.yaml .workflows.test-pipeline
PIPELINE_FILE=$(TRANSFORM_NAME)_wf.yaml .workflows.test-pipeline

.PHONY: workflow-upload
workflow-upload: workflow-build
Expand Down
3 changes: 1 addition & 2 deletions transforms/language/text_encoder/kfp_ray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ workflow-test: workflow-build
TRANSFORM_RUNTIME=$(TRANSFORM_RUNTIME) \
TRANSFORM_NAME=$(TRANSFORM_NAME) \
BUILD_SPECIFIC_RUNTIME=$(BUILD_SPECIFIC_RUNTIME) \
DOCKER_REMOTE_IMAGE=$(DOCKER_REGISTRY_ENDPOINT)/$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION) \
PIPELINE_FILE=text_encoder_wf.yaml .workflows.test-pipeline
PIPELINE_FILE=$(TRANSFORM_NAME)_wf.yaml .workflows.test-pipeline

.PHONY: workflow-upload
workflow-upload: workflow-build
Expand Down
16 changes: 0 additions & 16 deletions transforms/universal/doc_id/kfp_ray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,6 @@ clean:
@# Help: Clean up the virtual environment.
rm -rf ${REPOROOT}/transforms/venv

venv::

build::

test::

test-src::

test-image::

publish::

image::

load-image::

.PHONY: workflow-build
workflow-build: workflow-venv
Expand All @@ -53,7 +38,6 @@ workflow-test: workflow-build
TRANSFORM_RUNTIME=$(TRANSFORM_RUNTIME) \
TRANSFORM_NAME=$(TRANSFORM_NAME) \
BUILD_SPECIFIC_RUNTIME=$(BUILD_SPECIFIC_RUNTIME) \
DOCKER_REMOTE_IMAGE=$(DOCKER_REGISTRY_ENDPOINT)/$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION) \
PIPELINE_FILE=$(TRANSFORM_NAME)_wf.yaml .workflows.test-pipeline

.PHONY: workflow-upload
Expand Down
1 change: 0 additions & 1 deletion transforms/universal/ededup/kfp_ray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ workflow-test: workflow-build
TRANSFORM_RUNTIME=$(TRANSFORM_RUNTIME) \
TRANSFORM_NAME=$(TRANSFORM_NAME) \
BUILD_SPECIFIC_RUNTIME=$(BUILD_SPECIFIC_RUNTIME) \
DOCKER_REMOTE_IMAGE=$(DOCKER_REGISTRY_ENDPOINT)/$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION) \
PIPELINE_FILE=$(TRANSFORM_NAME)_wf.yaml .workflows.test-pipeline

.PHONY: workflow-upload
Expand Down
1 change: 0 additions & 1 deletion transforms/universal/hap/kfp_ray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ workflow-test: workflow-build
TRANSFORM_RUNTIME=$(TRANSFORM_RUNTIME) \
TRANSFORM_NAME=$(TRANSFORM_NAME) \
BUILD_SPECIFIC_RUNTIME=$(BUILD_SPECIFIC_RUNTIME) \
DOCKER_REMOTE_IMAGE=$(DOCKER_REGISTRY_ENDPOINT)/$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION) \
PIPELINE_FILE=$(TRANSFORM_NAME)_wf.yaml .workflows.test-pipeline

.PHONY: workflow-upload
Expand Down

0 comments on commit 31fb868

Please sign in to comment.