Skip to content

Commit

Permalink
Remove testing OpenShift 3. Only OpenShift 4 support is supported (#663)
Browse files Browse the repository at this point in the history
* Remove testing OpenShift 3. Only OpenShift 4 support is supported

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>

* Update documentation to proper S2I link

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>

* Add dist-gen generated source files

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>

---------

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek authored Mar 21, 2024
1 parent 5b807a1 commit 91ebc4c
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 87 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/openshift-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ jobs:
matrix:
version: [ "2.7", "3.8", "3.9", "3.11" ]
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 2.7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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 Python container image, and produce
Expand Down
1 change: 0 additions & 1 deletion 2.7/test/run-openshift

This file was deleted.

1 change: 0 additions & 1 deletion 3.11-minimal/test/run-openshift

This file was deleted.

2 changes: 1 addition & 1 deletion 3.11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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 Python container image, and produce
Expand Down
1 change: 0 additions & 1 deletion 3.11/test/run-openshift

This file was deleted.

2 changes: 1 addition & 1 deletion 3.12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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 Python container image, and produce
Expand Down
1 change: 0 additions & 1 deletion 3.12/test/run-openshift

This file was deleted.

2 changes: 1 addition & 1 deletion 3.6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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 Python container image, and produce
Expand Down
1 change: 0 additions & 1 deletion 3.6/test/run-openshift

This file was deleted.

2 changes: 1 addition & 1 deletion 3.8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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 Python container image, and produce
Expand Down
1 change: 0 additions & 1 deletion 3.8/test/run-openshift

This file was deleted.

1 change: 0 additions & 1 deletion 3.9-minimal/test/run-openshift

This file was deleted.

2 changes: 1 addition & 1 deletion 3.9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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 Python container image, and produce
Expand Down
1 change: 0 additions & 1 deletion 3.9/test/run-openshift

This file was deleted.

2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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 Python container image, and produce
Expand Down
66 changes: 0 additions & 66 deletions test/run-openshift

This file was deleted.

0 comments on commit 91ebc4c

Please sign in to comment.