rustls / rustls-platform-verifier

A certificate verification library for rustls that uses the operating system's verifier
Apache License 2.0
66 stars 20 forks source link

Update Android test action and fix outstanding CI issues #72

Closed complexspaces closed 6 months ago

complexspaces commented 6 months ago

This PR performs some maintenance on our Android testing infrastructure. Notably it:

  1. Updates our Android runner action to try and pick up on bugfixes.
  2. Switches the job to run on Linux instead for speed. We enable KVM on the runner as well since the Android emulator needs virtualization and that needs to be fast.
  3. Moves the Android job into its own YAML area so it doesn't get confused with the host OS's tests anymore.
  4. Fixes the log output and artifact upload locations

Relates to #68

complexspaces commented 6 months ago

This PR is ready to go. We are now properly writing device/test logs to stdout and uploading the correct log output path:

image