logstash/.buildkite/scripts
github-actions[bot] d08555908e
Don't use an older JRuby with oraclelinux-7 (#16499) (#16502)
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 07c01f8231)

Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
2024-10-02 19:21:21 +03:00
..
benchmark [CI] Benchmark pipeline (#16191) 2024-06-21 22:48:34 +01:00
common Remove Debian 10 from CI (#16300) (#16317) 2024-07-10 16:15:26 +03:00
dra produce wolfi docker image in ci (#16252) 2024-06-26 13:50:47 +01:00
exhaustive-tests Don't use an older JRuby with oraclelinux-7 (#16499) (#16502) 2024-10-02 19:21:21 +03:00
jdk-matrix-tests Split java/ruby unit test steps on Windows (#15888) 2024-03-11 09:27:11 +02:00
snyk Fix the git branch check for snyk bk jobs (#16062) 2024-04-08 11:34:26 +01:00
setup_java.sh buildkite serverless test (#15150) 2023-07-19 17:21:53 +01:00