mirror of
https://github.com/elastic/logstash.git
synced 2025-04-22 21:57:26 -04:00
A recent PR (elastic/ci-agent-images/pull/932) modernized the VM images
and removed JRuby 9.4.5.0 and some older versions.
This ended up breaking exhaustive test on Oracle Linux 7 that hard coded
JRuby 9.4.5.0.
PR https://github.com/elastic/logstash/pull/16489 worked around the
problem by pinning to the new JRuby, but actually we don't
need the conditional anymore since the original issue
https://github.com/jruby/jruby/issues/7579#issuecomment-1425885324 has
been resolved and none of our releasable branches (apart from 7.17 which
uses `9.2.20.1`) specify `9.3.x.y` in `/.ruby-version`.
Therefore, this commit removes conditional setting of JRuby for
OracleLinux 7 agents in exhaustive tests (and relies on whatever
`/.ruby-version` defines).
(cherry picked from commit
|
||
---|---|---|
.. | ||
scripts | ||
aarch64_pipeline.yml | ||
benchmark_pipeline.yml | ||
dra_pipeline.yml | ||
exhaustive_tests_pipeline.yml | ||
linux_jdk_matrix_pipeline.yml | ||
pull-requests.json | ||
pull_request_pipeline.yml | ||
serverless_integration_pipeline.yml | ||
snyk_report_pipeline.yml | ||
supported_plugins_test_pipeline.yml | ||
trigger_pipelines.yml | ||
windows_jdk_matrix_pipeline.yml |