Commit a798138
authored
* Trim transient RFC context from TestFlight CI comments
The shell-script and pipeline.yml header comments carried "Faster Releases"
rollout context that's only relevant while the project is in flight. Drop it,
keep the factual one-liners, and switch the build step to the :testflight:
emoji to match the matrix group.
Addresses review feedback from #25674.
* Drop transient RFC context from the TestFlight lane doc comment
The "intentionally additive / source of truth until proven" and "wired up in
later phases of the RFC" paragraphs describe the rollout state, not the lane.
Keep the build-code explanation, which documents behavior that outlives the
project.
Addresses review feedback from #25674.
* Validate BUILDKITE_BUILD_NUMBER before building the TestFlight app
The env check sat after the case statement, so a missing build number only
surfaced after update_certs_and_profiles_* had already run. Move the check to
the top of the lane to fail before any cert/profile work.
Addresses review feedback from #25674.
* Tidy the internal TestFlight upload helper
- Tag the placeholder "what's new" comment TODO instead of TBD, which isn't a
convention anyone greps for.
- Spell the changelog env fallbacks "unknown branch" / "unknown commit" so a
missing value reads as such.
- Manage the temp file with Dir.mktmpdir's block form, which cleans up the
directory itself instead of a manual begin/ensure rm.
Addresses review feedback from #25674.
* Announce Reader's omission when building all apps locally
The lane is named build_all_apps_for_testflight but only builds WordPress and
Jetpack. Print a visible heads-up at runtime so someone running it locally
isn't left wondering where the Reader build went.
Addresses review feedback from #25674.
1 parent 5fbce59 commit a798138
3 files changed
Lines changed: 14 additions & 30 deletions
| 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 | | |
| |||
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
16 | | - | |
| 13 | + | |
17 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 35 | + | |
40 | 36 | | |
41 | 37 | | |
42 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | 320 | | |
326 | 321 | | |
327 | 322 | | |
328 | 323 | | |
329 | 324 | | |
330 | 325 | | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | 326 | | |
337 | 327 | | |
338 | 328 | | |
339 | 329 | | |
340 | 330 | | |
341 | 331 | | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
342 | 336 | | |
343 | 337 | | |
344 | 338 | | |
| |||
367 | 361 | | |
368 | 362 | | |
369 | 363 | | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | 364 | | |
374 | 365 | | |
375 | 366 | | |
| |||
419 | 410 | | |
420 | 411 | | |
421 | 412 | | |
422 | | - | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
423 | 416 | | |
424 | 417 | | |
425 | 418 | | |
| |||
542 | 535 | | |
543 | 536 | | |
544 | 537 | | |
545 | | - | |
| 538 | + | |
546 | 539 | | |
547 | 540 | | |
548 | 541 | | |
549 | | - | |
550 | | - | |
| 542 | + | |
551 | 543 | | |
552 | | - | |
| 544 | + | |
| 545 | + | |
553 | 546 | | |
554 | 547 | | |
555 | 548 | | |
556 | 549 | | |
557 | 550 | | |
558 | | - | |
| 551 | + | |
559 | 552 | | |
560 | 553 | | |
561 | | - | |
562 | | - | |
563 | 554 | | |
564 | 555 | | |
565 | 556 | | |
| |||
0 commit comments