Skip to content

Commit 0796ba6

Browse files
committed
Enable testing PostgreSQL 14 on Fedora host
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent f66a3d8 commit 0796ba6

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.github/workflows/build-and-push.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ jobs:
8484
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
8585
image_name: "postgresql-13"
8686
docker_context: 13
87+
- dockerfile: "14/Dockerfile.fedora"
88+
registry_namespace: "fedora"
89+
tag: "14"
90+
quayio_username: "QUAY_IMAGE_FEDORA_BUILDER_USERNAME"
91+
quayio_token: "QUAY_IMAGE_FEDORA_BUILDER_TOKEN"
92+
image_name: "postgresql-14"
93+
docker_context: 14
8794
- dockerfile: "15/Dockerfile.fedora"
8895
registry_namespace: "fedora"
8996
tag: "15"

.github/workflows/container-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
version: [ "10", "11", "12", "13", "15" ]
58+
version: [ "10", "11", "12", "13", "14", "15" ]
5959
os_test: [ "fedora", "centos7", "rhel7", "rhel8", "rhel9", "c9s", "c8s"]
6060
include:
6161
- tmt_plan: "fedora"
@@ -75,7 +75,7 @@ jobs:
7575
- tmt_plan: "rhel7-docker"
7676
os_test: "rhel7"
7777
context: "RHEL7"
78-
compose: "RHEL-7.9-Released"
78+
compose: "RHEL-7-LatestUpdated"
7979
api_key: "TF_INTERNAL_API_KEY"
8080
branch: "master"
8181
tmt_repo: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans"

.github/workflows/openshift-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- tmt_plan: "rhel7-openshift-3"
4949
os_test: "rhel7"
5050
context: "RHEL7 - OpenShift 3"
51-
compose: "RHEL-7.9-Released"
51+
compose: "RHEL-7-LatestUpdated"
5252
api_key: "TF_INTERNAL_API_KEY"
5353
branch: "master"
5454
tmt_repo: "https://gitlab.cee.redhat.com/platform-eng-core-services/sclorg-tmt-plans"
@@ -57,7 +57,7 @@ jobs:
5757
- tmt_plan: "rhel7-openshift-4"
5858
os_test: "rhel7"
5959
context: "RHEL7 - OpenShift 4"
60-
compose: "RHEL-7.9-Released"
60+
compose: "RHEL-7-LatestUpdated"
6161
test_name: "test-openshift-4"
6262
api_key: "TF_INTERNAL_API_KEY"
6363
branch: "master"

0 commit comments

Comments
 (0)