Skip to content

Commit

Permalink
test: Migrate KFP SDK Upgrade Test to GHA (#10989)
Browse files Browse the repository at this point in the history
Signed-off-by: ddalvi <[email protected]>
  • Loading branch information
DharmitD authored Jul 9, 2024
1 parent 2c3d9d7 commit 574c2ff
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/sdk-upgrade.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: KFP SDK Upgrade Test

on:
push:
branches: [master]

pull_request:
paths:
- 'sdk/python/**'
- 'test/presubmit-test-sdk-upgrade.sh'
- '.github/workflows/sdk-upgrade.yml'

jobs:
test-upgrade-kfp-sdk:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8

- name: Run SDK upgrade tests
run: ./test/presubmit-test-sdk-upgrade.sh

0 comments on commit 574c2ff

Please sign in to comment.