Skip to content

feat(components): Introduce max_wait_duration to custom job to v1 GCP… #608

feat(components): Introduce max_wait_duration to custom job to v1 GCP…

feat(components): Introduce max_wait_duration to custom job to v1 GCP… #608

Workflow file for this run

name: KFP SDK Tests
on:
push:
branches:
- master
pull_request:
paths:
- 'sdk/**'
- 'test/presubmit-tests-sdk.sh'
- '.github/workflows/kfp-sdk-tests.yml'
jobs:
sdk-tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Run SDK Tests
run: |
./test/presubmit-tests-sdk.sh