Skip to content

Commit

Permalink
Get rid of OpenShift 3 tests and testing from GitHub Action. (#295)
Browse files Browse the repository at this point in the history
* Remove OCP3 testing

Signed-off-by: Petr "Stone" Hracek <[email protected]>

* Update documentation to proper s2i page

Signed-off-by: Petr "Stone" Hracek <[email protected]>

---------

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek authored Mar 20, 2024
1 parent 0ef0200 commit 3190150
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 63 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/openshift-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ jobs:
matrix:
version: [ "5.26", "5.26-mod_fcgid", "5.30", "5.32", "5.34", "5.36", "5.38" ]
os_test: [ "rhel7", "rhel8", "rhel9"]
test_case: [ "openshift-3", "openshift-4" ]
exclude:
- test_case: "openshift-3"
os_test: "rhel8"
- test_case: "openshift-3"
os_test: "rhel9"
test_case: [ "openshift-4" ]

if: |
github.event.issue.pull_request
Expand Down
2 changes: 1 addition & 1 deletion 5.26-mod_fcgid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ oc exec <pod> -- curl 127.0.0.1:8080
Source-to-Image framework and scripts
-------------------------------------

This image supports the [Source-to-Image](https://docs.openshift.com/container-platform/3.11/creating_images/s2i.html)
This image supports the [Source-to-Image](https://docs.openshift.com/container-platform/4.14/openshift_images/create-images.html#images-create-s2i_create-images)
(S2I) strategy in OpenShift. The Source-to-Image is an OpenShift framework
which makes it easy to write images that take application source code as
an input, use a builder image like this Node.js container image, and produce
Expand Down
2 changes: 1 addition & 1 deletion 5.26/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ oc exec <pod> -- curl 127.0.0.1:8080
Source-to-Image framework and scripts
-------------------------------------

This image supports the [Source-to-Image](https://docs.openshift.com/container-platform/3.11/creating_images/s2i.html)
This image supports the [Source-to-Image](https://docs.openshift.com/container-platform/4.14/openshift_images/create-images.html#images-create-s2i_create-images)
(S2I) strategy in OpenShift. The Source-to-Image is an OpenShift framework
which makes it easy to write images that take application source code as
an input, use a builder image like this Perl container image, and produce
Expand Down
2 changes: 1 addition & 1 deletion 5.30/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ oc exec <pod> -- curl 127.0.0.1:8080
Source-to-Image framework and scripts
-------------------------------------

This image supports the [Source-to-Image](https://docs.openshift.com/container-platform/3.11/creating_images/s2i.html)
This image supports the [Source-to-Image](https://docs.openshift.com/container-platform/4.14/openshift_images/create-images.html#images-create-s2i_create-images)
(S2I) strategy in OpenShift. The Source-to-Image is an OpenShift framework
which makes it easy to write images that take application source code as
an input, use a builder image like this Perl container image, and produce
Expand Down
2 changes: 1 addition & 1 deletion 5.32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ oc exec <pod> -- curl 127.0.0.1:8080
Source-to-Image framework and scripts
-------------------------------------

This image supports the [Source-to-Image](https://docs.openshift.com/container-platform/3.11/creating_images/s2i.html)
This image supports the [Source-to-Image](https://docs.openshift.com/container-platform/4.14/openshift_images/create-images.html#images-create-s2i_create-images)
(S2I) strategy in OpenShift. The Source-to-Image is an OpenShift framework
which makes it easy to write images that take application source code as
an input, use a builder image like this PHP container image, and produce
Expand Down
2 changes: 1 addition & 1 deletion 5.34/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ oc exec <pod> -- curl 127.0.0.1:8080
Source-to-Image framework and scripts
-------------------------------------

This image supports the [Source-to-Image](https://docs.openshift.com/container-platform/3.11/creating_images/s2i.html)
This image supports the [Source-to-Image](https://docs.openshift.com/container-platform/4.14/openshift_images/create-images.html#images-create-s2i_create-images)
(S2I) strategy in OpenShift. The Source-to-Image is an OpenShift framework
which makes it easy to write images that take application source code as
an input, use a builder image like this PHP container image, and produce
Expand Down
2 changes: 1 addition & 1 deletion 5.36/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ oc exec <pod> -- curl 127.0.0.1:8080
Source-to-Image framework and scripts
-------------------------------------

This image supports the [Source-to-Image](https://docs.openshift.com/container-platform/3.11/creating_images/s2i.html)
This image supports the [Source-to-Image](https://docs.openshift.com/container-platform/4.14/openshift_images/create-images.html#images-create-s2i_create-images)
(S2I) strategy in OpenShift. The Source-to-Image is an OpenShift framework
which makes it easy to write images that take application source code as
an input, use a builder image like this PHP container image, and produce
Expand Down
2 changes: 1 addition & 1 deletion 5.38/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ oc exec <pod> -- curl 127.0.0.1:8080
Source-to-Image framework and scripts
-------------------------------------

This image supports the [Source-to-Image](https://docs.openshift.com/container-platform/3.11/creating_images/s2i.html)
This image supports the [Source-to-Image](https://docs.openshift.com/container-platform/4.14/openshift_images/create-images.html#images-create-s2i_create-images)
(S2I) strategy in OpenShift. The Source-to-Image is an OpenShift framework
which makes it easy to write images that take application source code as
an input, use a builder image like this PHP container image, and produce
Expand Down
50 changes: 0 additions & 50 deletions test/run-openshift

This file was deleted.

0 comments on commit 3190150

Please sign in to comment.