Previous and current version container images used in same job with matrix #7436
Replies: 5 comments 5 replies
-
|
I have transferred this question to the GitHub product feedback page |
Beta Was this translation helpful? Give feedback.
-
|
@MikeMcC399 |
Beta Was this translation helpful? Give feedback.
-
|
In the meantime I've submitted https://github.com/orgs/community/discussions/52956 as an enhancement request. It has however not received any response so far. |
Beta Was this translation helpful? Give feedback.
-
|
Would it not be possible to allow users to specify the version explicitly? Our Cypress tests currently cannot be run due to this behavior. It would be nice if when this happens we could temporarily put a version in place to ensure all runners use the same version and then remove the version specifier once the rollout is complete. It would be even better if you could put something like "ensure_same_runner_image: true" in the job definition and have Github not mix up different runner images. |
Beta Was this translation helpful? Give feedback.
-
|
We're locking this discussion because it has not had recent activity and/or other members have asked for more information to assist you but received no response. Thank you for helping us maintain a productive and tidy community for all our members. Related comments and discussions: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Cypress Cloud users with GitHub Actions are reporting an issue for parallel test recording on Chrome at the moment. See issue This machine is sending different environment parameters than the first machine that started this parallel run. cypress-io/github-action#602.
This concerns the rollout of ubuntu-22.04: 20230409.1 which bumps the version of Google Chrome from
111.0.5563.146to112.0.5615.49, which is a major version change. See also Ubuntu 22.04 (20230409) Image Update #7419.It seems that the images started by a matrix strategy in the same job are currently sometimes invoked as
20230402.1(previous) and sometimes as20230409.1(current).Is this expected or is it a bug?
Edit: This question should probably be in https://github.com/actions/runner/discussions instead of
runner-images. Feel free to move it.Since the rollout is now > 99.9% complete, this issue is no longer occurring, however it can be expected to happen at the next rollout, so feedback is still welcome!
Beta Was this translation helpful? Give feedback.
All reactions