Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 8a529e4

Browse files
authored
Stop running sytest on buster/python3.7 (#15892)
1 parent f25b0f8 commit 8a529e4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.ci/scripts/calculate_jobs.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,6 @@ def set_output(key: str, value: str):
134134
"sytest-tag": "testing",
135135
"postgres": "postgres",
136136
},
137-
{
138-
"sytest-tag": "buster",
139-
"postgres": "multi-postgres",
140-
"workers": "workers",
141-
},
142137
]
143138
)
144139

changelog.d/15892.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Stop running sytest on buster/python3.7.

0 commit comments

Comments
 (0)