Commit Graph

61 Commits (master)

Author SHA1 Message Date
Morgan Pretty fa46717139 Updated the CI script 8 months ago
Morgan Pretty ce01f128f3 Replaced Cocoapods with Swift Package Manager for dependency management 8 months ago
Morgan Pretty 6663bd64c4 Stopped the PN extension suspending the network and improved logging
• Removed the SOGS polling from the notification extension (rarely worked and caused network suspension bugs)
• Cleaned up some logging
10 months ago
Morgan Pretty fb8a1623df Updated the CI sim build command to use unbuffered io 11 months ago
Morgan Pretty 4b4c69a533 Fixed broken unit tests, tweak to CI script 11 months ago
Morgan Pretty 95d9e5c646 Changed unit test pipeline back to PR only (codecov will error otherwise) 1 year ago
Jason Rhinelander 57824e10fb
Fire unit tests on push
It seems useful to have them run on pushes as well (so that you can push
to a local user branch and have the tests run before PRing it).
1 year ago
Jason Rhinelander b65ca5521c
set LANG in environment; add xcresultparser/pip status 1 year ago
Jason Rhinelander e3a0c3e769
Reformat .drone.jsonnet with jsonnetfmt 1 year ago
Jason Rhinelander fa40b09311
Use keep-alive for simulators
This adds keep-alive scripts to help deal with cleaning up xcode
simulator devices started by CI jobs.

Other changes:
- Change /Users/drone -> /Users/$USER in case we use some other CI
  username in the future.
- Simplify the xcode simulator interaction a bit by using xcode's json
  output + jq to query/manipulate it.
1 year ago
Morgan Pretty 927f8206f5 Update to the latest build config 1 year ago
Morgan Pretty c830c9fb24 Updated the CI config to use SSH and the new build machine 1 year ago
Morgan Pretty a76c220709 Merge remote-tracking branch 'upstream/dev' into disappearing-message-redesign
# Conflicts:
#	.drone.jsonnet
1 year ago
Morgan Pretty c3f3b5050e Revert "Try to disable the 'clone' step in the build artifact check pipeline"
This reverts commit 558bac67c7.
1 year ago
Morgan Pretty 558bac67c7 Try to disable the 'clone' step in the build artifact check pipeline 1 year ago
Morgan Pretty 001da52c98 Removed verbose output for codecovcli 1 year ago
Morgan Pretty 33697b8cf1 Added codecov, recombined target unit tests and optimisations 1 year ago
Ryan ZHAO 73651773b7 Merge branch 'dev' into disappearing-message-redesign 1 year ago
Morgan Pretty 260003e9f4 Added multiple jobs for cloning submodules to speed it up a little 1 year ago
Morgan Pretty e23d28c570 Removed the xcbeautify dependency (installed on CI directly) 1 year ago
Morgan Pretty 4670d7c22e Debugging failing unit tests 1 year ago
Morgan Pretty 86957b32de Removed test target which doesn't exist yet 1 year ago
Morgan Pretty d816b621be Added a missing dependency 1 year ago
Morgan Pretty d324f36c53 Updated to the latest CI config (few optimisations) 1 year ago
Morgan Pretty 276ec8a100 Updated the CI scripts to follow our dev processes better 1 year ago
Morgan Pretty e9dd86bfc2 Tweak to CI script 1 year ago
Morgan Pretty 259167dbd5 Fix CI config error 1 year ago
Morgan Pretty a27bf7a210 Added a step to the CI to output build tool versions 1 year ago
Morgan Pretty ae0597a50f Attempt alternate config base approach 2 years ago
Morgan Pretty 3d755e7125 More CI debugging 2 years ago
Morgan Pretty b04867705f Testing values 2 years ago
Morgan Pretty a2c75465c1 Further CI logic tweaks 2 years ago
Morgan Pretty b9512d8c4f Tweaks to PR checking logic 2 years ago
Morgan Pretty eb3af31f0c Updated pipelines to be conditional based on logic instead of config 2 years ago
Morgan Pretty c76b391d68 CI structure tweak 2 years ago
Morgan Pretty 76b37c2ad6 Further tweaks to CI setup
Added a suffix to distinguish the output files for upload
Attempting to exclude the Sim and AppStore builds from PR builds (they can't upload anyway)
2 years ago
Morgan Pretty 2f05f3f3a2 Fixed a couple of invalid checks 2 years ago
Morgan Pretty 715a5b583f Fix a CI script typo 2 years ago
Morgan Pretty 2341fbf59f Further tweaks to CI scripts 2 years ago
Morgan Pretty 00aef6ca97 Attempt to handle an invalid pod manifest file 2 years ago
Morgan Pretty 15104da58e More CI tweaks 2 years ago
Morgan Pretty c29827356c Attempt to fix the cocoapods_cache lock logic to handle failures 2 years ago
Morgan Pretty a41f1c1366 Fixed the broken tests
Cleaned up the Dependencies so that tests can run synchronously without having to custom set queues as much
Sorted out the crypto and network dependencies to avoid needing weird dependency inheritance
Fixed the flaky tests so they are no longer flaky
Fixed some unexpected JobRunner behaviours
Updated the CI config to use a local build directory for derivedData (now works with build tweaks)
2 years ago
Morgan Pretty 703b1d9788 CI tweaks and tweak for initial UX issue with 'blinded25' id
Added parallelisation for the unit tests
Added the SSH_KEY env variable for the 'Upload artifacts' step
Disabled xcbeautify for the prod build (as I expect it's suppressing the build error)
Disabled support for starting a conversation with a 'blinded25' id (would be invalid at this stage)
Fixed a broken unit test
2 years ago
Morgan Pretty f13f75eedf Fixed some bad CI script commas 2 years ago
Morgan Pretty c86cc0ed9c CI tweaks and incremented build number
Added the XCBeautify pod (so the CI doesn't need to separately install something)
Updated the CI build script to use XCBeautify
Fixed some broken unit tests
2 years ago
Morgan Pretty 6e32e759c5 Added missing commas in CI config file 2 years ago
Morgan Pretty 69ddb782a1 Attempting to cache the Pods folder to speed up the CI
Fixed a CocoaPods warning
2 years ago
Morgan Pretty 9bdae9dee8 Fixed a typo in the Ci config 2 years ago
Morgan Pretty f15f16be70 More CI tweaks
Updated the Podfile to use the CocoaPods CDN (hopefully much faster than the master spec repo)
Removed the custom derivedDataPath (seemed to break the Copy Frameworks step of CocoaPods)
2 years ago