|
1 | 1 | tasks:
|
2 | 2 | - name: abi-compliance-check-impls-cxx11
|
3 |
| - run_on: rhel9-latest-large |
4 |
| - tags: [abi-stability, rhel9-latest, abi-compliance-check, impls, cxx11] |
| 3 | + run_on: rhel95-large |
| 4 | + tags: [abi-stability, rhel95, abi-compliance-check, impls, cxx11] |
5 | 5 | commands:
|
6 | 6 | - func: abi-compliance-check
|
7 | 7 | vars:
|
8 | 8 | cxx_standard: "11"
|
9 | 9 | polyfill: impls
|
10 | 10 | - name: abi-compliance-check-impls-cxx17
|
11 |
| - run_on: rhel9-latest-large |
12 |
| - tags: [abi-stability, rhel9-latest, abi-compliance-check, impls, cxx17] |
| 11 | + run_on: rhel95-large |
| 12 | + tags: [abi-stability, rhel95, abi-compliance-check, impls, cxx17] |
13 | 13 | commands:
|
14 | 14 | - func: abi-compliance-check
|
15 | 15 | vars:
|
16 | 16 | cxx_standard: "17"
|
17 | 17 | polyfill: impls
|
18 | 18 | - name: abi-compliance-check-stdlib-cxx17
|
19 |
| - run_on: rhel9-latest-large |
20 |
| - tags: [abi-stability, rhel9-latest, abi-compliance-check, stdlib, cxx17] |
| 19 | + run_on: rhel95-large |
| 20 | + tags: [abi-stability, rhel95, abi-compliance-check, stdlib, cxx17] |
21 | 21 | commands:
|
22 | 22 | - func: abi-compliance-check
|
23 | 23 | vars:
|
24 | 24 | cxx_standard: "17"
|
25 | 25 | polyfill: stdlib
|
26 | 26 | - name: abi-compliance-check-stdlib-cxx20
|
27 |
| - run_on: rhel9-latest-large |
28 |
| - tags: [abi-stability, rhel9-latest, abi-compliance-check, stdlib, cxx20] |
| 27 | + run_on: rhel95-large |
| 28 | + tags: [abi-stability, rhel95, abi-compliance-check, stdlib, cxx20] |
29 | 29 | commands:
|
30 | 30 | - func: abi-compliance-check
|
31 | 31 | vars:
|
32 | 32 | cxx_standard: "20"
|
33 | 33 | polyfill: stdlib
|
34 | 34 | - name: abi-compliance-check-stdlib-cxx23
|
35 |
| - run_on: rhel9-latest-large |
36 |
| - tags: [abi-stability, rhel9-latest, abi-compliance-check, stdlib, cxx23] |
| 35 | + run_on: rhel95-large |
| 36 | + tags: [abi-stability, rhel95, abi-compliance-check, stdlib, cxx23] |
37 | 37 | commands:
|
38 | 38 | - func: abi-compliance-check
|
39 | 39 | vars:
|
40 | 40 | cxx_standard: "23"
|
41 | 41 | polyfill: stdlib
|
42 | 42 | - name: abi-prohibited-symbols-impls-cxx11
|
43 |
| - run_on: rhel9-latest-large |
44 |
| - tags: [abi-stability, rhel9-latest, abi-prohibited-symbols, impls, cxx11] |
| 43 | + run_on: rhel95-large |
| 44 | + tags: [abi-stability, rhel95, abi-prohibited-symbols, impls, cxx11] |
45 | 45 | commands:
|
46 | 46 | - func: abi-prohibited-symbols
|
47 | 47 | vars:
|
48 | 48 | cxx_standard: "11"
|
49 | 49 | polyfill: impls
|
50 | 50 | - name: abi-prohibited-symbols-impls-cxx17
|
51 |
| - run_on: rhel9-latest-large |
52 |
| - tags: [abi-stability, rhel9-latest, abi-prohibited-symbols, impls, cxx17] |
| 51 | + run_on: rhel95-large |
| 52 | + tags: [abi-stability, rhel95, abi-prohibited-symbols, impls, cxx17] |
53 | 53 | commands:
|
54 | 54 | - func: abi-prohibited-symbols
|
55 | 55 | vars:
|
56 | 56 | cxx_standard: "17"
|
57 | 57 | polyfill: impls
|
58 | 58 | - name: abi-prohibited-symbols-stdlib-cxx17
|
59 |
| - run_on: rhel9-latest-large |
60 |
| - tags: [abi-stability, rhel9-latest, abi-prohibited-symbols, stdlib, cxx17] |
| 59 | + run_on: rhel95-large |
| 60 | + tags: [abi-stability, rhel95, abi-prohibited-symbols, stdlib, cxx17] |
61 | 61 | commands:
|
62 | 62 | - func: abi-prohibited-symbols
|
63 | 63 | vars:
|
64 | 64 | cxx_standard: "17"
|
65 | 65 | polyfill: stdlib
|
66 | 66 | - name: abi-prohibited-symbols-stdlib-cxx20
|
67 |
| - run_on: rhel9-latest-large |
68 |
| - tags: [abi-stability, rhel9-latest, abi-prohibited-symbols, stdlib, cxx20] |
| 67 | + run_on: rhel95-large |
| 68 | + tags: [abi-stability, rhel95, abi-prohibited-symbols, stdlib, cxx20] |
69 | 69 | commands:
|
70 | 70 | - func: abi-prohibited-symbols
|
71 | 71 | vars:
|
72 | 72 | cxx_standard: "20"
|
73 | 73 | polyfill: stdlib
|
74 | 74 | - name: abi-prohibited-symbols-stdlib-cxx23
|
75 |
| - run_on: rhel9-latest-large |
76 |
| - tags: [abi-stability, rhel9-latest, abi-prohibited-symbols, stdlib, cxx23] |
| 75 | + run_on: rhel95-large |
| 76 | + tags: [abi-stability, rhel95, abi-prohibited-symbols, stdlib, cxx23] |
77 | 77 | commands:
|
78 | 78 | - func: abi-prohibited-symbols
|
79 | 79 | vars:
|
|
0 commit comments