-
Notifications
You must be signed in to change notification settings - Fork 286
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
Support testing NodeJS container in OpenShift 4 environment #249
Conversation
OpenShift 4 tests failure should be fixed by sclorg/rhscl-container-ci#41 |
OpenShift 4 testing error is fixed by sclorg/container-common-scripts#171 |
OpenShift 4 failed because of s2i-nodejs 14 version is not built. This bug is fixed by sclorg/container-common-scripts#172 |
Updated F33 s2i-base image is out now, lets try again for green tests. |
New Jenkins Job for RHEL7 [test] |
Another test in new Jenkins instance also for OpenShift 4 [test-openshift-4] |
[test] |
[test][test-openshift-4] |
This PR is blocked by sclorg/container-common-scripts#192 |
The test in OpenShift 4 will be solved automatically as soon as #272 is merged. |
@yselkowitz I have removed in this pull request NodeJS 10 from the imagestreams. NodeJS reached EOL. Does it make sense to you? |
Sorry, I don't understand. How does this relate to #271? |
[test][test-openshift-4] |
CI died [test][test-openshift-4] |
OpeShift 4 CI is gack again. Let's try run test suite [test-openshift-4] |
[test-openshift-4] |
OpenShift 4 tests are failing on this error only for version 14. The rest is fine. In project sclorg-test-25857 on server <IP>
<IP>(svc/nodejs-testing)
dc/nodejs-testing deploys istag/nodejs-testing:latest <-
bc/nodejs-testing source builds https://github.com/sclorg/nodejs-ex.git#master on istag/nodejs:14
not built yet
deployment #1 waiting on image or update
Warnings:
* bc/nodejs-testing builds from istag/nodejs:14, but the image stream tag does not exist.
try: istag/nodejs:14 needs to be imported.
* The image trigger for dc/nodejs-testing will have no effect until istag/nodejs-testing:latest is imported or created by a build.
* istag/nodejs-testing:latest needs to be imported or created by a build.
try: oc start-build nodejs-testing
View details with 'oc describe <resource>/<name>' or list everything with 'oc get all'. |
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
rebased [test][test-openshift-4] |
[test-openshift-4] |
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
[test][test-openshift-4] |
This commit brings a new functionality for testing SCL images under OpenShift 4.4 environment