diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 842bb91b3..bbc5c0851 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -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" diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index 94fa43e88..e724ea4c8 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -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: | diff --git a/.github/workflows/openshift-tests.yml b/.github/workflows/openshift-tests.yml index 8f1b03737..3eeb73270 100644 --- a/.github/workflows/openshift-tests.yml +++ b/.github/workflows/openshift-tests.yml @@ -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" diff --git a/7.3/.exclude-centos7 b/7.3/.exclude-centos7 new file mode 100644 index 000000000..e69de29bb diff --git a/7.3/cccp.yml b/7.3/cccp.yml deleted file mode 100644 index 9a383282a..000000000 --- a/7.3/cccp.yml +++ /dev/null @@ -1,3 +0,0 @@ -# This is for the purpose of building this container -# on the CentOS Container Pipeline. -job-id: php-73-centos7 diff --git a/7.4/cccp.yml b/7.4/cccp.yml deleted file mode 100644 index 49687a78f..000000000 --- a/7.4/cccp.yml +++ /dev/null @@ -1,3 +0,0 @@ -# This is for the purpose of building this container -# on the CentOS Container Pipeline. -job-id: php-74-centos7