Skip to content

Commit

Permalink
Merge pull request #417 from zmiklank/deprecate-centos7
Browse files Browse the repository at this point in the history
disable rebuilds and testing for centos7 images
  • Loading branch information
phracek authored Aug 3, 2023
2 parents a8d2514 + ff26374 commit 73c7c8d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 26 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@ jobs:
fail-fast: false
matrix:
include:
- dockerfile: "7.3/Dockerfile"
docker_context: "7.3"
registry_namespace: "centos7"
quayio_username: "QUAY_IMAGE_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_BUILDER_TOKEN"
tag: "centos7"
image_name: "php-73-centos7"

- dockerfile: "7.4/Dockerfile"
docker_context: "7.4"
registry_namespace: "centos7"
quayio_username: "QUAY_IMAGE_BUILDER_USERNAME"
quayio_token: "QUAY_IMAGE_BUILDER_TOKEN"
tag: "centos7"
image_name: "php-74-centos7"

- dockerfile: "7.4/Dockerfile.c9s"
docker_context: "7.4"
registry_namespace: "sclorg"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
version: [ "7.3", "7.4", "8.0", "8.1" ]
os_test: [ "fedora", "centos7", "rhel7", "rhel8", "rhel9", "c9s"]
os_test: [ "fedora", "rhel7", "rhel8", "rhel9", "c9s"]
test_case: [ "container" ]

if: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/openshift-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ jobs:
fail-fast: false
matrix:
version: [ "7.3", "7.4", "8.0" , "8.1" ]
os_test: [ "centos7", "rhel7", "rhel8", "rhel9"]
os_test: [ "rhel7", "rhel8", "rhel9"]
test_case: [ "openshift-3", "openshift-4" ]
exclude:
- test_case: "openshift-4"
os_test: "centos7"
- test_case: "openshift-3"
os_test: "rhel8"
- test_case: "openshift-3"
Expand Down
Empty file added 7.3/.exclude-centos7
Empty file.
3 changes: 0 additions & 3 deletions 7.3/cccp.yml

This file was deleted.

3 changes: 0 additions & 3 deletions 7.4/cccp.yml

This file was deleted.

0 comments on commit 73c7c8d

Please sign in to comment.