Commit 431ed09
committed
chore: stop publishing Experimental app
PR2 of the phased Experimental → Official migration (design doc + NATIVE-1118).
CI is no longer building or publishing the Experimental variant. The Official
publish pipeline is unchanged in behaviour; this just rips out the parallel
experimental arm from every workflow, composite action, and fastlane lane it
touched.
Workflows
- Delete .github/workflows/build-android.yml and build-ios.yml (the parameterised
workflows whose only remaining caller was the experimental path; Official
already had build-official-{android,ios}.yml).
- Remove android-build-experimental-store / ios-build-experimental-store from
build-pr.yml and build-develop.yml.
- Drop `type` workflow input from build-official-{android,ios}.yml and stop
passing GOOGLE_SERVICES_IOS_EXPERIMENTAL / BUGSNAG_KEY to the iOS composite.
Composite actions
- build-android: drop type/KEYSTORE_EXPERIMENTAL_*/BUGSNAG_KEY inputs and the
experimental arms in keystore decode, gradle.properties, gradle bundle, and
bugsnag upload. Only the Official AAB upload step remains.
- build-ios: drop type/BUGSNAG_KEY/GOOGLE_SERVICES_IOS_EXPERIMENTAL, drop the
experimental fastlane invocation and all `inputs.type == 'experimental'`
artifact uploads. Keep the PlistBuddy `Set IS_OFFICIAL YES` block until PR3
removes the key from the source Info.plists.
- upload-{android,internal-android,ios}: drop type input, the experimental
download branches, and the `Rocket.Chat Experimental` PR-comment label.
Fastlane
- ios/fastlane/Fastfile: delete build_experimental and build_experimental_simulator;
collapse `beta` to a no-options Official lane (chat.rocket.ios + BUGSNAG_KEY_OFFICIAL).
Keep build_official and its `prepare_ios_official.sh` call — PR3 deletes both
in lockstep with the pbxproj rewrite.
- android/fastlane/Fastfile: delete experimental_production; collapse `beta` and
`internal_app_sharing` to no-options Official lanes (chat.rocket.android).
Verified by `grep -rn experimental|Experimental|EXPERIMENTAL .github/ ios/fastlane/Fastfile android/fastlane/Fastfile` returning zero, and by YAML/Ruby
parse on every modified file.
Out-of-band steps (App Store Connect archive, Play Console internal entry, GH
Environments + Secrets cleanup) are tracked separately in the design doc and
are not part of this PR.
https://rocketchat.atlassian.net/browse/NATIVE-11181 parent 66571ed commit 431ed09
14 files changed
Lines changed: 73 additions & 575 deletions
File tree
- .github
- actions
- build-android
- build-ios
- upload-android
- upload-internal-android
- upload-ios
- workflows
- android/fastlane
- ios/fastlane
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 7 | | |
26 | | - | |
| 8 | + | |
27 | 9 | | |
28 | 10 | | |
29 | 11 | | |
| |||
63 | 45 | | |
64 | 46 | | |
65 | 47 | | |
66 | | - | |
| 48 | + | |
67 | 49 | | |
68 | 50 | | |
69 | 51 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 52 | + | |
76 | 53 | | |
77 | 54 | | |
78 | 55 | | |
| |||
86 | 63 | | |
87 | 64 | | |
88 | 65 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
107 | 72 | | |
108 | 73 | | |
109 | 74 | | |
| |||
116 | 81 | | |
117 | 82 | | |
118 | 83 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
| 84 | + | |
126 | 85 | | |
127 | 86 | | |
128 | 87 | | |
129 | 88 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
| 89 | + | |
| 90 | + | |
138 | 91 | | |
139 | 92 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | 93 | | |
148 | | - | |
149 | 94 | | |
150 | 95 | | |
151 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 10 | | |
17 | 11 | | |
18 | 12 | | |
| |||
37 | 31 | | |
38 | 32 | | |
39 | 33 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 34 | | |
44 | 35 | | |
45 | 36 | | |
| |||
85 | 76 | | |
86 | 77 | | |
87 | 78 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
102 | 84 | | |
103 | 85 | | |
104 | 86 | | |
105 | 87 | | |
106 | 88 | | |
107 | 89 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 90 | + | |
113 | 91 | | |
114 | 92 | | |
115 | 93 | | |
116 | 94 | | |
117 | 95 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
| 96 | + | |
125 | 97 | | |
126 | 98 | | |
127 | 99 | | |
| |||
133 | 105 | | |
134 | 106 | | |
135 | 107 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | 108 | | |
145 | 109 | | |
146 | 110 | | |
147 | 111 | | |
148 | 112 | | |
149 | 113 | | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | 114 | | |
159 | 115 | | |
160 | 116 | | |
161 | 117 | | |
162 | 118 | | |
163 | 119 | | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | 120 | | |
173 | 121 | | |
174 | 122 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
| |||
17 | 14 | | |
18 | 15 | | |
19 | 16 | | |
20 | | - | |
| 17 | + | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 21 | | |
32 | | - | |
33 | 22 | | |
34 | 23 | | |
35 | 24 | | |
| |||
72 | 61 | | |
73 | 62 | | |
74 | 63 | | |
75 | | - | |
| 64 | + | |
76 | 65 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 66 | + | |
81 | 67 | | |
82 | 68 | | |
83 | 69 | | |
84 | | - | |
| 70 | + | |
85 | 71 | | |
86 | 72 | | |
87 | 73 | | |
88 | 74 | | |
89 | 75 | | |
90 | | - | |
91 | 76 | | |
92 | 77 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 78 | | |
100 | 79 | | |
101 | 80 | | |
102 | | - | |
| 81 | + | |
103 | 82 | | |
104 | 83 | | |
105 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
| |||
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 21 | | |
32 | | - | |
33 | 22 | | |
34 | 23 | | |
35 | 24 | | |
| |||
52 | 41 | | |
53 | 42 | | |
54 | 43 | | |
55 | | - | |
| 44 | + | |
56 | 45 | | |
57 | 46 | | |
58 | 47 | | |
| |||
78 | 67 | | |
79 | 68 | | |
80 | 69 | | |
81 | | - | |
82 | 70 | | |
83 | 71 | | |
84 | 72 | | |
85 | 73 | | |
86 | 74 | | |
87 | 75 | | |
88 | 76 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 77 | + | |
96 | 78 | | |
97 | 79 | | |
98 | 80 | | |
| |||
0 commit comments