Skip to content

Commit

Permalink
Get rid off OpenShift 3 tests and testing from GitHub Action. (#288)
Browse files Browse the repository at this point in the history
Update also documentation to OpenShift 4 source to image page

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek authored Mar 20, 2024
1 parent 2066c44 commit a6afa47
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 54 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/openshift-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ jobs:
matrix:
version: [ "1.20", "1.22", "1.22-micro" ]
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 1.20/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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/4.4/builds/build-strategies.html#images-create-s2i_build-strategies)
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 Nginx container image, and produce
Expand Down
2 changes: 1 addition & 1 deletion 1.22-micro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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/4.4/builds/build-strategies.html#images-create-s2i_build-strategies)
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 Nginx container image, and produce
Expand Down
2 changes: 1 addition & 1 deletion 1.22/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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/4.4/builds/build-strategies.html#images-create-s2i_build-strategies)
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 Nginx container image, and produce
Expand Down
2 changes: 1 addition & 1 deletion 1.24/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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/4.4/builds/build-strategies.html#images-create-s2i_build-strategies)
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 Nginx container image, and produce
Expand Down
1 change: 0 additions & 1 deletion test/run-openshift

This file was deleted.

43 changes: 0 additions & 43 deletions test/run-openshift-local-cluster

This file was deleted.

0 comments on commit a6afa47

Please sign in to comment.