|
49 | 49 | run: playbooks/unit-test.yaml |
50 | 50 |
|
51 | 51 | - job: |
52 | | - name: system-test-fedora-rawhide |
53 | | - description: Run Toolbx's system tests in Fedora Rawhide |
54 | | - timeout: 10800 |
| 52 | + name: system-test-fedora-rawhide-commands-options |
| 53 | + description: Run Toolbx's commands-options system tests in Fedora Rawhide |
| 54 | + timeout: 7200 |
55 | 55 | nodeset: |
56 | 56 | nodes: |
57 | 57 | - name: fedora-rawhide |
58 | 58 | label: cloud-fedora-rawhide |
59 | 59 | pre-run: playbooks/setup-env.yaml |
60 | | - run: playbooks/system-test.yaml |
| 60 | + run: playbooks/system-test-commands-options.yaml |
61 | 61 |
|
62 | 62 | - job: |
63 | | - name: system-test-fedora-41 |
64 | | - description: Run Toolbx's system tests in Fedora 41 |
65 | | - timeout: 9000 |
| 63 | + name: system-test-fedora-rawhide-runtime-environment-arch-fedora |
| 64 | + description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora Rawhide |
| 65 | + timeout: 7200 |
| 66 | + nodeset: |
| 67 | + nodes: |
| 68 | + - name: fedora-rawhide |
| 69 | + label: cloud-fedora-rawhide |
| 70 | + pre-run: playbooks/setup-env.yaml |
| 71 | + run: playbooks/system-test-runtime-environment-arch-fedora.yaml |
| 72 | + |
| 73 | +- job: |
| 74 | + name: system-test-fedora-rawhide-runtime-environment-ubuntu |
| 75 | + description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora Rawhide |
| 76 | + timeout: 7200 |
| 77 | + nodeset: |
| 78 | + nodes: |
| 79 | + - name: fedora-rawhide |
| 80 | + label: cloud-fedora-rawhide |
| 81 | + pre-run: playbooks/setup-env.yaml |
| 82 | + run: playbooks/system-test-runtime-environment-ubuntu.yaml |
| 83 | + |
| 84 | +- job: |
| 85 | + name: system-test-fedora-41-commands-options |
| 86 | + description: Run Toolbx's commands-options system tests in Fedora 41 |
| 87 | + timeout: 6300 |
66 | 88 | nodeset: |
67 | 89 | nodes: |
68 | 90 | - name: fedora-41 |
69 | 91 | label: cloud-fedora-41 |
70 | 92 | pre-run: playbooks/setup-env.yaml |
71 | | - run: playbooks/system-test.yaml |
| 93 | + run: playbooks/system-test-commands-options.yaml |
72 | 94 |
|
73 | 95 | - job: |
74 | | - name: system-test-fedora-40 |
75 | | - description: Run Toolbx's system tests in Fedora 40 |
76 | | - timeout: 9000 |
| 96 | + name: system-test-fedora-41-runtime-environment |
| 97 | + description: Run Toolbx's runtime-environment system tests in Fedora 41 |
| 98 | + timeout: 6300 |
| 99 | + nodeset: |
| 100 | + nodes: |
| 101 | + - name: fedora-41 |
| 102 | + label: cloud-fedora-41 |
| 103 | + pre-run: playbooks/setup-env.yaml |
| 104 | + run: playbooks/system-test-runtime-environment.yaml |
| 105 | + |
| 106 | +- job: |
| 107 | + name: system-test-fedora-40-commands-options |
| 108 | + description: Run Toolbx's commands-options system tests in Fedora 40 |
| 109 | + timeout: 6300 |
77 | 110 | nodeset: |
78 | 111 | nodes: |
79 | 112 | - name: fedora-40 |
80 | 113 | label: cloud-fedora-40 |
81 | 114 | pre-run: playbooks/setup-env.yaml |
82 | | - run: playbooks/system-test.yaml |
| 115 | + run: playbooks/system-test-commands-options.yaml |
| 116 | + |
| 117 | +- job: |
| 118 | + name: system-test-fedora-40-runtime-environment |
| 119 | + description: Run Toolbx's runtime-environment system tests in Fedora 40 |
| 120 | + timeout: 6300 |
| 121 | + nodeset: |
| 122 | + nodes: |
| 123 | + - name: fedora-40 |
| 124 | + label: cloud-fedora-40 |
| 125 | + pre-run: playbooks/setup-env.yaml |
| 126 | + run: playbooks/system-test-runtime-environment.yaml |
| 127 | + |
| 128 | +- job: |
| 129 | + name: system-test-fedora-39-commands-options |
| 130 | + description: Run Toolbx's commands-options system tests in Fedora 39 |
| 131 | + timeout: 6300 |
| 132 | + nodeset: |
| 133 | + nodes: |
| 134 | + - name: fedora-39 |
| 135 | + label: cloud-fedora-39 |
| 136 | + pre-run: playbooks/setup-env.yaml |
| 137 | + run: playbooks/system-test-commands-options.yaml |
83 | 138 |
|
84 | 139 | - job: |
85 | | - name: system-test-fedora-39 |
86 | | - description: Run Toolbx's system tests in Fedora 39 |
87 | | - timeout: 9000 |
| 140 | + name: system-test-fedora-39-runtime-environment |
| 141 | + description: Run Toolbx's runtime-environment system tests in Fedora 39 |
| 142 | + timeout: 6300 |
88 | 143 | nodeset: |
89 | 144 | nodes: |
90 | 145 | - name: fedora-39 |
91 | 146 | label: cloud-fedora-39 |
92 | 147 | pre-run: playbooks/setup-env.yaml |
93 | | - run: playbooks/system-test.yaml |
| 148 | + run: playbooks/system-test-runtime-environment.yaml |
94 | 149 |
|
95 | 150 | - project: |
96 | 151 | periodic: |
97 | 152 | jobs: |
98 | | - - system-test-fedora-rawhide |
99 | | - - system-test-fedora-41 |
100 | | - - system-test-fedora-40 |
101 | | - - system-test-fedora-39 |
| 153 | + - system-test-fedora-rawhide-commands-options |
| 154 | + - system-test-fedora-rawhide-runtime-environment-arch-fedora |
| 155 | + - system-test-fedora-rawhide-runtime-environment-ubuntu |
| 156 | + - system-test-fedora-41-commands-options |
| 157 | + - system-test-fedora-41-runtime-environment |
| 158 | + - system-test-fedora-40-commands-options |
| 159 | + - system-test-fedora-40-runtime-environment |
| 160 | + - system-test-fedora-39-commands-options |
| 161 | + - system-test-fedora-39-runtime-environment |
102 | 162 | check: |
103 | 163 | jobs: |
104 | 164 | - unit-test |
105 | 165 | - unit-test-migration-path-for-coreos-toolbox |
106 | 166 | - unit-test-restricted |
107 | | - - system-test-fedora-rawhide |
108 | | - - system-test-fedora-41 |
109 | | - - system-test-fedora-40 |
110 | | - - system-test-fedora-39 |
| 167 | + - system-test-fedora-rawhide-commands-options |
| 168 | + - system-test-fedora-rawhide-runtime-environment-arch-fedora |
| 169 | + - system-test-fedora-rawhide-runtime-environment-ubuntu |
| 170 | + - system-test-fedora-41-commands-options |
| 171 | + - system-test-fedora-41-runtime-environment |
| 172 | + - system-test-fedora-40-commands-options |
| 173 | + - system-test-fedora-40-runtime-environment |
| 174 | + - system-test-fedora-39-commands-options |
| 175 | + - system-test-fedora-39-runtime-environment |
111 | 176 | gate: |
112 | 177 | jobs: |
113 | 178 | - unit-test |
114 | 179 | - unit-test-migration-path-for-coreos-toolbox |
115 | 180 | - unit-test-restricted |
116 | | - - system-test-fedora-rawhide |
117 | | - - system-test-fedora-41 |
118 | | - - system-test-fedora-40 |
119 | | - - system-test-fedora-39 |
| 181 | + - system-test-fedora-rawhide-commands-options |
| 182 | + - system-test-fedora-rawhide-runtime-environment-arch-fedora |
| 183 | + - system-test-fedora-rawhide-runtime-environment-ubuntu |
| 184 | + - system-test-fedora-41-commands-options |
| 185 | + - system-test-fedora-41-runtime-environment |
| 186 | + - system-test-fedora-40-commands-options |
| 187 | + - system-test-fedora-40-runtime-environment |
| 188 | + - system-test-fedora-39-commands-options |
| 189 | + - system-test-fedora-39-runtime-environment |
0 commit comments