Skip to content

Commit

Permalink
kubeflow-pipelines-samples-v2-gha - WIP fix file not found
Browse files Browse the repository at this point in the history
Signed-off-by: hbelmiro <[email protected]>
  • Loading branch information
hbelmiro committed Jul 29, 2024
1 parent e40f201 commit 5f36d7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion backend/src/v2/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ REPO_ROOT=../../../..
# GCR_ROOT=gcr.io/$(PROJECT)/v2-sample-test
# HOST=https://71a74112589c16e8-dot-asia-east1.pipelines.googleusercontent.com
ENV_PATH?=.env
include $(ENV_PATH)
#include $(ENV_PATH)
SHELL = /bin/bash

.PHONY: all
Expand All @@ -15,6 +15,12 @@ all: sample-test
sample-test:
# The -u flag makes python output unbuffered, so that we can see real time log.
# Reference: https://stackoverflow.com/a/107717
CURRENT=$(pwd)

echo "hhh -> ${CURRENT}"

exit 666

export KF_PIPELINES_ENDPOINT=$(HOST) \
&& python -u new_sample_test.py \
--samples_config samples/test/config.yaml \
Expand Down
2 changes: 1 addition & 1 deletion backend/src/v2/test/sample-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ python3 -m pip install --upgrade pip
python3 -m pip install -r ./requirements-sample-test.txt

# Run sample test
ENV_PATH=backend/src/v2/test/kfp-ci-gha.env make
ENV_PATH=./kfp-ci-gha.env make

0 comments on commit 5f36d7e

Please sign in to comment.