Skip to content

Commit

Permalink
WIP: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gmfrasca committed Aug 29, 2023
1 parent f075e5e commit 3a4bc63
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kfp-tekton-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
- name: Install dependencies
run: python -m pip install -e sdk/python
- name: "Progress report on compiling KFP DSL test scripts"
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/tests/test_kfp_samples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ done

# define global variables
KFP_GIT_VERSION=${KFP_VERSION:-1.8.4}
KFP_SDK_VERSION=${KFP_VERSION:-1.8.14}
KFP_SDK_VERSION=${KFP_VERSION:-1.8.21}
KFP_REPO_URL="https://github.com/kubeflow/pipelines.git"
SCRIPT_DIR="$(cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd)"
PROJECT_DIR="${TRAVIS_BUILD_DIR:-$(cd "${SCRIPT_DIR%/sdk/python/tests}"; pwd)}"
Expand Down
12 changes: 6 additions & 6 deletions sdk/python/tests/test_kfp_samples_report.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SUCCESS: add_pod_env.py
SUCCESS: artifact_passing_using_volume.py
SUCCESS: basic.py
SUCCESS: basic_no_decorator.py
SUCCESS: basic.py
SUCCESS: coin.py
SUCCESS: compose.py
SUCCESS: default_value.py
Expand All @@ -20,16 +20,16 @@ SUCCESS: sidecar.py
SUCCESS: timeout.py
SUCCESS: two_step.py
FAILURE: uri_artifacts.py
SUCCESS: volume.py
SUCCESS: volume_snapshotop_rokurl.py
SUCCESS: volume_snapshotop_sequential.py
SUCCESS: volumeop_basic.py
SUCCESS: volumeop_dag.py
SUCCESS: volumeop_parallel.py
SUCCESS: volumeop_sequential.py
SUCCESS: volume.py
SUCCESS: volume_snapshotop_rokurl.py
SUCCESS: volume_snapshotop_sequential.py
SUCCESS: withitem_basic.py
SUCCESS: withitem_nested.py
SUCCESS: withparam_global.py
SUCCESS: withparam_global_dict.py
SUCCESS: withparam_output.py
SUCCESS: withparam_global.py
SUCCESS: withparam_output_dict.py
SUCCESS: withparam_output.py

0 comments on commit 3a4bc63

Please sign in to comment.