-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Linux images in CircleCI #6458
Closed
oliverjwroberts
wants to merge
26
commits into
main
from
test/TET-628-upgrade-linux-images-in-circleci
Closed
Upgrade Linux images in CircleCI #6458
oliverjwroberts
wants to merge
26
commits into
main
from
test/TET-628-upgrade-linux-images-in-circleci
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Dean Elliott <[email protected]>
Co-authored-by: Dean Elliott <[email protected]>
…d TODO need further review)
Co-authored-by: Oliver Roberts <[email protected]>
Co-authored-by: Oliver Roberts <[email protected]>
Co-authored-by: Oliver Roberts <[email protected]>
Co-authored-by: Oliver Roberts <[email protected]>
Co-authored-by: Oliver Roberts <[email protected]>
Co-authored-by: Dean Elliott <[email protected]>
… image and running the visual tests
…onent tests and run them locally
Passing run #50439 ↗︎
Details:
Review all test suite changes for PR #6458 ↗︎ |
Closing and starting fresh as changes are small and it's quicker than resolving the merge conflicts when attempting a rebase. |
oliverjwroberts
deleted the
test/TET-628-upgrade-linux-images-in-circleci
branch
February 13, 2024 08:01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of change
Upgrades the Linux images used within CircleCI to those tagged with
current
which indicates the latest stable release.See Linux Image Deprecations and EOL for 2024 for more info. Please note, however, while the guide suggests using the
default
tag, this does not exist, and instead it is advised to usecurrent
as per the list of Ubuntu 2004 images.Please note, this branch was based on feature/TET-372-bump-cypress-to-v12, as seen in PR 6425, as changes were made to the dependencies Docker image that CircleCI also uses. This was done to ensure compatibility between the two updated images.
There is only 1 new commit in this branch: 8e4b7e5 (the last one). The branch will be rebased once PR 6425 has been approved and merged into
main
.Test instructions
The CircleCI test suite should pass as normal.
Checklist