|
1 | 1 | buildvariants:
|
2 | 2 | # Alternative hosts tests
|
3 |
| - - name: openssl-1.0.2-rhel7-python3.9 |
| 3 | + - name: openssl-1.0.2-rhel7-v5.0-python3.9 |
4 | 4 | tasks:
|
5 | 5 | - name: .other-hosts
|
6 |
| - display_name: OpenSSL 1.0.2 RHEL7 Python3.9 |
| 6 | + display_name: OpenSSL 1.0.2 RHEL7 v5.0 Python3.9 |
7 | 7 | run_on:
|
8 | 8 | - rhel79-small
|
9 | 9 | batchtime: 10080
|
10 | 10 | expansions:
|
11 | 11 | VERSION: "5.0"
|
12 | 12 | PYTHON_VERSION: "3.9"
|
13 | 13 | PYTHON_BINARY: /opt/python/3.9/bin/python3
|
14 |
| - - name: other-hosts-rhel9-fips |
| 14 | + - name: other-hosts-rhel9-fips-latest |
15 | 15 | tasks:
|
16 | 16 | - name: .other-hosts
|
17 |
| - display_name: Other hosts RHEL9-FIPS |
| 17 | + display_name: Other hosts RHEL9-FIPS latest |
18 | 18 | run_on:
|
19 | 19 | - rhel92-fips
|
20 | 20 | batchtime: 10080
|
21 | 21 | expansions:
|
22 | 22 | VERSION: latest
|
23 | 23 | NO_EXT: "1"
|
24 | 24 | REQUIRE_FIPS: "1"
|
25 |
| - - name: other-hosts-rhel8-zseries |
| 25 | + - name: other-hosts-rhel8-zseries-latest |
26 | 26 | tasks:
|
27 | 27 | - name: .other-hosts
|
28 |
| - display_name: Other hosts RHEL8-zseries |
| 28 | + display_name: Other hosts RHEL8-zseries latest |
29 | 29 | run_on:
|
30 | 30 | - rhel8-zseries-small
|
31 | 31 | batchtime: 10080
|
32 | 32 | expansions:
|
33 | 33 | VERSION: latest
|
34 | 34 | NO_EXT: "1"
|
35 |
| - - name: other-hosts-rhel8-power8 |
| 35 | + - name: other-hosts-rhel8-power8-latest |
36 | 36 | tasks:
|
37 | 37 | - name: .other-hosts
|
38 |
| - display_name: Other hosts RHEL8-POWER8 |
| 38 | + display_name: Other hosts RHEL8-POWER8 latest |
39 | 39 | run_on:
|
40 | 40 | - rhel8-power-small
|
41 | 41 | batchtime: 10080
|
42 | 42 | expansions:
|
43 | 43 | VERSION: latest
|
44 | 44 | NO_EXT: "1"
|
45 |
| - - name: other-hosts-rhel8-arm64 |
| 45 | + - name: other-hosts-rhel8-arm64-latest |
46 | 46 | tasks:
|
47 | 47 | - name: .other-hosts
|
48 |
| - display_name: Other hosts RHEL8-arm64 |
| 48 | + display_name: Other hosts RHEL8-arm64 latest |
49 | 49 | run_on:
|
50 | 50 | - rhel82-arm64-small
|
51 | 51 | batchtime: 10080
|
52 | 52 | expansions:
|
53 | 53 | VERSION: latest
|
54 | 54 | NO_EXT: "1"
|
55 |
| - - name: other-hosts-amazon2023 |
| 55 | + - name: other-hosts-amazon2023-latest |
56 | 56 | tasks:
|
57 | 57 | - name: .other-hosts
|
58 |
| - display_name: Other hosts Amazon2023 |
| 58 | + display_name: Other hosts Amazon2023 latest |
59 | 59 | run_on:
|
60 | 60 | - amazon2023-arm64-latest-large-m8g
|
61 | 61 | batchtime: 10080
|
|
0 commit comments