Skip to content

Commit

Permalink
Forwarded port
Browse files Browse the repository at this point in the history
Signed-off-by: Helber Belmiro <[email protected]>
  • Loading branch information
hbelmiro committed Jan 21, 2025
1 parent a7461cf commit 955f70d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,13 @@ jobs:
with:
python-version: 3.9

- name: echo 1
run: echo "hhhhhh-> ${NAMESPACE}"

- name: Create KFP cluster
uses: ./.github/actions/kfp-cluster
with:
k8s_version: ${{ matrix.k8s_version }}

- name: echo 2
run: echo "hhhhhh-> ${NAMESPACE}"
- name: Forward API port
run: ./.github/resources/scripts/forward-port.sh "kubeflow" "ml-pipeline" 8888 8888

- name: Prepare upgrade tests
working-directory: backend/test/integration
Expand Down

0 comments on commit 955f70d

Please sign in to comment.