Skip to content

Commit df01083

Browse files
committed
Add the stable and rhoai branches to the CI
Signed-off-by: mprahl <[email protected]>
1 parent 6a3e171 commit df01083

20 files changed

+95
-13
lines changed

.github/workflows/backend-visualization.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: KFP backend visualization tests
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches:
6+
- master
7+
- main
8+
- stable
9+
- 'rhoai-*'
610

711
pull_request:
812
paths:

.github/workflows/build-master.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- master
6+
- main
7+
- stable
8+
- 'rhoai-*'
69
concurrency:
710
group: ${{ github.workflow }}
811
cancel-in-progress: true

.github/workflows/e2e-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: KFP e2e tests
22

33
on:
44
push:
5-
branches: [master]
5+
branches:
6+
- master
7+
- main
8+
- stable
9+
- 'rhoai-*'
610

711
pull_request:
812
paths:

.github/workflows/frontend.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ on:
44
push:
55
branches:
66
- master
7+
- main
8+
- stable
9+
- 'rhoai-*'
710
pull_request:
811
branches:
912
- master
13+
- main
14+
- stable
15+
- 'rhoai-*'
1016
paths:
1117
- 'frontend/**'
1218
- '.github/workflows/frontend.yml'

.github/workflows/gcpc-modules-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: GCPC modules test
22

33
on:
44
push:
5-
branches: [master]
5+
branches:
6+
- master
7+
- main
8+
- stable
9+
- 'rhoai-*'
610

711
pull_request:
812
paths:

.github/workflows/kfp-kubernetes-execution-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: k8s execution tests
22

33
on:
44
push:
5-
branches: [master]
5+
branches:
6+
- master
7+
- main
8+
- stable
9+
- 'rhoai-*'
610

711
pull_request:
812
paths:

.github/workflows/kfp-kubernetes-library-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: kfp-kubernetes library tests
22

33
on:
44
push:
5-
branches: [master]
5+
branches:
6+
- master
7+
- main
8+
- stable
9+
- 'rhoai-*'
610
pull_request:
711
paths:
812
- '.github/workflows/kfp-kubernetes-library-test.yml'

.github/workflows/kfp-samples.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- master
7+
- main
8+
- stable
9+
- 'rhoai-*'
710
pull_request:
811
paths:
912
- '.github/resources/**'

.github/workflows/kfp-sdk-runtime-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: KFP Runtime Code Tests
22

33
on:
44
push:
5-
branches: [master]
5+
branches:
6+
- master
7+
- main
8+
- stable
9+
- 'rhoai-*'
610

711
pull_request:
812
paths:

.github/workflows/kfp-sdk-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- master
7+
- main
8+
- stable
9+
- 'rhoai-*'
710
pull_request:
811
paths:
912
- 'sdk/**'

0 commit comments

Comments
 (0)