-
Notifications
You must be signed in to change notification settings - Fork 19
ci: bump ubuntu version for reusable_testing #177
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
Merged
Buristan
merged 3 commits into
tarantool:master
from
Buristan:skaplun/gh-no-ticket-ci-bump-ubuntu
Mar 12, 2025
Merged
ci: bump ubuntu version for reusable_testing #177
Buristan
merged 3 commits into
tarantool:master
from
Buristan:skaplun/gh-no-ticket-ci-bump-ubuntu
Mar 12, 2025
Conversation
This file contains hidden or 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
This patch bumps the Ubuntu distro version up to 24.04 (noble) in the aforementioned workflow, since the Ubuntu 20.04 (focal) image support will be dropped soon in the GitHub actions. See also: actions/runner-images#11101
locker
approved these changes
Mar 6, 2025
Totktonada
reviewed
Mar 6, 2025
Totktonada
reviewed
Mar 6, 2025
6ea50b5
to
17e2b38
Compare
This patch bumps the versions of Tarantool up to 2.11, 3.2 and 3.3 as currently supported with built packages for the latest Ubuntu 24.04 (noble). Also, it bumps the version of the `actions/checkout` actions to v4 and the version of the `actions/setup-python` action to v5. It is needed for fixing the following GitHub warnings: | Node.js 16 actions are deprecated. | Please update the following actions to use Node.js 20 | | The following actions uses node12 which is deprecated and will be | forced to run on node16 Also, it updates `setup-tarantool` action to v3. It is needed to make Tarantool 3.x pipelines work, see [1] for details. [1]: https://github.com/tarantool/setup-tarantool/releases/tag/v3.0.0
087eb6e
to
752c374
Compare
I also add the commit to fix outdated OSX testing workflow. |
Totktonada
reviewed
Mar 11, 2025
Totktonada
approved these changes
Mar 11, 2025
This patch fixes a bunch of problems: * Updates macOS runners, since macos-11 and macos-12 are unsupported, so there is no such runner to pick up the job. * Updates the list of Tarantool versions. * Bumps the `actions/cache` up to v4, since v2 is deprecated. * Drops the version suffix from the key parameter for the cache, since it is not necessary after [1]. * Bumps the `actions/checkout` up to v4, since v2 is deprecated. * Adds use of `actions/setup-python` of v5, to fixate the python 3.10 for tests. * Drops patching step, since it is not needed anymore and causes conflicts. [1]: https://github.blog/changelog/2022-10-20-manage-caches-in-your-actions-workflows-from-web-interface/
752c374
to
c509f6f
Compare
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.
This patch bumps the Ubuntu distro version up to 24.04 (noble) in the aforementioned workflow, since the Ubuntu 20.04 (focal) image support will be dropped soon in the GitHub actions.
See also: actions/runner-images#11101