sentry-dart-plugin icon indicating copy to clipboard operation
sentry-dart-plugin copied to clipboard

Fix ubuntu integration tests

Open buenaflor opened this issue 1 year ago • 3 comments

most likely culprit: GH runner version or image version.

rerunning old successful runs will lead to failed runs

Old successful runs, example:

Current runner version: '2.308.0'
Operating System
Runner Image
  Image: ubuntu-22.04
  Version: 20230821.1.0
  Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230821.1/images/linux/Ubuntu2204-Readme.md
  Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230821.1
Runner Image Provisioner
  2.0.266.1

New failed runs, example:

Current runner version: '2.309.0'
Operating System
Runner Image
  Image: ubuntu-22.04
  Version: 20230911.1.0
  Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230[9](https://github.com/getsentry/sentry-dart-plugin/actions/runs/6235755273/job/16925619627#step:1:10)11.1/images/linux/Ubuntu2204-Readme.md
  Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230911.1
Runner Image Provisioner
  2.0.310.1

buenaflor avatar Sep 19 '23 13:09 buenaflor