Skip to content

Commit b13bf4a

Browse files
committed
Make Changes to point to my repos
1 parent fb8bc36 commit b13bf4a

File tree

2 files changed

+203
-96
lines changed

2 files changed

+203
-96
lines changed

.github/workflows/build-kernel-release.yml

Lines changed: 99 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -19,48 +19,66 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
- model: OP11
22+
- model: OP11_v
2323
soc: kalama
2424
branch: oneplus/sm8550
2525
manifest: oneplus_11_v.xml
2626
android_version: android13
2727
kernel_version: "5.15"
28-
- model: OP11r
29-
soc: waipio
30-
branch: oneplus/sm8475
31-
manifest: oneplus_11r_v.xml
32-
android_version: android13
33-
kernel_version: "5.10"
34-
- model: OP-OPEN
28+
- model: OP11_u
3529
soc: kalama
3630
branch: oneplus/sm8550
37-
manifest: oneplus_open_v.xml
31+
manifest: oneplus_11_u.xml
3832
android_version: android13
3933
kernel_version: "5.15"
40-
- model: OP-ACE-2
41-
soc: waipio
42-
branch: oneplus/sm8475
43-
manifest: oneplus_ace2_v.xml
34+
- model: OP11_t
35+
soc: kalama
36+
branch: oneplus/sm8550
37+
manifest: oneplus_11_t.xml
4438
android_version: android13
45-
kernel_version: "5.10"
46-
- model: OP10t
47-
soc: waipio
48-
branch: oneplus/sm8475
49-
manifest: oneplus_10t_v.xml
50-
android_version: android12
51-
kernel_version: "5.10"
52-
- model: OP10pro
53-
soc: waipio
54-
branch: oneplus/sm8450
55-
manifest: oneplus_10_pro_v.xml
56-
android_version: android12
57-
kernel_version: "5.10"
58-
- model: OP-ACE-2-PRO
39+
kernel_version: "5.15"
40+
- model: OP11_t_1
5941
soc: kalama
6042
branch: oneplus/sm8550
61-
manifest: oneplus_ace2pro_v.xml
43+
manifest: oneplus_11_t_1.xml
6244
android_version: android13
6345
kernel_version: "5.15"
46+
# - model: OP11r
47+
# soc: waipio
48+
# branch: oneplus/sm8475
49+
# manifest: oneplus_11r_v.xml
50+
# android_version: android13
51+
# kernel_version: "5.10"
52+
# - model: OP-OPEN
53+
# soc: kalama
54+
# branch: oneplus/sm8550
55+
# manifest: oneplus_open_v.xml
56+
# android_version: android13
57+
# kernel_version: "5.15"
58+
# - model: OP-ACE-2
59+
# soc: waipio
60+
# branch: oneplus/sm8475
61+
# manifest: oneplus_ace2_v.xml
62+
# android_version: android13
63+
# kernel_version: "5.10"
64+
# - model: OP10t
65+
# soc: waipio
66+
# branch: oneplus/sm8475
67+
# manifest: oneplus_10t_v.xml
68+
# android_version: android12
69+
# kernel_version: "5.10"
70+
# - model: OP10pro
71+
# soc: waipio
72+
# branch: oneplus/sm8450
73+
# manifest: oneplus_10_pro_v.xml
74+
# android_version: android12
75+
# kernel_version: "5.10"
76+
# - model: OP-ACE-2-PRO
77+
# soc: kalama
78+
# branch: oneplus/sm8550
79+
# manifest: oneplus_ace2pro_v.xml
80+
# android_version: android13
81+
# kernel_version: "5.15"
6482
uses: ./.github/workflows/build.yml
6583
secrets: inherit
6684
with:
@@ -71,66 +89,66 @@ jobs:
7189
android_version: ${{ matrix.android_version }}
7290
kernel_version: ${{ matrix.kernel_version }}
7391

