Commit a07fc9e
authored
ci: Move Python 2.7 test to Ubuntu 22.04 host, run python 3.6 test in UBI8 container (#182)
* ci: Move Python 2.7 test to Ubuntu 22.04 host
The "ubuntu-20.04" runner will be switched off in a week, and is
currently browning out.
See actions/runner-images#11101.
* ci: Run python 3.6 test in UBI8 container
Python 3.6 is not available in newer Ubuntu releases any more, and
actions/setup-python isn't able to magically set this up either.
The only interesting platform for Python 3.6 is RHEL 8, so let's run
that test in an UBI RHEL 8 container.1 parent c7e64ed commit a07fc9e
2 files changed
Lines changed: 26 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments