| #
c627e13d |
| 03-Jul-2023 |
Douglas Lowder <[email protected]> |
Remove unneeded .ruby-version file (#23237)
|
| #
e66e0f7d |
| 01-Jul-2023 |
Kudo Chien <[email protected]> |
[ci] trying to fix flaky ios unit test ci (#23245)
# Why
flaky ios unit test ci from timeout: https://github.com/expo/expo/actions/runs/5427238787/jobs/9870870707
# How
- use macos 13
- us
[ci] trying to fix flaky ios unit test ci (#23245)
# Why
flaky ios unit test ci from timeout: https://github.com/expo/expo/actions/runs/5427238787/jobs/9870870707
# How
- use macos 13
- use xcode 14.3
- use iphone 14 pro simulator for unit tests
though it still having timeout, be seems better without exceeding the 24s timeout
show more ...
|
| #
383b651e |
| 25-Apr-2023 |
Kudo Chien <[email protected]> |
[ci] avd api 33 (#22216)
# Why
our `targetSdkVersion` is now 33, we should update the emulator for 33 as well.
# How
- update api to 33
- introduce `use-android-emulator` action and remove
[ci] avd api 33 (#22216)
# Why
our `targetSdkVersion` is now 33, we should update the emulator for 33 as well.
# How
- update api to 33
- introduce `use-android-emulator` action and remove the emulator from expo-caches action. that would put all emulator settings in a single place. other than that, i noticed that emulator booting from snapshot is not quite stable. it just reduces about two minutes and waste cache disk size. this pr also removes the emulator cache.
- based on #22214, we can now build apks on ubuntu runners and then run tests on macos runner. that would save the macos runner limit a little bit.
> **Note**
google only provides api-33 emulator image with google_apis target and [it's not very stable](https://github.com/ReactiveCircus/android-emulator-runner/discussions/286#discussioncomment-4028889). it sometimes has the SystemUI ANR. i've tried as much as i can to supress the SystemUI ANR error. if the error rate is too high, i will disable the slack notification for test-suite android-test failures.
# Test Plan
- ci passed
- android instrumentation test is also broken on main. will follow up in a separated pr.
show more ...
|
| #
7b5d4716 |
| 09-Nov-2022 |
Douglas Lowder <[email protected]> |
Update workflows for Xcode 14 (#19940)
|
| #
1ddc371b |
| 12-May-2022 |
Kudo Chien <[email protected]> |
[ci] add matrix support to slack webhooks (#17484)
# Why
fix slack bot job name error after we introduced matrix in #17162
# How
according [the document](https://action-slack.netlify.app/fi
[ci] add matrix support to slack webhooks (#17484)
# Why
fix slack bot job name error after we introduced matrix in #17162
# How
according [the document](https://action-slack.netlify.app/fields), add the `MATRIX_CONTEXT`
show more ...
|
| #
58f238aa |
| 04-May-2022 |
Bartosz Kaszubowski <[email protected]> |
[github] update Android API version for AVDs on CI (#17278)
|
| #
fc12ed2d |
| 28-Apr-2022 |
Bartosz Kaszubowski <[email protected]> |
[github] add local composite actions for CI, refactor workflows (#17162)
|
| #
4af7344c |
| 12-Apr-2022 |
Bartosz Kaszubowski <[email protected]> |
[github] update most of GitHub actions used in workflows (#17003)
|
| #
6fe6a860 |
| 06-Apr-2022 |
Łukasz Kosmaty <[email protected]> |
[dev-client][e2e] Use java 11 (#16948)
# Why
Uses java 11 in the latest e2e test.
|
| #
48467440 |
| 28-Mar-2022 |
Łukasz Kosmaty <[email protected]> |
[dev-client][e2e] Update test runner to `0.0.9` (#16786)
# Why
Updates `expo-test-runner` to version `0.0.9` & use java 11 in dev-client-latest-e2e job.
|
| #
5eb14d4a |
| 04-Mar-2022 |
Łukasz Kosmaty <[email protected]> |
[dev-client][e2] Add slack notifications (#16504)
# Why
Closes ENG-4239.
|
| #
7816af7b |
| 01-Mar-2022 |
Łukasz Kosmaty <[email protected]> |
[dev-client] Run e2e tests weekly on the latest RN version (#16466)
# Why
Closes ENG-2193.
# How
- Updated RN version in the base tests
- Added e2e tests which will be run with the next ve
[dev-client] Run e2e tests weekly on the latest RN version (#16466)
# Why
Closes ENG-2193.
# How
- Updated RN version in the base tests
- Added e2e tests which will be run with the next version of the RN
- Added a new action to run new tests weekly
# Test Plan
- run `latest-e2e` tests locally.
show more ...
|