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 479668b commit c1e69d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/kfp-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
with:
python-version: 3.8

- name: Create KFP cluster
uses: ./.github/actions/kfp-cluster

- name: Forward API port
run: ./scripts/deploy/github/forward-port.sh "kubeflow" "ml-pipeline" 8888 8888
# - name: Create KFP cluster
# uses: ./.github/actions/kfp-cluster
#
# - name: Forward API port
# run: ./scripts/deploy/github/forward-port.sh "kubeflow" "ml-pipeline" 8888 8888

- name: Run Samples Tests
run: |
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=kfp-ci-gha.env make
ENV_PATH=./kfp-ci-gha.env make

0 comments on commit c1e69d1

Please sign in to comment.