Add Python version for Ubuntu and Fedora

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2024-07-12 16:06:40 -07:00
parent 0ea18d208f
commit af6b90981a
2 changed files with 16 additions and 7 deletions

View File

@@ -107,12 +107,12 @@ stages:
parameters:
testFormat: devel/linux/{0}/1
targets:
- name: Fedora 39
test: fedora39
- name: Ubuntu 20.04
test: ubuntu2004
- name: Ubuntu 22.04
test: ubuntu2204
- name: Fedora 39 py311
test: fedora39@3.11
- name: Ubuntu 20.04 py39
test: ubuntu2004@3.9
- name: Ubuntu 22.04 py39
test: ubuntu2204@3.9
- stage: Docker_2_17
displayName: Docker 2.17
dependsOn: []