Commit 21344ee
Automate testing new Standard style versions (#3782)
This PR automates the Maps SDK process for Standard and
Standard-Satellite testing for new versions of these styles. It has two
parts:
### Add Standard/Standard-Satellite styles to our SLA metrics
Specific changes:
- Update the `mapbox-maps-internal` pin to include new tests for these
four styles (`standard`, `standard-rc`, `standard-satellite`,
`standard-satellite-rc`). They were added in this
[pr](mapbox/mapbox-maps-internal#1430).
- Update the SLA runners for iOS and Android to run these new tests
whenever our existing benchmarks are run.
Once these changes land, I will add charts for these new tests to the
Mode Engineering Dashboards for iOS and Android.
Example chart from a trial run:

### Enable Mobot testing of RC versions of these styles
Specific changes:
- Add an example to iOS and update an example for Android to allow
pasting a style URL at runtime
Once this is merged I will update the Mobot test script to include test
specific features in `standard`, `standard-rc`, `standard-satellite`,
and `standard-satellite-rc`. We can easily add new test cases for new
Standard features in the RC versions of these styles.
<img
src="https://github.com/user-attachments/assets/742eaca8-14f5-4deb-825f-396a6fdad5c7"
width="300">
<img
src="https://github.com/user-attachments/assets/65a133af-eae3-464f-93d3-6d4b38bd4d95"
width="300">
cc @mapbox/sdk-ci
cc @mapbox/maps-ios
cc @mapbox/gl-native
cc @mapbox/maps-android
---------
Co-authored-by: Release SDK bot for Maps SDK team <[email protected]>
Co-authored-by: Changelog autocreator bot <[email protected]>
GitOrigin-RevId: 19690b797f4bb2cb4aeccddd3684b0e99e0ea3ec1 parent dcf8b4c commit 21344ee
File tree
3 files changed
+57
-13
lines changed- app/src/main
- java/com/mapbox/maps/testapp/examples
- res
- layout
- values
3 files changed
+57
-13
lines changedLines changed: 47 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
23 | 37 | | |
24 | 38 | | |
25 | | - | |
| 39 | + | |
26 | 40 | | |
27 | 41 | | |
28 | 42 | | |
| |||
33 | 47 | | |
34 | 48 | | |
35 | 49 | | |
36 | | - | |
37 | | - | |
| 50 | + | |
| 51 | + | |
38 | 52 | | |
39 | 53 | | |
40 | 54 | | |
| |||
49 | 63 | | |
50 | 64 | | |
51 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
52 | 96 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments