-
Notifications
You must be signed in to change notification settings - Fork 287
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
Fix Fedora NodeJS container so tests passed #467
Conversation
and therefore /usr/bin/node and the others are not present. Signed-off-by: Petr "Stone" Hracek <[email protected]>
Pull Request validationFailed🔴 Failed or pending statuses - |
Let's run only container tests [test] |
Testing Farm results
|
Otherwise it does not make sense to stop container with non-existing file Signed-off-by: Petr "Stone" Hracek <[email protected]>
Let's test it again after fix with stoping container that CID file is not exists. [test] |
@pacostas Please review it as well. Thanks. |
Fixing 20-minimal container and fix 'kill-test-application' |
During 'kill-test-application' we just need docker kill and 'rm $cid_file' is not needed. Signed-off-by: Petr "Stone" Hracek <[email protected]>
66f278e
to
47f9641
Compare
[test] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[test] |
NodeJS 22 Fedora container does not install nodejs package and therefore /usr/bin/node and the others are not present.
The commit is simple and fix the problem during build of NodeJS 22 and NodeJS 22-minimal container.
We do not install nodejs package that contains /usr/bin/node file and the rest.
Therefore build is failing.
This fixes the problem.