From 3a4bc636175d6864572081fb8d4d07bf8c39b3e9 Mon Sep 17 00:00:00 2001 From: Giulio Frasca Date: Tue, 29 Aug 2023 16:57:21 -0400 Subject: [PATCH] WIP: Fix CI --- .github/workflows/kfp-tekton-unittests.yml | 4 ++-- sdk/python/tests/test_kfp_samples.sh | 2 +- sdk/python/tests/test_kfp_samples_report.txt | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/kfp-tekton-unittests.yml b/.github/workflows/kfp-tekton-unittests.yml index 5d8de5e47f..5bbb2450c9 100644 --- a/.github/workflows/kfp-tekton-unittests.yml +++ b/.github/workflows/kfp-tekton-unittests.yml @@ -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" diff --git a/sdk/python/tests/test_kfp_samples.sh b/sdk/python/tests/test_kfp_samples.sh index dcfe3f88d0..22226e858a 100755 --- a/sdk/python/tests/test_kfp_samples.sh +++ b/sdk/python/tests/test_kfp_samples.sh @@ -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)}" diff --git a/sdk/python/tests/test_kfp_samples_report.txt b/sdk/python/tests/test_kfp_samples_report.txt index d71a843766..429fc52ff3 100644 --- a/sdk/python/tests/test_kfp_samples_report.txt +++ b/sdk/python/tests/test_kfp_samples_report.txt @@ -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 @@ -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