|
47 | 47 |
|
48 | 48 | - name: Setup
|
49 | 49 | uses: ./.github/actions/runner_setup
|
| 50 | + - name: Docker setup |
| 51 | + uses: ./.github/actions/docker_setup |
| 52 | + with: |
| 53 | + test_name: "Config Workflow" |
50 | 54 |
|
51 | 55 | - name: Note report location to summary
|
52 | 56 | env:
|
@@ -96,6 +100,10 @@ jobs:
|
96 | 100 |
|
97 | 101 | - name: Setup
|
98 | 102 | uses: ./.github/actions/runner_setup
|
| 103 | + - name: Docker setup |
| 104 | + uses: ./.github/actions/docker_setup |
| 105 | + with: |
| 106 | + test_name: "Dockers Build (amd)" |
99 | 107 |
|
100 | 108 | - name: Prepare env script
|
101 | 109 | run: |
|
@@ -137,6 +145,10 @@ jobs:
|
137 | 145 |
|
138 | 146 | - name: Setup
|
139 | 147 | uses: ./.github/actions/runner_setup
|
| 148 | + - name: Docker setup |
| 149 | + uses: ./.github/actions/docker_setup |
| 150 | + with: |
| 151 | + test_name: "Dockers Build (arm)" |
140 | 152 |
|
141 | 153 | - name: Prepare env script
|
142 | 154 | run: |
|
@@ -178,6 +190,10 @@ jobs:
|
178 | 190 |
|
179 | 191 | - name: Setup
|
180 | 192 | uses: ./.github/actions/runner_setup
|
| 193 | + - name: Docker setup |
| 194 | + uses: ./.github/actions/docker_setup |
| 195 | + with: |
| 196 | + test_name: "Build (amd_debug)" |
181 | 197 |
|
182 | 198 | - name: Prepare env script
|
183 | 199 | run: |
|
@@ -219,6 +235,10 @@ jobs:
|
219 | 235 |
|
220 | 236 | - name: Setup
|
221 | 237 | uses: ./.github/actions/runner_setup
|
| 238 | + - name: Docker setup |
| 239 | + uses: ./.github/actions/docker_setup |
| 240 | + with: |
| 241 | + test_name: "Build (amd_release)" |
222 | 242 |
|
223 | 243 | - name: Prepare env script
|
224 | 244 | run: |
|
@@ -260,6 +280,10 @@ jobs:
|
260 | 280 |
|
261 | 281 | - name: Setup
|
262 | 282 | uses: ./.github/actions/runner_setup
|
| 283 | + - name: Docker setup |
| 284 | + uses: ./.github/actions/docker_setup |
| 285 | + with: |
| 286 | + test_name: "Build (amd_asan)" |
263 | 287 |
|
264 | 288 | - name: Prepare env script
|
265 | 289 | run: |
|
@@ -301,6 +325,10 @@ jobs:
|
301 | 325 |
|
302 | 326 | - name: Setup
|
303 | 327 | uses: ./.github/actions/runner_setup
|
| 328 | + - name: Docker setup |
| 329 | + uses: ./.github/actions/docker_setup |
| 330 | + with: |
| 331 | + test_name: "Build (amd_tsan)" |
304 | 332 |
|
305 | 333 | - name: Prepare env script
|
306 | 334 | run: |
|
@@ -342,6 +370,10 @@ jobs:
|
342 | 370 |
|
343 | 371 | - name: Setup
|
344 | 372 | uses: ./.github/actions/runner_setup
|
| 373 | + - name: Docker setup |
| 374 | + uses: ./.github/actions/docker_setup |
| 375 | + with: |
| 376 | + test_name: "Build (arm_release)" |
345 | 377 |
|
346 | 378 | - name: Prepare env script
|
347 | 379 | run: |
|
@@ -383,6 +415,10 @@ jobs:
|
383 | 415 |
|
384 | 416 | - name: Setup
|
385 | 417 | uses: ./.github/actions/runner_setup
|
| 418 | + - name: Docker setup |
| 419 | + uses: ./.github/actions/docker_setup |
| 420 | + with: |
| 421 | + test_name: "Build (amd_darwin)" |
386 | 422 |
|
387 | 423 | - name: Prepare env script
|
388 | 424 | run: |
|
@@ -424,6 +460,10 @@ jobs:
|
424 | 460 |
|
425 | 461 | - name: Setup
|
426 | 462 | uses: ./.github/actions/runner_setup
|
| 463 | + - name: Docker setup |
| 464 | + uses: ./.github/actions/docker_setup |
| 465 | + with: |
| 466 | + test_name: "Build (arm_darwin)" |
427 | 467 |
|
428 | 468 | - name: Prepare env script
|
429 | 469 | run: |
|
@@ -465,6 +505,10 @@ jobs:
|
465 | 505 |
|
466 | 506 | - name: Setup
|
467 | 507 | uses: ./.github/actions/runner_setup
|
| 508 | + - name: Docker setup |
| 509 | + uses: ./.github/actions/docker_setup |
| 510 | + with: |
| 511 | + test_name: "Docker server image" |
468 | 512 |
|
469 | 513 | - name: Prepare env script
|
470 | 514 | run: |
|
@@ -506,6 +550,10 @@ jobs:
|
506 | 550 |
|
507 | 551 | - name: Setup
|
508 | 552 | uses: ./.github/actions/runner_setup
|
| 553 | + - name: Docker setup |
| 554 | + uses: ./.github/actions/docker_setup |
| 555 | + with: |
| 556 | + test_name: "Docker keeper image" |
509 | 557 |
|
510 | 558 | - name: Prepare env script
|
511 | 559 | run: |
|
@@ -547,6 +595,10 @@ jobs:
|
547 | 595 |
|
548 | 596 | - name: Setup
|
549 | 597 | uses: ./.github/actions/runner_setup
|
| 598 | + - name: Docker setup |
| 599 | + uses: ./.github/actions/docker_setup |
| 600 | + with: |
| 601 | + test_name: "Install packages (release)" |
550 | 602 |
|
551 | 603 | - name: Prepare env script
|
552 | 604 | run: |
|
@@ -588,6 +640,10 @@ jobs:
|
588 | 640 |
|
589 | 641 | - name: Setup
|
590 | 642 | uses: ./.github/actions/runner_setup
|
| 643 | + - name: Docker setup |
| 644 | + uses: ./.github/actions/docker_setup |
| 645 | + with: |
| 646 | + test_name: "Install packages (aarch64)" |
591 | 647 |
|
592 | 648 | - name: Prepare env script
|
593 | 649 | run: |
|
@@ -629,6 +685,10 @@ jobs:
|
629 | 685 |
|
630 | 686 | - name: Setup
|
631 | 687 | uses: ./.github/actions/runner_setup
|
| 688 | + - name: Docker setup |
| 689 | + uses: ./.github/actions/docker_setup |
| 690 | + with: |
| 691 | + test_name: "Compatibility check (release)" |
632 | 692 |
|
633 | 693 | - name: Prepare env script
|
634 | 694 | run: |
|
@@ -670,6 +730,10 @@ jobs:
|
670 | 730 |
|
671 | 731 | - name: Setup
|
672 | 732 | uses: ./.github/actions/runner_setup
|
| 733 | + - name: Docker setup |
| 734 | + uses: ./.github/actions/docker_setup |
| 735 | + with: |
| 736 | + test_name: "Compatibility check (aarch64)" |
673 | 737 |
|
674 | 738 | - name: Prepare env script
|
675 | 739 | run: |
|
@@ -711,6 +775,10 @@ jobs:
|
711 | 775 |
|
712 | 776 | - name: Setup
|
713 | 777 | uses: ./.github/actions/runner_setup
|
| 778 | + - name: Docker setup |
| 779 | + uses: ./.github/actions/docker_setup |
| 780 | + with: |
| 781 | + test_name: "Stateless tests (amd_asan, distributed plan, 1/2)" |
714 | 782 |
|
715 | 783 | - name: Prepare env script
|
716 | 784 | run: |
|
@@ -752,6 +820,10 @@ jobs:
|
752 | 820 |
|
753 | 821 | - name: Setup
|
754 | 822 | uses: ./.github/actions/runner_setup
|
| 823 | + - name: Docker setup |
| 824 | + uses: ./.github/actions/docker_setup |
| 825 | + with: |
| 826 | + test_name: "Stateless tests (amd_asan, distributed plan, 2/2)" |
755 | 827 |
|
756 | 828 | - name: Prepare env script
|
757 | 829 | run: |
|
@@ -793,6 +865,10 @@ jobs:
|
793 | 865 |
|
794 | 866 | - name: Setup
|
795 | 867 | uses: ./.github/actions/runner_setup
|
| 868 | + - name: Docker setup |
| 869 | + uses: ./.github/actions/docker_setup |
| 870 | + with: |
| 871 | + test_name: "Stress test (amd_tsan)" |
796 | 872 |
|
797 | 873 | - name: Prepare env script
|
798 | 874 | run: |
|
@@ -834,6 +910,10 @@ jobs:
|
834 | 910 |
|
835 | 911 | - name: Setup
|
836 | 912 | uses: ./.github/actions/runner_setup
|
| 913 | + - name: Docker setup |
| 914 | + uses: ./.github/actions/docker_setup |
| 915 | + with: |
| 916 | + test_name: "Integration tests (asan, old analyzer, 1/6)" |
837 | 917 |
|
838 | 918 | - name: Prepare env script
|
839 | 919 | run: |
|
@@ -875,6 +955,10 @@ jobs:
|
875 | 955 |
|
876 | 956 | - name: Setup
|
877 | 957 | uses: ./.github/actions/runner_setup
|
| 958 | + - name: Docker setup |
| 959 | + uses: ./.github/actions/docker_setup |
| 960 | + with: |
| 961 | + test_name: "Integration tests (asan, old analyzer, 2/6)" |
878 | 962 |
|
879 | 963 | - name: Prepare env script
|
880 | 964 | run: |
|
@@ -916,6 +1000,10 @@ jobs:
|
916 | 1000 |
|
917 | 1001 | - name: Setup
|
918 | 1002 | uses: ./.github/actions/runner_setup
|
| 1003 | + - name: Docker setup |
| 1004 | + uses: ./.github/actions/docker_setup |
| 1005 | + with: |
| 1006 | + test_name: "Integration tests (asan, old analyzer, 3/6)" |
919 | 1007 |
|
920 | 1008 | - name: Prepare env script
|
921 | 1009 | run: |
|
@@ -957,6 +1045,10 @@ jobs:
|
957 | 1045 |
|
958 | 1046 | - name: Setup
|
959 | 1047 | uses: ./.github/actions/runner_setup
|
| 1048 | + - name: Docker setup |
| 1049 | + uses: ./.github/actions/docker_setup |
| 1050 | + with: |
| 1051 | + test_name: "Integration tests (asan, old analyzer, 4/6)" |
960 | 1052 |
|
961 | 1053 | - name: Prepare env script
|
962 | 1054 | run: |
|
@@ -998,6 +1090,10 @@ jobs:
|
998 | 1090 |
|
999 | 1091 | - name: Setup
|
1000 | 1092 | uses: ./.github/actions/runner_setup
|
| 1093 | + - name: Docker setup |
| 1094 | + uses: ./.github/actions/docker_setup |
| 1095 | + with: |
| 1096 | + test_name: "Integration tests (asan, old analyzer, 5/6)" |
1001 | 1097 |
|
1002 | 1098 | - name: Prepare env script
|
1003 | 1099 | run: |
|
@@ -1039,6 +1135,10 @@ jobs:
|
1039 | 1135 |
|
1040 | 1136 | - name: Setup
|
1041 | 1137 | uses: ./.github/actions/runner_setup
|
| 1138 | + - name: Docker setup |
| 1139 | + uses: ./.github/actions/docker_setup |
| 1140 | + with: |
| 1141 | + test_name: "Integration tests (asan, old analyzer, 6/6)" |
1042 | 1142 |
|
1043 | 1143 | - name: Prepare env script
|
1044 | 1144 | run: |
|
@@ -1080,6 +1180,10 @@ jobs:
|
1080 | 1180 |
|
1081 | 1181 | - name: Setup
|
1082 | 1182 | uses: ./.github/actions/runner_setup
|
| 1183 | + - name: Docker setup |
| 1184 | + uses: ./.github/actions/docker_setup |
| 1185 | + with: |
| 1186 | + test_name: "Integration tests (tsan, 1/6)" |
1083 | 1187 |
|
1084 | 1188 | - name: Prepare env script
|
1085 | 1189 | run: |
|
@@ -1121,6 +1225,10 @@ jobs:
|
1121 | 1225 |
|
1122 | 1226 | - name: Setup
|
1123 | 1227 | uses: ./.github/actions/runner_setup
|
| 1228 | + - name: Docker setup |
| 1229 | + uses: ./.github/actions/docker_setup |
| 1230 | + with: |
| 1231 | + test_name: "Integration tests (tsan, 2/6)" |
1124 | 1232 |
|
1125 | 1233 | - name: Prepare env script
|
1126 | 1234 | run: |
|
@@ -1162,6 +1270,10 @@ jobs:
|
1162 | 1270 |
|
1163 | 1271 | - name: Setup
|
1164 | 1272 | uses: ./.github/actions/runner_setup
|
| 1273 | + - name: Docker setup |
| 1274 | + uses: ./.github/actions/docker_setup |
| 1275 | + with: |
| 1276 | + test_name: "Integration tests (tsan, 3/6)" |
1165 | 1277 |
|
1166 | 1278 | - name: Prepare env script
|
1167 | 1279 | run: |
|
@@ -1203,6 +1315,10 @@ jobs:
|
1203 | 1315 |
|
1204 | 1316 | - name: Setup
|
1205 | 1317 | uses: ./.github/actions/runner_setup
|
| 1318 | + - name: Docker setup |
| 1319 | + uses: ./.github/actions/docker_setup |
| 1320 | + with: |
| 1321 | + test_name: "Integration tests (tsan, 4/6)" |
1206 | 1322 |
|
1207 | 1323 | - name: Prepare env script
|
1208 | 1324 | run: |
|
@@ -1244,6 +1360,10 @@ jobs:
|
1244 | 1360 |
|
1245 | 1361 | - name: Setup
|
1246 | 1362 | uses: ./.github/actions/runner_setup
|
| 1363 | + - name: Docker setup |
| 1364 | + uses: ./.github/actions/docker_setup |
| 1365 | + with: |
| 1366 | + test_name: "Integration tests (tsan, 5/6)" |
1247 | 1367 |
|
1248 | 1368 | - name: Prepare env script
|
1249 | 1369 | run: |
|
@@ -1285,6 +1405,10 @@ jobs:
|
1285 | 1405 |
|
1286 | 1406 | - name: Setup
|
1287 | 1407 | uses: ./.github/actions/runner_setup
|
| 1408 | + - name: Docker setup |
| 1409 | + uses: ./.github/actions/docker_setup |
| 1410 | + with: |
| 1411 | + test_name: "Integration tests (tsan, 6/6)" |
1288 | 1412 |
|
1289 | 1413 | - name: Prepare env script
|
1290 | 1414 | run: |
|
@@ -1326,6 +1450,10 @@ jobs:
|
1326 | 1450 |
|
1327 | 1451 | - name: Setup
|
1328 | 1452 | uses: ./.github/actions/runner_setup
|
| 1453 | + - name: Docker setup |
| 1454 | + uses: ./.github/actions/docker_setup |
| 1455 | + with: |
| 1456 | + test_name: "Finish Workflow" |
1329 | 1457 |
|
1330 | 1458 | - name: Prepare env script
|
1331 | 1459 | run: |
|
|
0 commit comments