forked from opendatahub-io/data-science-pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (28 loc) · 767 Bytes
/
Copy pathsdk-upgrade.yml
File metadata and controls
34 lines (28 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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'
- '!**/*.md'
- '!**/OWNERS'
jobs:
test-upgrade-kfp-sdk:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.9
- name: Install protobuf dependencies & kfp-pipeline-spec
id: install-protobuf-deps
uses: ./.github/actions/protobuf
with:
generate_golang_proto: "false"
- name: Run SDK upgrade tests
run: ./test/presubmit-test-sdk-upgrade.sh