74-
build-batch-2:
75-
# needs: build-batch-1
76-
strategy:
77-
fail-fast: false
78-
matrix:
79-
include:
80-
- model: OP13
81-
soc: sun
82-
branch: oneplus/sm8750
83-
manifest: JiuGeFaCai_oneplus_13_v.xml
84-
android_version: android15
85-
kernel_version: "6.6"
86-
- model: OPAce5Pro
87-
soc: sun
88-
branch: oneplus/sm8750
89-
manifest: JiuGeFaCai_oneplus_ace5_pro_v.xml
90-
android_version: android15
91-
kernel_version: "6.6"
92-
- model: OP12
93-
soc: pineapple
94-
branch: oneplus/sm8650
95-
manifest: oneplus12_v.xml
96-
android_version: android14
97-
kernel_version: "6.1"
98-
- model: OP13r
99-
soc: pineapple
100-
branch: oneplus/sm8650
101-
manifest: oneplus_13r.xml
102-
android_version: android14
103-
kernel_version: "6.1"
104-
- model: OP-ACE-5
105-
soc: pineapple
106-
branch: oneplus/sm8650
107-
manifest: oneplus_ace5.xml
108-
android_version: android14
109-
kernel_version: "6.1"
110-
- model: OP-NORD-4
111-
soc: pineapple
112-
branch: oneplus/sm7675
113-
manifest: oneplus_nord_4_v.xml
114-
android_version: android14
115-
kernel_version: "6.1"
116-
uses: ./.github/workflows/build.yml
117-
secrets: inherit
118-
with:
119-
model: ${{ matrix.model }}
120-
soc: ${{ matrix.soc }}
121-
branch: ${{ matrix.branch }}
122-
manifest: ${{ matrix.manifest }}
123-
android_version: ${{ matrix.android_version }}
124-
kernel_version: ${{ matrix.kernel_version }}
92+
# build-batch-2:
93+
# # needs: build-batch-1
94+
# strategy:
95+
# fail-fast: false
96+
# matrix:
97+
# include:
98+
# - model: OP13
99+
# soc: sun
100+
# branch: oneplus/sm8750
101+
# manifest: JiuGeFaCai_oneplus_13_v.xml
102+
# android_version: android15
103+
# kernel_version: "6.6"
104+
# - model: OPAce5Pro
105+
# soc: sun
106+
# branch: oneplus/sm8750
107+
# manifest: JiuGeFaCai_oneplus_ace5_pro_v.xml
108+
# android_version: android15
109+
# kernel_version: "6.6"
110+
# - model: OP12
111+
# soc: pineapple
112+
# branch: oneplus/sm8650
113+
# manifest: oneplus12_v.xml
114+
# android_version: android14
115+
# kernel_version: "6.1"
116+
# - model: OP13r
117+
# soc: pineapple
118+
# branch: oneplus/sm8650
119+
# manifest: oneplus_13r.xml
120+
# android_version: android14
121+
# kernel_version: "6.1"
122+
# - model: OP-ACE-5
123+
# soc: pineapple
124+
# branch: oneplus/sm8650
125+
# manifest: oneplus_ace5.xml
126+
# android_version: android14
127+
# kernel_version: "6.1"
128+
# - model: OP-NORD-4
129+
# soc: pineapple
130+
# branch: oneplus/sm7675
131+
# manifest: oneplus_nord_4_v.xml
132+
# android_version: android14
133+
# kernel_version: "6.1"
134+
# uses: ./.github/workflows/build.yml
135+
# secrets: inherit
136+
# with:
137+
# model: ${{ matrix.model }}
138+
# soc: ${{ matrix.soc }}
139+
# branch: ${{ matrix.branch }}
140+
# manifest: ${{ matrix.manifest }}
141+
# android_version: ${{ matrix.android_version }}
142+
# kernel_version: ${{ matrix.kernel_version }}
125143

126144
trigger-release:
127145
needs:
128146
- build-batch-1
129-
- build-batch-2
147+
# - build-batch-2
130148
runs-on: ubuntu-latest
131149
if: ${{ inputs.make_release }}
132150
env:
133-
REPO_OWNER: TheWildJames
151+
REPO_OWNER: fatalcoder524
134152
REPO_NAME: OnePlus_KernelSU_SUSFS
135153
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
136154
RELEASE_NAME: "*TEST BUILD* OnePlus Kernels With KernelSU Next & SUSFS v1.5.5 *TEST BUILD*"

0 commit comments

Comments
 (0)