Skip to content

Commit 03a0ea9

Browse files
fix(ci): update test container as per #872 (#874) (#875)
* fix(ci): update test container as per #872 * fix(ci): remove fedora 37/pg 14 (cherry picked from commit 36bf3ab) Co-authored-by: Douglas J Hunley <[email protected]>
1 parent 5190920 commit 03a0ea9

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

.azure-pipelines/azure-pipelines.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ variables:
3636
resources:
3737
containers:
3838
- container: default
39-
image: quay.io/ansible/azure-pipelines-test-container:6.0.0
39+
image: quay.io/ansible/azure-pipelines-test-container:7.0.0
4040

4141
pool: Standard
4242

@@ -166,22 +166,6 @@ stages:
166166
- name: Ubuntu 22.04
167167
test: ubuntu2204
168168

169-
# Newer ansible versions don't work on Fedora 37.
170-
# Left it here to keep testing against PostgreSQL 14
171-
# that is still not EOL at the time being.
172-
# TODO Remove this on 2026-11-12 or
173-
# when it just breaks, what'll happen sooner.
174-
- stage: Docker_2_15
175-
displayName: Docker 2.15
176-
dependsOn: []
177-
jobs:
178-
- template: templates/matrix.yml
179-
parameters:
180-
testFormat: 2.15/linux/{0}/1
181-
targets:
182-
- name: Fedora 37
183-
test: fedora37
184-
185169
## Remote
186170
- stage: Remote_devel
187171
displayName: Remote devel

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ Our AZP CI includes testing with the following docker images / PostgreSQL versio
114114
| Docker image | Psycopg version | PostgreSQL version |
115115
|--------------|-----------------|--------------------|
116116
| RHEL 8 | 2.7.5 | 10 |
117-
| Fedora 37 | 2.9.6 | 14 |
118117
| Fedora 39 | 2.9.6 | 15 |
119118
| Ubuntu 22.04 | 3.1.9 | 16 |
120119
| Fedora 40/41 | 2.9.9 | 16 |

0 commit comments

Comments
 (0)