Skip to content
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

[DO NOT MERGE] OpenShift -4 testing #286

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The resulting image can be run using [podman](https://github.com/containers/libp
For more information about using these images with OpenShift, please see the
official [OpenShift Documentation](https://docs.okd.io/latest/using_images/s2i_images/php.html).

This image is also test in OpenShift 4 environment

For more information about contributing, see
[the Contribution Guidelines](https://github.com/sclorg/welcome/blob/master/contribution.md).
For more information about concepts used in these container images, see the
Expand Down
2 changes: 1 addition & 1 deletion common
Submodule common updated 3 files
+2 −1 common.mk
+23 −0 test-lib-openshift.sh
+8 −0 test.sh
2 changes: 2 additions & 0 deletions test/run-openshift-remote-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ trap ct_os_cleanup EXIT SIGINT

ct_os_check_compulsory_vars

oc version

oc status || false "It looks like oc is not properly logged in."

export CT_SKIP_NEW_PROJECT=true
Expand Down