Skip to content

Commit

Permalink
Update CI matrix for Remote Devel (#377)
Browse files Browse the repository at this point in the history
* Update CI matrix for Remote Devel.

* Add Python info entries.
  • Loading branch information
felixfontein authored Jan 13, 2022
1 parent 9dfdaaf commit cd5ed01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,14 +203,14 @@ stages:
parameters:
testFormat: devel/{0}/1
targets:
- name: macOS 11.1
test: macos/11.1
- name: macOS 12.0
test: macos/12.0
- name: RHEL 7.9
test: rhel/7.9
- name: RHEL 8.5
test: rhel/8.5
- name: FreeBSD 12.2
test: freebsd/12.2
- name: FreeBSD 12.3
test: freebsd/12.3
- name: FreeBSD 13.0
test: freebsd/13.0
- stage: Remote_2_12
Expand Down
4 changes: 4 additions & 0 deletions tests/integration/targets/setup_python_info/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@ system_python_version_data:
- '3.8'
'11.1':
- '3.9'
'12.0':
- '3.10'
FreeBSD:
'12.1':
- '3.6'
'12.2':
- '3.7'
'12.3':
- '3.8'
'13.0':
- '3.7'
RedHat:
Expand Down

0 comments on commit cd5ed01

Please sign in to comment.