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.
What does this PR do?
Updates Ubuntu 20.04 runners to latest available image
rvm
that is no longer present by default in the imagePin
ffi
version to1.16.3
on nix-platforms as otherwise,1.7.0
is installed that is not compatible due to a broken dependency ffi-1.17.0 requires rubygems version >= 3.3.22 ffi/ffi#1103: example failure https://app.circleci.com/pipelines/github/DataDog/puppet-datadog-agent/971/workflows/6e490e10-37db-44c2-8017-d19019823699/jobs/28742Pin
rspec-its
version on OpenSUSE kitchen test to avoid encountering:Motivation
CI fails as 202201-02 is not a valid tag (was deprecated in January https://discuss.circleci.com/t/linux-image-deprecations-and-eol-for-2024/50177). Available tags https://circleci.com/developer/machine/image/ubuntu-2004
Example failure: https://app.circleci.com/pipelines/github/DataDog/puppet-datadog-agent/965/workflows/28ecf2ab-351d-4b1e-a43c-5f48d2fda754/jobs/28570
Describe your test plan
CI should be green