Commit 064b1c1
Moe Basim
OCPBUGS-44257:fixing build s2i ruby test data inline with latest ruby version(>=3.0)
The test data for s2i image creation with source type as binary has issues post base image upgrade to ruby 3.0 (test/extended/testdata/builds/test-env-build.json) This is because webrick server is removed from default ruby libraries from 3.0 version,hence a webserver should be installed externally.The test data is missing this causing permanant failure post ruby 3.0 upgrade.
This fix is updating the test data with required dependencies to create a stable app to fulfill the testcase criteria.
signed-off by : moebasim([email protected])1 parent 7aa9208 commit 064b1c1
File tree
2 files changed
+4
-3
lines changed- test/extended/testdata
- builds/s2i-environment-build-app
2 files changed
+4
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
0 commit comments