Andrew Gable

Results 103 comments of Andrew Gable

PR was merged, however, we had a lot of testing to confirm a few questions: 1. Does the PR work? 2. Can we get the "Large Runners" working? 3. Do...

After testing via this PR: 1. PR works, but required some small edits I made here: https://github.com/Expensify/App/pull/11936 2. Large runners work! 3. Large runners seem to speed up most things,...

**Problem**: We are trying to configure cloud machines to run an emulator very quickly to run performance tests. However: > Emulators can be fast, but require hardware acceleration (HAXM on...

Discussing in Slack with @hannojg - But I was unable to get the custom node http server working on the aws device farm machines. I think looking to see if...

I've reached out to AWS Device Farm support via a support case, I have chatted with their support on the phone and provided code details. They are circling back internally...

@hannojg and I are getting on a call with AWS device farm team today

Update from our call with AWS Device farm: 1. They gave us a code snippet that enables us to run the Android tests as we'd like 🎉 I am working...

We had our first successful run via AWS device farm for Android e2e tests 🎉 Now we just need to improve and tweak things. ``` ❇️ Performance comparison results: ➡️...

Here is our working list: - [x] Remove screen recording code (AWS Device farm does this for us now) - [x] Hook up CI/CD with GitHub actions via https://github.com/realm/aws-devicefarm -...