Magnus pushed to branch wip/mangoiv/ci-stages at Glasgow Haskell Compiler / GHC

Commits:

2 changed files:

Changes:

  • .gitlab/generate-ci/gen_ci.hs
    ... ... @@ -1032,7 +1032,7 @@ releaseRule = setJobRule ReleaseOnly
    1032 1032
     -- | Make a normal nightly CI job
    
    1033 1033
     nightly :: Arch -> Opsys -> BuildConfig -> BuildAndTestJob Job
    
    1034 1034
     nightly arch opsys bc =
    
    1035
    -  let MkBuildAndTestJob {buildJob, testJobs} = job arch opsys bc { extendName = ("nightly" <>) }
    
    1035
    +  let MkBuildAndTestJob {buildJob, testJobs} = job arch opsys bc { extendName = ("nightly-" <>) }
    
    1036 1036
           mkJob NamedJob {name, jobInfo}
    
    1037 1037
                  = NamedJob { name
    
    1038 1038
                   , jobInfo = nightlyRule
    
    ... ... @@ -1044,7 +1044,7 @@ nightly arch opsys bc =
    1044 1044
     -- | Make a normal release CI job
    
    1045 1045
     release :: Arch -> Opsys -> BuildConfig -> BuildAndTestJob Job
    
    1046 1046
     release arch opsys bc =
    
    1047
    -  let MkBuildAndTestJob {buildJob, testJobs} = job arch opsys (bc { buildFlavour = Release, extendName = ("release" <>) })
    
    1047
    +  let MkBuildAndTestJob {buildJob, testJobs} = job arch opsys (bc { buildFlavour = Release, extendName = ("release-" <>) })
    
    1048 1048
           mkJob NamedJob {name, jobInfo} = NamedJob { name
    
    1049 1049
                   , jobInfo = releaseRule
    
    1050 1050
                             . keepArtifacts "1 year"
    
    ... ... @@ -1245,7 +1245,7 @@ fedora_x86 =
    1245 1245
         -- validate pipeline which is built with perf.
    
    1246 1246
         fastCI (standardBuildsWithConfig Amd64 (Linux Fedora43) releaseConfig)
    
    1247 1247
         -- This job is only for generating head.hackage docs
    
    1248
    -  , hackage_doc_job (disableValidate (standardBuildsWithConfig Amd64 (Linux Fedora43) releaseConfig { extendName = (<> "hackage")}))
    
    1248
    +  , hackage_doc_job (disableValidate (standardBuildsWithConfig Amd64 (Linux Fedora43) releaseConfig { extendName = (<> "-hackage")}))
    
    1249 1249
       , disableValidate (standardBuildsWithConfig Amd64 (Linux Fedora43) dwarf)
    
    1250 1250
       , disableValidate (standardBuilds Amd64 (Linux Fedora43))
    
    1251 1251
         -- For UBSan jobs, only enable for validate/nightly pipelines.
    

  • .gitlab/jobs.yaml
    1 1
     ### THIS IS A GENERATED FILE, DO NOT MODIFY DIRECTLY
    
    2 2
     {
    
    3
    -  "aarch64-darwin-releaserelease": {
    
    3
    +  "aarch64-darwin-releaserelease-": {
    
    4 4
         "after_script": [
    
    5 5
           ".gitlab/ci.sh save_cache",
    
    6 6
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -67,7 +67,7 @@
    67 67
           "XZ_OPT": "-9"
    
    68 68
         }
    
    69 69
       },
    
    70
    -  "aarch64-darwin-releaserelease-test": {
    
    70
    +  "aarch64-darwin-releaserelease--test": {
    
    71 71
         "after_script": [
    
    72 72
           ".gitlab/ci.sh save_cache",
    
    73 73
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -98,7 +98,7 @@
    98 98
         "needs": [
    
    99 99
           {
    
    100 100
             "artifacts": true,
    
    101
    -        "job": "aarch64-darwin-releaserelease"
    
    101
    +        "job": "aarch64-darwin-releaserelease-"
    
    102 102
           }
    
    103 103
         ],
    
    104 104
         "rules": [
    
    ... ... @@ -260,7 +260,7 @@
    260 260
           "TEST_WAYS": ""
    
    261 261
         }
    
    262 262
       },
    
    263
    -  "aarch64-darwin-validatenightly": {
    
    263
    +  "aarch64-darwin-validatenightly-": {
    
    264 264
         "after_script": [
    
    265 265
           ".gitlab/ci.sh save_cache",
    
    266 266
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -326,7 +326,7 @@
    326 326
           "XZ_OPT": "-9"
    
    327 327
         }
    
    328 328
       },
    
    329
    -  "aarch64-darwin-validatenightly-test": {
    
    329
    +  "aarch64-darwin-validatenightly--test": {
    
    330 330
         "after_script": [
    
    331 331
           ".gitlab/ci.sh save_cache",
    
    332 332
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -357,7 +357,7 @@
    357 357
         "needs": [
    
    358 358
           {
    
    359 359
             "artifacts": true,
    
    360
    -        "job": "aarch64-darwin-validatenightly"
    
    360
    +        "job": "aarch64-darwin-validatenightly-"
    
    361 361
           }
    
    362 362
         ],
    
    363 363
         "rules": [
    
    ... ... @@ -390,7 +390,7 @@
    390 390
           "XZ_OPT": "-9"
    
    391 391
         }
    
    392 392
       },
    
    393
    -  "aarch64-linux-alpine3_23-release+no_split_sectionsrelease": {
    
    393
    +  "aarch64-linux-alpine3_23-release+no_split_sectionsrelease-": {
    
    394 394
         "after_script": [
    
    395 395
           ".gitlab/ci.sh save_cache",
    
    396 396
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -454,7 +454,7 @@
    454 454
           "XZ_OPT": "-9"
    
    455 455
         }
    
    456 456
       },
    
    457
    -  "aarch64-linux-alpine3_23-release+no_split_sectionsrelease-test": {
    
    457
    +  "aarch64-linux-alpine3_23-release+no_split_sectionsrelease--test": {
    
    458 458
         "after_script": [
    
    459 459
           ".gitlab/ci.sh save_cache",
    
    460 460
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -485,7 +485,7 @@
    485 485
         "needs": [
    
    486 486
           {
    
    487 487
             "artifacts": true,
    
    488
    -        "job": "aarch64-linux-alpine3_23-release+no_split_sectionsrelease"
    
    488
    +        "job": "aarch64-linux-alpine3_23-release+no_split_sectionsrelease-"
    
    489 489
           }
    
    490 490
         ],
    
    491 491
         "rules": [
    
    ... ... @@ -638,7 +638,7 @@
    638 638
           "TEST_WAYS": ""
    
    639 639
         }
    
    640 640
       },
    
    641
    -  "aarch64-linux-alpine3_23-validatenightly": {
    
    641
    +  "aarch64-linux-alpine3_23-validatenightly-": {
    
    642 642
         "after_script": [
    
    643 643
           ".gitlab/ci.sh save_cache",
    
    644 644
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -701,7 +701,7 @@
    701 701
           "XZ_OPT": "-9"
    
    702 702
         }
    
    703 703
       },
    
    704
    -  "aarch64-linux-alpine3_23-validatenightly-test": {
    
    704
    +  "aarch64-linux-alpine3_23-validatenightly--test": {
    
    705 705
         "after_script": [
    
    706 706
           ".gitlab/ci.sh save_cache",
    
    707 707
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -732,7 +732,7 @@
    732 732
         "needs": [
    
    733 733
           {
    
    734 734
             "artifacts": true,
    
    735
    -        "job": "aarch64-linux-alpine3_23-validatenightly"
    
    735
    +        "job": "aarch64-linux-alpine3_23-validatenightly-"
    
    736 736
           }
    
    737 737
         ],
    
    738 738
         "rules": [
    
    ... ... @@ -762,7 +762,7 @@
    762 762
           "XZ_OPT": "-9"
    
    763 763
         }
    
    764 764
       },
    
    765
    -  "aarch64-linux-deb11-release+no_split_sectionsrelease": {
    
    765
    +  "aarch64-linux-deb11-release+no_split_sectionsrelease-": {
    
    766 766
         "after_script": [
    
    767 767
           ".gitlab/ci.sh save_cache",
    
    768 768
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -825,7 +825,7 @@
    825 825
           "XZ_OPT": "-9"
    
    826 826
         }
    
    827 827
       },
    
    828
    -  "aarch64-linux-deb11-release+no_split_sectionsrelease-test": {
    
    828
    +  "aarch64-linux-deb11-release+no_split_sectionsrelease--test": {
    
    829 829
         "after_script": [
    
    830 830
           ".gitlab/ci.sh save_cache",
    
    831 831
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -856,7 +856,7 @@
    856 856
         "needs": [
    
    857 857
           {
    
    858 858
             "artifacts": true,
    
    859
    -        "job": "aarch64-linux-deb11-release+no_split_sectionsrelease"
    
    859
    +        "job": "aarch64-linux-deb11-release+no_split_sectionsrelease-"
    
    860 860
           }
    
    861 861
         ],
    
    862 862
         "rules": [
    
    ... ... @@ -1006,7 +1006,7 @@
    1006 1006
           "TEST_WAYS": ""
    
    1007 1007
         }
    
    1008 1008
       },
    
    1009
    -  "aarch64-linux-deb11-validatenightly": {
    
    1009
    +  "aarch64-linux-deb11-validatenightly-": {
    
    1010 1010
         "after_script": [
    
    1011 1011
           ".gitlab/ci.sh save_cache",
    
    1012 1012
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -1068,7 +1068,7 @@
    1068 1068
           "XZ_OPT": "-9"
    
    1069 1069
         }
    
    1070 1070
       },
    
    1071
    -  "aarch64-linux-deb11-validatenightly-test": {
    
    1071
    +  "aarch64-linux-deb11-validatenightly--test": {
    
    1072 1072
         "after_script": [
    
    1073 1073
           ".gitlab/ci.sh save_cache",
    
    1074 1074
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -1099,7 +1099,7 @@
    1099 1099
         "needs": [
    
    1100 1100
           {
    
    1101 1101
             "artifacts": true,
    
    1102
    -        "job": "aarch64-linux-deb11-validatenightly"
    
    1102
    +        "job": "aarch64-linux-deb11-validatenightly-"
    
    1103 1103
           }
    
    1104 1104
         ],
    
    1105 1105
         "rules": [
    
    ... ... @@ -1128,7 +1128,7 @@
    1128 1128
           "XZ_OPT": "-9"
    
    1129 1129
         }
    
    1130 1130
       },
    
    1131
    -  "aarch64-linux-deb12-release+no_split_sectionsrelease": {
    
    1131
    +  "aarch64-linux-deb12-release+no_split_sectionsrelease-": {
    
    1132 1132
         "after_script": [
    
    1133 1133
           ".gitlab/ci.sh save_cache",
    
    1134 1134
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -1191,7 +1191,7 @@
    1191 1191
           "XZ_OPT": "-9"
    
    1192 1192
         }
    
    1193 1193
       },
    
    1194
    -  "aarch64-linux-deb12-release+no_split_sectionsrelease-test": {
    
    1194
    +  "aarch64-linux-deb12-release+no_split_sectionsrelease--test": {
    
    1195 1195
         "after_script": [
    
    1196 1196
           ".gitlab/ci.sh save_cache",
    
    1197 1197
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -1222,7 +1222,7 @@
    1222 1222
         "needs": [
    
    1223 1223
           {
    
    1224 1224
             "artifacts": true,
    
    1225
    -        "job": "aarch64-linux-deb12-release+no_split_sectionsrelease"
    
    1225
    +        "job": "aarch64-linux-deb12-release+no_split_sectionsrelease-"
    
    1226 1226
           }
    
    1227 1227
         ],
    
    1228 1228
         "rules": [
    
    ... ... @@ -1372,7 +1372,7 @@
    1372 1372
           "TEST_WAYS": ""
    
    1373 1373
         }
    
    1374 1374
       },
    
    1375
    -  "aarch64-linux-deb12-validatenightly": {
    
    1375
    +  "aarch64-linux-deb12-validatenightly-": {
    
    1376 1376
         "after_script": [
    
    1377 1377
           ".gitlab/ci.sh save_cache",
    
    1378 1378
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -1434,7 +1434,7 @@
    1434 1434
           "XZ_OPT": "-9"
    
    1435 1435
         }
    
    1436 1436
       },
    
    1437
    -  "aarch64-linux-deb12-validatenightly-test": {
    
    1437
    +  "aarch64-linux-deb12-validatenightly--test": {
    
    1438 1438
         "after_script": [
    
    1439 1439
           ".gitlab/ci.sh save_cache",
    
    1440 1440
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -1465,7 +1465,7 @@
    1465 1465
         "needs": [
    
    1466 1466
           {
    
    1467 1467
             "artifacts": true,
    
    1468
    -        "job": "aarch64-linux-deb12-validatenightly"
    
    1468
    +        "job": "aarch64-linux-deb12-validatenightly-"
    
    1469 1469
           }
    
    1470 1470
         ],
    
    1471 1471
         "rules": [
    
    ... ... @@ -1738,7 +1738,7 @@
    1738 1738
           "WindresCmd": "/opt/llvm-mingw-linux/bin/aarch64-w64-mingw32-windres"
    
    1739 1739
         }
    
    1740 1740
       },
    
    1741
    -  "aarch64-linux-deb12-wine-int_native-cross_aarch64-unknown-mingw32-validate+llvmnightly": {
    
    1741
    +  "aarch64-linux-deb12-wine-int_native-cross_aarch64-unknown-mingw32-validate+llvmnightly-": {
    
    1742 1742
         "after_script": [
    
    1743 1743
           ".gitlab/ci.sh save_cache",
    
    1744 1744
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -1821,7 +1821,7 @@
    1821 1821
           "XZ_OPT": "-9"
    
    1822 1822
         }
    
    1823 1823
       },
    
    1824
    -  "aarch64-linux-deb12-wine-int_native-cross_aarch64-unknown-mingw32-validate+llvmnightly-test": {
    
    1824
    +  "aarch64-linux-deb12-wine-int_native-cross_aarch64-unknown-mingw32-validate+llvmnightly--test": {
    
    1825 1825
         "after_script": [
    
    1826 1826
           ".gitlab/ci.sh save_cache",
    
    1827 1827
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -1852,7 +1852,7 @@
    1852 1852
         "needs": [
    
    1853 1853
           {
    
    1854 1854
             "artifacts": true,
    
    1855
    -        "job": "aarch64-linux-deb12-wine-int_native-cross_aarch64-unknown-mingw32-validate+llvmnightly"
    
    1855
    +        "job": "aarch64-linux-deb12-wine-int_native-cross_aarch64-unknown-mingw32-validate+llvmnightly-"
    
    1856 1856
           }
    
    1857 1857
         ],
    
    1858 1858
         "rules": [
    
    ... ... @@ -1982,7 +1982,7 @@
    1982 1982
           "WindresCmd": "/opt/llvm-mingw-linux/bin/aarch64-w64-mingw32-windres"
    
    1983 1983
         }
    
    1984 1984
       },
    
    1985
    -  "aarch64-linux-deb12-wine-int_native-cross_aarch64-unknown-mingw32-validatenightly": {
    
    1985
    +  "aarch64-linux-deb12-wine-int_native-cross_aarch64-unknown-mingw32-validatenightly-": {
    
    1986 1986
         "after_script": [
    
    1987 1987
           ".gitlab/ci.sh save_cache",
    
    1988 1988
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -2065,7 +2065,7 @@
    2065 2065
           "XZ_OPT": "-9"
    
    2066 2066
         }
    
    2067 2067
       },
    
    2068
    -  "aarch64-linux-deb12-wine-int_native-cross_aarch64-unknown-mingw32-validatenightly-test": {
    
    2068
    +  "aarch64-linux-deb12-wine-int_native-cross_aarch64-unknown-mingw32-validatenightly--test": {
    
    2069 2069
         "after_script": [
    
    2070 2070
           ".gitlab/ci.sh save_cache",
    
    2071 2071
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -2096,7 +2096,7 @@
    2096 2096
         "needs": [
    
    2097 2097
           {
    
    2098 2098
             "artifacts": true,
    
    2099
    -        "job": "aarch64-linux-deb12-wine-int_native-cross_aarch64-unknown-mingw32-validatenightly"
    
    2099
    +        "job": "aarch64-linux-deb12-wine-int_native-cross_aarch64-unknown-mingw32-validatenightly-"
    
    2100 2100
           }
    
    2101 2101
         ],
    
    2102 2102
         "rules": [
    
    ... ... @@ -2146,7 +2146,7 @@
    2146 2146
           "XZ_OPT": "-9"
    
    2147 2147
         }
    
    2148 2148
       },
    
    2149
    -  "aarch64-linux-deb13-release+no_split_sectionsrelease": {
    
    2149
    +  "aarch64-linux-deb13-release+no_split_sectionsrelease-": {
    
    2150 2150
         "after_script": [
    
    2151 2151
           ".gitlab/ci.sh save_cache",
    
    2152 2152
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -2209,7 +2209,7 @@
    2209 2209
           "XZ_OPT": "-9"
    
    2210 2210
         }
    
    2211 2211
       },
    
    2212
    -  "aarch64-linux-deb13-release+no_split_sectionsrelease-test": {
    
    2212
    +  "aarch64-linux-deb13-release+no_split_sectionsrelease--test": {
    
    2213 2213
         "after_script": [
    
    2214 2214
           ".gitlab/ci.sh save_cache",
    
    2215 2215
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -2240,7 +2240,7 @@
    2240 2240
         "needs": [
    
    2241 2241
           {
    
    2242 2242
             "artifacts": true,
    
    2243
    -        "job": "aarch64-linux-deb13-release+no_split_sectionsrelease"
    
    2243
    +        "job": "aarch64-linux-deb13-release+no_split_sectionsrelease-"
    
    2244 2244
           }
    
    2245 2245
         ],
    
    2246 2246
         "rules": [
    
    ... ... @@ -2451,7 +2451,7 @@
    2451 2451
           "TEST_WAYS": "llvm optllvm"
    
    2452 2452
         }
    
    2453 2453
       },
    
    2454
    -  "aarch64-linux-deb13-validate+llvmnightly": {
    
    2454
    +  "aarch64-linux-deb13-validate+llvmnightly-": {
    
    2455 2455
         "after_script": [
    
    2456 2456
           ".gitlab/ci.sh save_cache",
    
    2457 2457
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -2513,7 +2513,7 @@
    2513 2513
           "XZ_OPT": "-9"
    
    2514 2514
         }
    
    2515 2515
       },
    
    2516
    -  "aarch64-linux-deb13-validate+llvmnightly-test": {
    
    2516
    +  "aarch64-linux-deb13-validate+llvmnightly--test": {
    
    2517 2517
         "after_script": [
    
    2518 2518
           ".gitlab/ci.sh save_cache",
    
    2519 2519
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -2544,7 +2544,7 @@
    2544 2544
         "needs": [
    
    2545 2545
           {
    
    2546 2546
             "artifacts": true,
    
    2547
    -        "job": "aarch64-linux-deb13-validate+llvmnightly"
    
    2547
    +        "job": "aarch64-linux-deb13-validate+llvmnightly-"
    
    2548 2548
           }
    
    2549 2549
         ],
    
    2550 2550
         "rules": [
    
    ... ... @@ -2632,7 +2632,7 @@
    2632 2632
           "TEST_WAYS": ""
    
    2633 2633
         }
    
    2634 2634
       },
    
    2635
    -  "aarch64-linux-deb13-validatenightly": {
    
    2635
    +  "aarch64-linux-deb13-validatenightly-": {
    
    2636 2636
         "after_script": [
    
    2637 2637
           ".gitlab/ci.sh save_cache",
    
    2638 2638
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -2694,7 +2694,7 @@
    2694 2694
           "XZ_OPT": "-9"
    
    2695 2695
         }
    
    2696 2696
       },
    
    2697
    -  "aarch64-linux-deb13-validatenightly-test": {
    
    2697
    +  "aarch64-linux-deb13-validatenightly--test": {
    
    2698 2698
         "after_script": [
    
    2699 2699
           ".gitlab/ci.sh save_cache",
    
    2700 2700
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -2725,7 +2725,7 @@
    2725 2725
         "needs": [
    
    2726 2726
           {
    
    2727 2727
             "artifacts": true,
    
    2728
    -        "job": "aarch64-linux-deb13-validatenightly"
    
    2728
    +        "job": "aarch64-linux-deb13-validatenightly-"
    
    2729 2729
           }
    
    2730 2730
         ],
    
    2731 2731
         "rules": [
    
    ... ... @@ -2754,7 +2754,7 @@
    2754 2754
           "XZ_OPT": "-9"
    
    2755 2755
         }
    
    2756 2756
       },
    
    2757
    -  "i386-linux-alpine3_23-release+no_split_sectionsrelease": {
    
    2757
    +  "i386-linux-alpine3_23-release+no_split_sectionsrelease-": {
    
    2758 2758
         "after_script": [
    
    2759 2759
           ".gitlab/ci.sh save_cache",
    
    2760 2760
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -2818,7 +2818,7 @@
    2818 2818
           "XZ_OPT": "-9"
    
    2819 2819
         }
    
    2820 2820
       },
    
    2821
    -  "i386-linux-alpine3_23-release+no_split_sectionsrelease-test": {
    
    2821
    +  "i386-linux-alpine3_23-release+no_split_sectionsrelease--test": {
    
    2822 2822
         "after_script": [
    
    2823 2823
           ".gitlab/ci.sh save_cache",
    
    2824 2824
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -2849,7 +2849,7 @@
    2849 2849
         "needs": [
    
    2850 2850
           {
    
    2851 2851
             "artifacts": true,
    
    2852
    -        "job": "i386-linux-alpine3_23-release+no_split_sectionsrelease"
    
    2852
    +        "job": "i386-linux-alpine3_23-release+no_split_sectionsrelease-"
    
    2853 2853
           }
    
    2854 2854
         ],
    
    2855 2855
         "rules": [
    
    ... ... @@ -3002,7 +3002,7 @@
    3002 3002
           "TEST_WAYS": ""
    
    3003 3003
         }
    
    3004 3004
       },
    
    3005
    -  "i386-linux-alpine3_23-validatenightly": {
    
    3005
    +  "i386-linux-alpine3_23-validatenightly-": {
    
    3006 3006
         "after_script": [
    
    3007 3007
           ".gitlab/ci.sh save_cache",
    
    3008 3008
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -3065,7 +3065,7 @@
    3065 3065
           "XZ_OPT": "-9"
    
    3066 3066
         }
    
    3067 3067
       },
    
    3068
    -  "i386-linux-alpine3_23-validatenightly-test": {
    
    3068
    +  "i386-linux-alpine3_23-validatenightly--test": {
    
    3069 3069
         "after_script": [
    
    3070 3070
           ".gitlab/ci.sh save_cache",
    
    3071 3071
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -3096,7 +3096,7 @@
    3096 3096
         "needs": [
    
    3097 3097
           {
    
    3098 3098
             "artifacts": true,
    
    3099
    -        "job": "i386-linux-alpine3_23-validatenightly"
    
    3099
    +        "job": "i386-linux-alpine3_23-validatenightly-"
    
    3100 3100
           }
    
    3101 3101
         ],
    
    3102 3102
         "rules": [
    
    ... ... @@ -3126,7 +3126,7 @@
    3126 3126
           "XZ_OPT": "-9"
    
    3127 3127
         }
    
    3128 3128
       },
    
    3129
    -  "i386-linux-deb11-release+no_split_sectionsrelease": {
    
    3129
    +  "i386-linux-deb11-release+no_split_sectionsrelease-": {
    
    3130 3130
         "after_script": [
    
    3131 3131
           ".gitlab/ci.sh save_cache",
    
    3132 3132
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -3189,7 +3189,7 @@
    3189 3189
           "XZ_OPT": "-9"
    
    3190 3190
         }
    
    3191 3191
       },
    
    3192
    -  "i386-linux-deb11-release+no_split_sectionsrelease-test": {
    
    3192
    +  "i386-linux-deb11-release+no_split_sectionsrelease--test": {
    
    3193 3193
         "after_script": [
    
    3194 3194
           ".gitlab/ci.sh save_cache",
    
    3195 3195
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -3220,7 +3220,7 @@
    3220 3220
         "needs": [
    
    3221 3221
           {
    
    3222 3222
             "artifacts": true,
    
    3223
    -        "job": "i386-linux-deb11-release+no_split_sectionsrelease"
    
    3223
    +        "job": "i386-linux-deb11-release+no_split_sectionsrelease-"
    
    3224 3224
           }
    
    3225 3225
         ],
    
    3226 3226
         "rules": [
    
    ... ... @@ -3370,7 +3370,7 @@
    3370 3370
           "TEST_WAYS": ""
    
    3371 3371
         }
    
    3372 3372
       },
    
    3373
    -  "i386-linux-deb11-validatenightly": {
    
    3373
    +  "i386-linux-deb11-validatenightly-": {
    
    3374 3374
         "after_script": [
    
    3375 3375
           ".gitlab/ci.sh save_cache",
    
    3376 3376
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -3432,7 +3432,7 @@
    3432 3432
           "XZ_OPT": "-9"
    
    3433 3433
         }
    
    3434 3434
       },
    
    3435
    -  "i386-linux-deb11-validatenightly-test": {
    
    3435
    +  "i386-linux-deb11-validatenightly--test": {
    
    3436 3436
         "after_script": [
    
    3437 3437
           ".gitlab/ci.sh save_cache",
    
    3438 3438
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -3463,7 +3463,7 @@
    3463 3463
         "needs": [
    
    3464 3464
           {
    
    3465 3465
             "artifacts": true,
    
    3466
    -        "job": "i386-linux-deb11-validatenightly"
    
    3466
    +        "job": "i386-linux-deb11-validatenightly-"
    
    3467 3467
           }
    
    3468 3468
         ],
    
    3469 3469
         "rules": [
    
    ... ... @@ -3492,7 +3492,7 @@
    3492 3492
           "XZ_OPT": "-9"
    
    3493 3493
         }
    
    3494 3494
       },
    
    3495
    -  "i386-linux-deb12-release+no_split_sectionsrelease": {
    
    3495
    +  "i386-linux-deb12-release+no_split_sectionsrelease-": {
    
    3496 3496
         "after_script": [
    
    3497 3497
           ".gitlab/ci.sh save_cache",
    
    3498 3498
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -3555,7 +3555,7 @@
    3555 3555
           "XZ_OPT": "-9"
    
    3556 3556
         }
    
    3557 3557
       },
    
    3558
    -  "i386-linux-deb12-release+no_split_sectionsrelease-test": {
    
    3558
    +  "i386-linux-deb12-release+no_split_sectionsrelease--test": {
    
    3559 3559
         "after_script": [
    
    3560 3560
           ".gitlab/ci.sh save_cache",
    
    3561 3561
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -3586,7 +3586,7 @@
    3586 3586
         "needs": [
    
    3587 3587
           {
    
    3588 3588
             "artifacts": true,
    
    3589
    -        "job": "i386-linux-deb12-release+no_split_sectionsrelease"
    
    3589
    +        "job": "i386-linux-deb12-release+no_split_sectionsrelease-"
    
    3590 3590
           }
    
    3591 3591
         ],
    
    3592 3592
         "rules": [
    
    ... ... @@ -3736,7 +3736,7 @@
    3736 3736
           "TEST_WAYS": ""
    
    3737 3737
         }
    
    3738 3738
       },
    
    3739
    -  "i386-linux-deb12-validatenightly": {
    
    3739
    +  "i386-linux-deb12-validatenightly-": {
    
    3740 3740
         "after_script": [
    
    3741 3741
           ".gitlab/ci.sh save_cache",
    
    3742 3742
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -3798,7 +3798,7 @@
    3798 3798
           "XZ_OPT": "-9"
    
    3799 3799
         }
    
    3800 3800
       },
    
    3801
    -  "i386-linux-deb12-validatenightly-test": {
    
    3801
    +  "i386-linux-deb12-validatenightly--test": {
    
    3802 3802
         "after_script": [
    
    3803 3803
           ".gitlab/ci.sh save_cache",
    
    3804 3804
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -3829,7 +3829,7 @@
    3829 3829
         "needs": [
    
    3830 3830
           {
    
    3831 3831
             "artifacts": true,
    
    3832
    -        "job": "i386-linux-deb12-validatenightly"
    
    3832
    +        "job": "i386-linux-deb12-validatenightly-"
    
    3833 3833
           }
    
    3834 3834
         ],
    
    3835 3835
         "rules": [
    
    ... ... @@ -3858,7 +3858,7 @@
    3858 3858
           "XZ_OPT": "-9"
    
    3859 3859
         }
    
    3860 3860
       },
    
    3861
    -  "i386-linux-deb13-release+no_split_sectionsrelease": {
    
    3861
    +  "i386-linux-deb13-release+no_split_sectionsrelease-": {
    
    3862 3862
         "after_script": [
    
    3863 3863
           ".gitlab/ci.sh save_cache",
    
    3864 3864
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -3921,7 +3921,7 @@
    3921 3921
           "XZ_OPT": "-9"
    
    3922 3922
         }
    
    3923 3923
       },
    
    3924
    -  "i386-linux-deb13-release+no_split_sectionsrelease-test": {
    
    3924
    +  "i386-linux-deb13-release+no_split_sectionsrelease--test": {
    
    3925 3925
         "after_script": [
    
    3926 3926
           ".gitlab/ci.sh save_cache",
    
    3927 3927
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -3952,7 +3952,7 @@
    3952 3952
         "needs": [
    
    3953 3953
           {
    
    3954 3954
             "artifacts": true,
    
    3955
    -        "job": "i386-linux-deb13-release+no_split_sectionsrelease"
    
    3955
    +        "job": "i386-linux-deb13-release+no_split_sectionsrelease-"
    
    3956 3956
           }
    
    3957 3957
         ],
    
    3958 3958
         "rules": [
    
    ... ... @@ -4102,7 +4102,7 @@
    4102 4102
           "TEST_WAYS": ""
    
    4103 4103
         }
    
    4104 4104
       },
    
    4105
    -  "i386-linux-deb13-validatenightly": {
    
    4105
    +  "i386-linux-deb13-validatenightly-": {
    
    4106 4106
         "after_script": [
    
    4107 4107
           ".gitlab/ci.sh save_cache",
    
    4108 4108
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -4164,7 +4164,7 @@
    4164 4164
           "XZ_OPT": "-9"
    
    4165 4165
         }
    
    4166 4166
       },
    
    4167
    -  "i386-linux-deb13-validatenightly-test": {
    
    4167
    +  "i386-linux-deb13-validatenightly--test": {
    
    4168 4168
         "after_script": [
    
    4169 4169
           ".gitlab/ci.sh save_cache",
    
    4170 4170
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -4195,7 +4195,7 @@
    4195 4195
         "needs": [
    
    4196 4196
           {
    
    4197 4197
             "artifacts": true,
    
    4198
    -        "job": "i386-linux-deb13-validatenightly"
    
    4198
    +        "job": "i386-linux-deb13-validatenightly-"
    
    4199 4199
           }
    
    4200 4200
         ],
    
    4201 4201
         "rules": [
    
    ... ... @@ -4224,7 +4224,7 @@
    4224 4224
           "XZ_OPT": "-9"
    
    4225 4225
         }
    
    4226 4226
       },
    
    4227
    -  "x86_64-darwin-releaserelease": {
    
    4227
    +  "x86_64-darwin-releaserelease-": {
    
    4228 4228
         "after_script": [
    
    4229 4229
           ".gitlab/ci.sh save_cache",
    
    4230 4230
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -4294,7 +4294,7 @@
    4294 4294
           "ac_cv_func_utimensat": "no"
    
    4295 4295
         }
    
    4296 4296
       },
    
    4297
    -  "x86_64-darwin-releaserelease-test": {
    
    4297
    +  "x86_64-darwin-releaserelease--test": {
    
    4298 4298
         "after_script": [
    
    4299 4299
           ".gitlab/ci.sh save_cache",
    
    4300 4300
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -4325,7 +4325,7 @@
    4325 4325
         "needs": [
    
    4326 4326
           {
    
    4327 4327
             "artifacts": true,
    
    4328
    -        "job": "x86_64-darwin-releaserelease"
    
    4328
    +        "job": "x86_64-darwin-releaserelease-"
    
    4329 4329
           }
    
    4330 4330
         ],
    
    4331 4331
         "rules": [
    
    ... ... @@ -4496,7 +4496,7 @@
    4496 4496
           "ac_cv_func_utimensat": "no"
    
    4497 4497
         }
    
    4498 4498
       },
    
    4499
    -  "x86_64-darwin-validatenightly": {
    
    4499
    +  "x86_64-darwin-validatenightly-": {
    
    4500 4500
         "after_script": [
    
    4501 4501
           ".gitlab/ci.sh save_cache",
    
    4502 4502
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -4565,7 +4565,7 @@
    4565 4565
           "ac_cv_func_utimensat": "no"
    
    4566 4566
         }
    
    4567 4567
       },
    
    4568
    -  "x86_64-darwin-validatenightly-test": {
    
    4568
    +  "x86_64-darwin-validatenightly--test": {
    
    4569 4569
         "after_script": [
    
    4570 4570
           ".gitlab/ci.sh save_cache",
    
    4571 4571
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -4596,7 +4596,7 @@
    4596 4596
         "needs": [
    
    4597 4597
           {
    
    4598 4598
             "artifacts": true,
    
    4599
    -        "job": "x86_64-darwin-validatenightly"
    
    4599
    +        "job": "x86_64-darwin-validatenightly-"
    
    4600 4600
           }
    
    4601 4601
         ],
    
    4602 4602
         "rules": [
    
    ... ... @@ -4632,7 +4632,7 @@
    4632 4632
           "ac_cv_func_utimensat": "no"
    
    4633 4633
         }
    
    4634 4634
       },
    
    4635
    -  "x86_64-freebsd14-release+no_split_sectionsrelease": {
    
    4635
    +  "x86_64-freebsd14-release+no_split_sectionsrelease-": {
    
    4636 4636
         "after_script": [
    
    4637 4637
           ".gitlab/ci.sh save_cache",
    
    4638 4638
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -4698,7 +4698,7 @@
    4698 4698
           "XZ_OPT": "-9"
    
    4699 4699
         }
    
    4700 4700
       },
    
    4701
    -  "x86_64-freebsd14-release+no_split_sectionsrelease-test": {
    
    4701
    +  "x86_64-freebsd14-release+no_split_sectionsrelease--test": {
    
    4702 4702
         "after_script": [
    
    4703 4703
           ".gitlab/ci.sh save_cache",
    
    4704 4704
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -4729,7 +4729,7 @@
    4729 4729
         "needs": [
    
    4730 4730
           {
    
    4731 4731
             "artifacts": true,
    
    4732
    -        "job": "x86_64-freebsd14-release+no_split_sectionsrelease"
    
    4732
    +        "job": "x86_64-freebsd14-release+no_split_sectionsrelease-"
    
    4733 4733
           }
    
    4734 4734
         ],
    
    4735 4735
         "rules": [
    
    ... ... @@ -4890,7 +4890,7 @@
    4890 4890
           "TEST_WAYS": ""
    
    4891 4891
         }
    
    4892 4892
       },
    
    4893
    -  "x86_64-freebsd14-validatenightly": {
    
    4893
    +  "x86_64-freebsd14-validatenightly-": {
    
    4894 4894
         "after_script": [
    
    4895 4895
           ".gitlab/ci.sh save_cache",
    
    4896 4896
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -4955,7 +4955,7 @@
    4955 4955
           "XZ_OPT": "-9"
    
    4956 4956
         }
    
    4957 4957
       },
    
    4958
    -  "x86_64-freebsd14-validatenightly-test": {
    
    4958
    +  "x86_64-freebsd14-validatenightly--test": {
    
    4959 4959
         "after_script": [
    
    4960 4960
           ".gitlab/ci.sh save_cache",
    
    4961 4961
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -4986,7 +4986,7 @@
    4986 4986
         "needs": [
    
    4987 4987
           {
    
    4988 4988
             "artifacts": true,
    
    4989
    -        "job": "x86_64-freebsd14-validatenightly"
    
    4989
    +        "job": "x86_64-freebsd14-validatenightly-"
    
    4990 4990
           }
    
    4991 4991
         ],
    
    4992 4992
         "rules": [
    
    ... ... @@ -5019,7 +5019,7 @@
    5019 5019
           "XZ_OPT": "-9"
    
    5020 5020
         }
    
    5021 5021
       },
    
    5022
    -  "x86_64-linux-alpine3_12-int_native-release+fully_staticrelease": {
    
    5022
    +  "x86_64-linux-alpine3_12-int_native-release+fully_staticrelease-": {
    
    5023 5023
         "after_script": [
    
    5024 5024
           ".gitlab/ci.sh save_cache",
    
    5025 5025
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -5083,7 +5083,7 @@
    5083 5083
           "XZ_OPT": "-9"
    
    5084 5084
         }
    
    5085 5085
       },
    
    5086
    -  "x86_64-linux-alpine3_12-int_native-release+fully_staticrelease-test": {
    
    5086
    +  "x86_64-linux-alpine3_12-int_native-release+fully_staticrelease--test": {
    
    5087 5087
         "after_script": [
    
    5088 5088
           ".gitlab/ci.sh save_cache",
    
    5089 5089
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -5114,7 +5114,7 @@
    5114 5114
         "needs": [
    
    5115 5115
           {
    
    5116 5116
             "artifacts": true,
    
    5117
    -        "job": "x86_64-linux-alpine3_12-int_native-release+fully_staticrelease"
    
    5117
    +        "job": "x86_64-linux-alpine3_12-int_native-release+fully_staticrelease-"
    
    5118 5118
           }
    
    5119 5119
         ],
    
    5120 5120
         "rules": [
    
    ... ... @@ -5267,7 +5267,7 @@
    5267 5267
           "TEST_WAYS": ""
    
    5268 5268
         }
    
    5269 5269
       },
    
    5270
    -  "x86_64-linux-alpine3_12-int_native-validate+fully_staticnightly": {
    
    5270
    +  "x86_64-linux-alpine3_12-int_native-validate+fully_staticnightly-": {
    
    5271 5271
         "after_script": [
    
    5272 5272
           ".gitlab/ci.sh save_cache",
    
    5273 5273
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -5330,7 +5330,7 @@
    5330 5330
           "XZ_OPT": "-9"
    
    5331 5331
         }
    
    5332 5332
       },
    
    5333
    -  "x86_64-linux-alpine3_12-int_native-validate+fully_staticnightly-test": {
    
    5333
    +  "x86_64-linux-alpine3_12-int_native-validate+fully_staticnightly--test": {
    
    5334 5334
         "after_script": [
    
    5335 5335
           ".gitlab/ci.sh save_cache",
    
    5336 5336
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -5361,7 +5361,7 @@
    5361 5361
         "needs": [
    
    5362 5362
           {
    
    5363 5363
             "artifacts": true,
    
    5364
    -        "job": "x86_64-linux-alpine3_12-int_native-validate+fully_staticnightly"
    
    5364
    +        "job": "x86_64-linux-alpine3_12-int_native-validate+fully_staticnightly-"
    
    5365 5365
           }
    
    5366 5366
         ],
    
    5367 5367
         "rules": [
    
    ... ... @@ -5391,7 +5391,7 @@
    5391 5391
           "XZ_OPT": "-9"
    
    5392 5392
         }
    
    5393 5393
       },
    
    5394
    -  "x86_64-linux-alpine3_12-release+fully_static+no_split_sectionsrelease": {
    
    5394
    +  "x86_64-linux-alpine3_12-release+fully_static+no_split_sectionsrelease-": {
    
    5395 5395
         "after_script": [
    
    5396 5396
           ".gitlab/ci.sh save_cache",
    
    5397 5397
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -5455,7 +5455,7 @@
    5455 5455
           "XZ_OPT": "-9"
    
    5456 5456
         }
    
    5457 5457
       },
    
    5458
    -  "x86_64-linux-alpine3_12-release+fully_static+no_split_sectionsrelease-test": {
    
    5458
    +  "x86_64-linux-alpine3_12-release+fully_static+no_split_sectionsrelease--test": {
    
    5459 5459
         "after_script": [
    
    5460 5460
           ".gitlab/ci.sh save_cache",
    
    5461 5461
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -5486,7 +5486,7 @@
    5486 5486
         "needs": [
    
    5487 5487
           {
    
    5488 5488
             "artifacts": true,
    
    5489
    -        "job": "x86_64-linux-alpine3_12-release+fully_static+no_split_sectionsrelease"
    
    5489
    +        "job": "x86_64-linux-alpine3_12-release+fully_static+no_split_sectionsrelease-"
    
    5490 5490
           }
    
    5491 5491
         ],
    
    5492 5492
         "rules": [
    
    ... ... @@ -5639,7 +5639,7 @@
    5639 5639
           "TEST_WAYS": ""
    
    5640 5640
         }
    
    5641 5641
       },
    
    5642
    -  "x86_64-linux-alpine3_12-validate+fully_staticnightly": {
    
    5642
    +  "x86_64-linux-alpine3_12-validate+fully_staticnightly-": {
    
    5643 5643
         "after_script": [
    
    5644 5644
           ".gitlab/ci.sh save_cache",
    
    5645 5645
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -5702,7 +5702,7 @@
    5702 5702
           "XZ_OPT": "-9"
    
    5703 5703
         }
    
    5704 5704
       },
    
    5705
    -  "x86_64-linux-alpine3_12-validate+fully_staticnightly-test": {
    
    5705
    +  "x86_64-linux-alpine3_12-validate+fully_staticnightly--test": {
    
    5706 5706
         "after_script": [
    
    5707 5707
           ".gitlab/ci.sh save_cache",
    
    5708 5708
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -5733,7 +5733,7 @@
    5733 5733
         "needs": [
    
    5734 5734
           {
    
    5735 5735
             "artifacts": true,
    
    5736
    -        "job": "x86_64-linux-alpine3_12-validate+fully_staticnightly"
    
    5736
    +        "job": "x86_64-linux-alpine3_12-validate+fully_staticnightly-"
    
    5737 5737
           }
    
    5738 5738
         ],
    
    5739 5739
         "rules": [
    
    ... ... @@ -5763,7 +5763,7 @@
    5763 5763
           "XZ_OPT": "-9"
    
    5764 5764
         }
    
    5765 5765
       },
    
    5766
    -  "x86_64-linux-alpine3_23-release+no_split_sectionsrelease": {
    
    5766
    +  "x86_64-linux-alpine3_23-release+no_split_sectionsrelease-": {
    
    5767 5767
         "after_script": [
    
    5768 5768
           ".gitlab/ci.sh save_cache",
    
    5769 5769
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -5827,7 +5827,7 @@
    5827 5827
           "XZ_OPT": "-9"
    
    5828 5828
         }
    
    5829 5829
       },
    
    5830
    -  "x86_64-linux-alpine3_23-release+no_split_sectionsrelease-test": {
    
    5830
    +  "x86_64-linux-alpine3_23-release+no_split_sectionsrelease--test": {
    
    5831 5831
         "after_script": [
    
    5832 5832
           ".gitlab/ci.sh save_cache",
    
    5833 5833
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -5858,7 +5858,7 @@
    5858 5858
         "needs": [
    
    5859 5859
           {
    
    5860 5860
             "artifacts": true,
    
    5861
    -        "job": "x86_64-linux-alpine3_23-release+no_split_sectionsrelease"
    
    5861
    +        "job": "x86_64-linux-alpine3_23-release+no_split_sectionsrelease-"
    
    5862 5862
           }
    
    5863 5863
         ],
    
    5864 5864
         "rules": [
    
    ... ... @@ -6011,7 +6011,7 @@
    6011 6011
           "TEST_WAYS": ""
    
    6012 6012
         }
    
    6013 6013
       },
    
    6014
    -  "x86_64-linux-alpine3_23-validatenightly": {
    
    6014
    +  "x86_64-linux-alpine3_23-validatenightly-": {
    
    6015 6015
         "after_script": [
    
    6016 6016
           ".gitlab/ci.sh save_cache",
    
    6017 6017
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -6074,7 +6074,7 @@
    6074 6074
           "XZ_OPT": "-9"
    
    6075 6075
         }
    
    6076 6076
       },
    
    6077
    -  "x86_64-linux-alpine3_23-validatenightly-test": {
    
    6077
    +  "x86_64-linux-alpine3_23-validatenightly--test": {
    
    6078 6078
         "after_script": [
    
    6079 6079
           ".gitlab/ci.sh save_cache",
    
    6080 6080
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -6105,7 +6105,7 @@
    6105 6105
         "needs": [
    
    6106 6106
           {
    
    6107 6107
             "artifacts": true,
    
    6108
    -        "job": "x86_64-linux-alpine3_23-validatenightly"
    
    6108
    +        "job": "x86_64-linux-alpine3_23-validatenightly-"
    
    6109 6109
           }
    
    6110 6110
         ],
    
    6111 6111
         "rules": [
    
    ... ... @@ -6261,7 +6261,7 @@
    6261 6261
           "TEST_WAYS": ""
    
    6262 6262
         }
    
    6263 6263
       },
    
    6264
    -  "x86_64-linux-alpine3_23-wasm-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly": {
    
    6264
    +  "x86_64-linux-alpine3_23-wasm-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly-": {
    
    6265 6265
         "after_script": [
    
    6266 6266
           ".gitlab/ci.sh save_cache",
    
    6267 6267
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -6326,7 +6326,7 @@
    6326 6326
           "XZ_OPT": "-9"
    
    6327 6327
         }
    
    6328 6328
       },
    
    6329
    -  "x86_64-linux-alpine3_23-wasm-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly-test": {
    
    6329
    +  "x86_64-linux-alpine3_23-wasm-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly--test": {
    
    6330 6330
         "after_script": [
    
    6331 6331
           ".gitlab/ci.sh save_cache",
    
    6332 6332
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -6357,7 +6357,7 @@
    6357 6357
         "needs": [
    
    6358 6358
           {
    
    6359 6359
             "artifacts": true,
    
    6360
    -        "job": "x86_64-linux-alpine3_23-wasm-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly"
    
    6360
    +        "job": "x86_64-linux-alpine3_23-wasm-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly-"
    
    6361 6361
           }
    
    6362 6362
         ],
    
    6363 6363
         "rules": [
    
    ... ... @@ -6517,7 +6517,7 @@
    6517 6517
           "TEST_WAYS": ""
    
    6518 6518
         }
    
    6519 6519
       },
    
    6520
    -  "x86_64-linux-alpine3_23-wasm-int_native-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly": {
    
    6520
    +  "x86_64-linux-alpine3_23-wasm-int_native-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly-": {
    
    6521 6521
         "after_script": [
    
    6522 6522
           ".gitlab/ci.sh save_cache",
    
    6523 6523
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -6582,7 +6582,7 @@
    6582 6582
           "XZ_OPT": "-9"
    
    6583 6583
         }
    
    6584 6584
       },
    
    6585
    -  "x86_64-linux-alpine3_23-wasm-int_native-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly-test": {
    
    6585
    +  "x86_64-linux-alpine3_23-wasm-int_native-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly--test": {
    
    6586 6586
         "after_script": [
    
    6587 6587
           ".gitlab/ci.sh save_cache",
    
    6588 6588
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -6613,7 +6613,7 @@
    6613 6613
         "needs": [
    
    6614 6614
           {
    
    6615 6615
             "artifacts": true,
    
    6616
    -        "job": "x86_64-linux-alpine3_23-wasm-int_native-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly"
    
    6616
    +        "job": "x86_64-linux-alpine3_23-wasm-int_native-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly-"
    
    6617 6617
           }
    
    6618 6618
         ],
    
    6619 6619
         "rules": [
    
    ... ... @@ -6773,7 +6773,7 @@
    6773 6773
           "TEST_WAYS": ""
    
    6774 6774
         }
    
    6775 6775
       },
    
    6776
    -  "x86_64-linux-alpine3_23-wasm-unreg-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly": {
    
    6776
    +  "x86_64-linux-alpine3_23-wasm-unreg-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly-": {
    
    6777 6777
         "after_script": [
    
    6778 6778
           ".gitlab/ci.sh save_cache",
    
    6779 6779
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -6838,7 +6838,7 @@
    6838 6838
           "XZ_OPT": "-9"
    
    6839 6839
         }
    
    6840 6840
       },
    
    6841
    -  "x86_64-linux-alpine3_23-wasm-unreg-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly-test": {
    
    6841
    +  "x86_64-linux-alpine3_23-wasm-unreg-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly--test": {
    
    6842 6842
         "after_script": [
    
    6843 6843
           ".gitlab/ci.sh save_cache",
    
    6844 6844
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -6869,7 +6869,7 @@
    6869 6869
         "needs": [
    
    6870 6870
           {
    
    6871 6871
             "artifacts": true,
    
    6872
    -        "job": "x86_64-linux-alpine3_23-wasm-unreg-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly"
    
    6872
    +        "job": "x86_64-linux-alpine3_23-wasm-unreg-cross_wasm32-wasi-release+host_fully_static+text_simdutfnightly-"
    
    6873 6873
           }
    
    6874 6874
         ],
    
    6875 6875
         "rules": [
    
    ... ... @@ -7027,7 +7027,7 @@
    7027 7027
           "TEST_WAYS": ""
    
    7028 7028
         }
    
    7029 7029
       },
    
    7030
    -  "x86_64-linux-deb11-emsdk-closure-int_native-cross_javascript-unknown-ghcjs-validatenightly": {
    
    7030
    +  "x86_64-linux-deb11-emsdk-closure-int_native-cross_javascript-unknown-ghcjs-validatenightly-": {
    
    7031 7031
         "after_script": [
    
    7032 7032
           ".gitlab/ci.sh save_cache",
    
    7033 7033
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -7092,7 +7092,7 @@
    7092 7092
           "XZ_OPT": "-9"
    
    7093 7093
         }
    
    7094 7094
       },
    
    7095
    -  "x86_64-linux-deb11-emsdk-closure-int_native-cross_javascript-unknown-ghcjs-validatenightly-test": {
    
    7095
    +  "x86_64-linux-deb11-emsdk-closure-int_native-cross_javascript-unknown-ghcjs-validatenightly--test": {
    
    7096 7096
         "after_script": [
    
    7097 7097
           ".gitlab/ci.sh save_cache",
    
    7098 7098
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -7123,7 +7123,7 @@
    7123 7123
         "needs": [
    
    7124 7124
           {
    
    7125 7125
             "artifacts": true,
    
    7126
    -        "job": "x86_64-linux-deb11-emsdk-closure-int_native-cross_javascript-unknown-ghcjs-validatenightly"
    
    7126
    +        "job": "x86_64-linux-deb11-emsdk-closure-int_native-cross_javascript-unknown-ghcjs-validatenightly-"
    
    7127 7127
           }
    
    7128 7128
         ],
    
    7129 7129
         "rules": [
    
    ... ... @@ -7155,7 +7155,7 @@
    7155 7155
           "XZ_OPT": "-9"
    
    7156 7156
         }
    
    7157 7157
       },
    
    7158
    -  "x86_64-linux-deb11-release+debug_inforelease": {
    
    7158
    +  "x86_64-linux-deb11-release+debug_inforelease-": {
    
    7159 7159
         "after_script": [
    
    7160 7160
           ".gitlab/ci.sh save_cache",
    
    7161 7161
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -7218,7 +7218,7 @@
    7218 7218
           "XZ_OPT": "-9"
    
    7219 7219
         }
    
    7220 7220
       },
    
    7221
    -  "x86_64-linux-deb11-release+debug_inforelease-test": {
    
    7221
    +  "x86_64-linux-deb11-release+debug_inforelease--test": {
    
    7222 7222
         "after_script": [
    
    7223 7223
           ".gitlab/ci.sh save_cache",
    
    7224 7224
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -7249,7 +7249,7 @@
    7249 7249
         "needs": [
    
    7250 7250
           {
    
    7251 7251
             "artifacts": true,
    
    7252
    -        "job": "x86_64-linux-deb11-release+debug_inforelease"
    
    7252
    +        "job": "x86_64-linux-deb11-release+debug_inforelease-"
    
    7253 7253
           }
    
    7254 7254
         ],
    
    7255 7255
         "rules": [
    
    ... ... @@ -7279,7 +7279,7 @@
    7279 7279
           "XZ_OPT": "-9"
    
    7280 7280
         }
    
    7281 7281
       },
    
    7282
    -  "x86_64-linux-deb11-releaserelease": {
    
    7282
    +  "x86_64-linux-deb11-releaserelease-": {
    
    7283 7283
         "after_script": [
    
    7284 7284
           ".gitlab/ci.sh save_cache",
    
    7285 7285
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -7342,7 +7342,7 @@
    7342 7342
           "XZ_OPT": "-9"
    
    7343 7343
         }
    
    7344 7344
       },
    
    7345
    -  "x86_64-linux-deb11-releaserelease-test": {
    
    7345
    +  "x86_64-linux-deb11-releaserelease--test": {
    
    7346 7346
         "after_script": [
    
    7347 7347
           ".gitlab/ci.sh save_cache",
    
    7348 7348
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -7373,7 +7373,7 @@
    7373 7373
         "needs": [
    
    7374 7374
           {
    
    7375 7375
             "artifacts": true,
    
    7376
    -        "job": "x86_64-linux-deb11-releaserelease"
    
    7376
    +        "job": "x86_64-linux-deb11-releaserelease-"
    
    7377 7377
           }
    
    7378 7378
         ],
    
    7379 7379
         "rules": [
    
    ... ... @@ -7584,7 +7584,7 @@
    7584 7584
           "TEST_WAYS": ""
    
    7585 7585
         }
    
    7586 7586
       },
    
    7587
    -  "x86_64-linux-deb11-validate+debug_infonightly": {
    
    7587
    +  "x86_64-linux-deb11-validate+debug_infonightly-": {
    
    7588 7588
         "after_script": [
    
    7589 7589
           ".gitlab/ci.sh save_cache",
    
    7590 7590
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -7646,7 +7646,7 @@
    7646 7646
           "XZ_OPT": "-9"
    
    7647 7647
         }
    
    7648 7648
       },
    
    7649
    -  "x86_64-linux-deb11-validate+debug_infonightly-test": {
    
    7649
    +  "x86_64-linux-deb11-validate+debug_infonightly--test": {
    
    7650 7650
         "after_script": [
    
    7651 7651
           ".gitlab/ci.sh save_cache",
    
    7652 7652
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -7677,7 +7677,7 @@
    7677 7677
         "needs": [
    
    7678 7678
           {
    
    7679 7679
             "artifacts": true,
    
    7680
    -        "job": "x86_64-linux-deb11-validate+debug_infonightly"
    
    7680
    +        "job": "x86_64-linux-deb11-validate+debug_infonightly-"
    
    7681 7681
           }
    
    7682 7682
         ],
    
    7683 7683
         "rules": [
    
    ... ... @@ -7765,7 +7765,7 @@
    7765 7765
           "TEST_WAYS": ""
    
    7766 7766
         }
    
    7767 7767
       },
    
    7768
    -  "x86_64-linux-deb11-validatenightly": {
    
    7768
    +  "x86_64-linux-deb11-validatenightly-": {
    
    7769 7769
         "after_script": [
    
    7770 7770
           ".gitlab/ci.sh save_cache",
    
    7771 7771
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -7827,7 +7827,7 @@
    7827 7827
           "XZ_OPT": "-9"
    
    7828 7828
         }
    
    7829 7829
       },
    
    7830
    -  "x86_64-linux-deb11-validatenightly-test": {
    
    7830
    +  "x86_64-linux-deb11-validatenightly--test": {
    
    7831 7831
         "after_script": [
    
    7832 7832
           ".gitlab/ci.sh save_cache",
    
    7833 7833
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -7858,7 +7858,7 @@
    7858 7858
         "needs": [
    
    7859 7859
           {
    
    7860 7860
             "artifacts": true,
    
    7861
    -        "job": "x86_64-linux-deb11-validatenightly"
    
    7861
    +        "job": "x86_64-linux-deb11-validatenightly-"
    
    7862 7862
           }
    
    7863 7863
         ],
    
    7864 7864
         "rules": [
    
    ... ... @@ -7887,7 +7887,7 @@
    7887 7887
           "XZ_OPT": "-9"
    
    7888 7888
         }
    
    7889 7889
       },
    
    7890
    -  "x86_64-linux-deb12-releaserelease": {
    
    7890
    +  "x86_64-linux-deb12-releaserelease-": {
    
    7891 7891
         "after_script": [
    
    7892 7892
           ".gitlab/ci.sh save_cache",
    
    7893 7893
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -7950,7 +7950,7 @@
    7950 7950
           "XZ_OPT": "-9"
    
    7951 7951
         }
    
    7952 7952
       },
    
    7953
    -  "x86_64-linux-deb12-releaserelease-test": {
    
    7953
    +  "x86_64-linux-deb12-releaserelease--test": {
    
    7954 7954
         "after_script": [
    
    7955 7955
           ".gitlab/ci.sh save_cache",
    
    7956 7956
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -7981,7 +7981,7 @@
    7981 7981
         "needs": [
    
    7982 7982
           {
    
    7983 7983
             "artifacts": true,
    
    7984
    -        "job": "x86_64-linux-deb12-releaserelease"
    
    7984
    +        "job": "x86_64-linux-deb12-releaserelease-"
    
    7985 7985
           }
    
    7986 7986
         ],
    
    7987 7987
         "rules": [
    
    ... ... @@ -8131,7 +8131,7 @@
    8131 8131
           "TEST_WAYS": ""
    
    8132 8132
         }
    
    8133 8133
       },
    
    8134
    -  "x86_64-linux-deb12-validatenightly": {
    
    8134
    +  "x86_64-linux-deb12-validatenightly-": {
    
    8135 8135
         "after_script": [
    
    8136 8136
           ".gitlab/ci.sh save_cache",
    
    8137 8137
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -8193,7 +8193,7 @@
    8193 8193
           "XZ_OPT": "-9"
    
    8194 8194
         }
    
    8195 8195
       },
    
    8196
    -  "x86_64-linux-deb12-validatenightly-test": {
    
    8196
    +  "x86_64-linux-deb12-validatenightly--test": {
    
    8197 8197
         "after_script": [
    
    8198 8198
           ".gitlab/ci.sh save_cache",
    
    8199 8199
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -8224,7 +8224,7 @@
    8224 8224
         "needs": [
    
    8225 8225
           {
    
    8226 8226
             "artifacts": true,
    
    8227
    -        "job": "x86_64-linux-deb12-validatenightly"
    
    8227
    +        "job": "x86_64-linux-deb12-validatenightly-"
    
    8228 8228
           }
    
    8229 8229
         ],
    
    8230 8230
         "rules": [
    
    ... ... @@ -8379,7 +8379,7 @@
    8379 8379
           "TEST_WAYS": ""
    
    8380 8380
         }
    
    8381 8381
       },
    
    8382
    -  "x86_64-linux-deb13-cross_aarch64-linux-gnu-validatenightly": {
    
    8382
    +  "x86_64-linux-deb13-cross_aarch64-linux-gnu-validatenightly-": {
    
    8383 8383
         "after_script": [
    
    8384 8384
           ".gitlab/ci.sh save_cache",
    
    8385 8385
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -8444,7 +8444,7 @@
    8444 8444
           "XZ_OPT": "-9"
    
    8445 8445
         }
    
    8446 8446
       },
    
    8447
    -  "x86_64-linux-deb13-cross_aarch64-linux-gnu-validatenightly-test": {
    
    8447
    +  "x86_64-linux-deb13-cross_aarch64-linux-gnu-validatenightly--test": {
    
    8448 8448
         "after_script": [
    
    8449 8449
           ".gitlab/ci.sh save_cache",
    
    8450 8450
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -8475,7 +8475,7 @@
    8475 8475
         "needs": [
    
    8476 8476
           {
    
    8477 8477
             "artifacts": true,
    
    8478
    -        "job": "x86_64-linux-deb13-cross_aarch64-linux-gnu-validatenightly"
    
    8478
    +        "job": "x86_64-linux-deb13-cross_aarch64-linux-gnu-validatenightly-"
    
    8479 8479
           }
    
    8480 8480
         ],
    
    8481 8481
         "rules": [
    
    ... ... @@ -8627,7 +8627,7 @@
    8627 8627
           "TEST_WAYS": ""
    
    8628 8628
         }
    
    8629 8629
       },
    
    8630
    -  "x86_64-linux-deb13-int_native-validatenightly": {
    
    8630
    +  "x86_64-linux-deb13-int_native-validatenightly-": {
    
    8631 8631
         "after_script": [
    
    8632 8632
           ".gitlab/ci.sh save_cache",
    
    8633 8633
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -8689,7 +8689,7 @@
    8689 8689
           "XZ_OPT": "-9"
    
    8690 8690
         }
    
    8691 8691
       },
    
    8692
    -  "x86_64-linux-deb13-int_native-validatenightly-test": {
    
    8692
    +  "x86_64-linux-deb13-int_native-validatenightly--test": {
    
    8693 8693
         "after_script": [
    
    8694 8694
           ".gitlab/ci.sh save_cache",
    
    8695 8695
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -8720,7 +8720,7 @@
    8720 8720
         "needs": [
    
    8721 8721
           {
    
    8722 8722
             "artifacts": true,
    
    8723
    -        "job": "x86_64-linux-deb13-int_native-validatenightly"
    
    8723
    +        "job": "x86_64-linux-deb13-int_native-validatenightly-"
    
    8724 8724
           }
    
    8725 8725
         ],
    
    8726 8726
         "rules": [
    
    ... ... @@ -8871,7 +8871,7 @@
    8871 8871
           "TEST_WAYS": ""
    
    8872 8872
         }
    
    8873 8873
       },
    
    8874
    -  "x86_64-linux-deb13-no_tntc-validatenightly": {
    
    8874
    +  "x86_64-linux-deb13-no_tntc-validatenightly-": {
    
    8875 8875
         "after_script": [
    
    8876 8876
           ".gitlab/ci.sh save_cache",
    
    8877 8877
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -8933,7 +8933,7 @@
    8933 8933
           "XZ_OPT": "-9"
    
    8934 8934
         }
    
    8935 8935
       },
    
    8936
    -  "x86_64-linux-deb13-no_tntc-validatenightly-test": {
    
    8936
    +  "x86_64-linux-deb13-no_tntc-validatenightly--test": {
    
    8937 8937
         "after_script": [
    
    8938 8938
           ".gitlab/ci.sh save_cache",
    
    8939 8939
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -8964,7 +8964,7 @@
    8964 8964
         "needs": [
    
    8965 8965
           {
    
    8966 8966
             "artifacts": true,
    
    8967
    -        "job": "x86_64-linux-deb13-no_tntc-validatenightly"
    
    8967
    +        "job": "x86_64-linux-deb13-no_tntc-validatenightly-"
    
    8968 8968
           }
    
    8969 8969
         ],
    
    8970 8970
         "rules": [
    
    ... ... @@ -9115,7 +9115,7 @@
    9115 9115
           "TEST_WAYS": ""
    
    9116 9116
         }
    
    9117 9117
       },
    
    9118
    -  "x86_64-linux-deb13-numa-slow-validatenightly": {
    
    9118
    +  "x86_64-linux-deb13-numa-slow-validatenightly-": {
    
    9119 9119
         "after_script": [
    
    9120 9120
           ".gitlab/ci.sh save_cache",
    
    9121 9121
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -9178,7 +9178,7 @@
    9178 9178
           "XZ_OPT": "-9"
    
    9179 9179
         }
    
    9180 9180
       },
    
    9181
    -  "x86_64-linux-deb13-numa-slow-validatenightly-test": {
    
    9181
    +  "x86_64-linux-deb13-numa-slow-validatenightly--test": {
    
    9182 9182
         "after_script": [
    
    9183 9183
           ".gitlab/ci.sh save_cache",
    
    9184 9184
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -9209,7 +9209,7 @@
    9209 9209
         "needs": [
    
    9210 9210
           {
    
    9211 9211
             "artifacts": true,
    
    9212
    -        "job": "x86_64-linux-deb13-numa-slow-validatenightly"
    
    9212
    +        "job": "x86_64-linux-deb13-numa-slow-validatenightly-"
    
    9213 9213
           }
    
    9214 9214
         ],
    
    9215 9215
         "rules": [
    
    ... ... @@ -9418,7 +9418,7 @@
    9418 9418
           "TEST_WAYS": ""
    
    9419 9419
         }
    
    9420 9420
       },
    
    9421
    -  "x86_64-linux-deb13-releasenightly": {
    
    9421
    +  "x86_64-linux-deb13-releasenightly-": {
    
    9422 9422
         "after_script": [
    
    9423 9423
           ".gitlab/ci.sh save_cache",
    
    9424 9424
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -9480,7 +9480,7 @@
    9480 9480
           "XZ_OPT": "-9"
    
    9481 9481
         }
    
    9482 9482
       },
    
    9483
    -  "x86_64-linux-deb13-releasenightly-test": {
    
    9483
    +  "x86_64-linux-deb13-releasenightly--test": {
    
    9484 9484
         "after_script": [
    
    9485 9485
           ".gitlab/ci.sh save_cache",
    
    9486 9486
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -9511,7 +9511,7 @@
    9511 9511
         "needs": [
    
    9512 9512
           {
    
    9513 9513
             "artifacts": true,
    
    9514
    -        "job": "x86_64-linux-deb13-releasenightly"
    
    9514
    +        "job": "x86_64-linux-deb13-releasenightly-"
    
    9515 9515
           }
    
    9516 9516
         ],
    
    9517 9517
         "rules": [
    
    ... ... @@ -9540,7 +9540,7 @@
    9540 9540
           "XZ_OPT": "-9"
    
    9541 9541
         }
    
    9542 9542
       },
    
    9543
    -  "x86_64-linux-deb13-releasenightly-testperf": {
    
    9543
    +  "x86_64-linux-deb13-releasenightly--testperf": {
    
    9544 9544
         "after_script": [
    
    9545 9545
           ".gitlab/ci.sh save_cache",
    
    9546 9546
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -9571,7 +9571,7 @@
    9571 9571
         "needs": [
    
    9572 9572
           {
    
    9573 9573
             "artifacts": true,
    
    9574
    -        "job": "x86_64-linux-deb13-releasenightly"
    
    9574
    +        "job": "x86_64-linux-deb13-releasenightly-"
    
    9575 9575
           }
    
    9576 9576
         ],
    
    9577 9577
         "rules": [
    
    ... ... @@ -9600,7 +9600,7 @@
    9600 9600
           "XZ_OPT": "-9"
    
    9601 9601
         }
    
    9602 9602
       },
    
    9603
    -  "x86_64-linux-deb13-releaserelease": {
    
    9603
    +  "x86_64-linux-deb13-releaserelease-": {
    
    9604 9604
         "after_script": [
    
    9605 9605
           ".gitlab/ci.sh save_cache",
    
    9606 9606
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -9663,7 +9663,7 @@
    9663 9663
           "XZ_OPT": "-9"
    
    9664 9664
         }
    
    9665 9665
       },
    
    9666
    -  "x86_64-linux-deb13-releaserelease-test": {
    
    9666
    +  "x86_64-linux-deb13-releaserelease--test": {
    
    9667 9667
         "after_script": [
    
    9668 9668
           ".gitlab/ci.sh save_cache",
    
    9669 9669
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -9694,7 +9694,7 @@
    9694 9694
         "needs": [
    
    9695 9695
           {
    
    9696 9696
             "artifacts": true,
    
    9697
    -        "job": "x86_64-linux-deb13-releaserelease"
    
    9697
    +        "job": "x86_64-linux-deb13-releaserelease-"
    
    9698 9698
           }
    
    9699 9699
         ],
    
    9700 9700
         "rules": [
    
    ... ... @@ -9850,7 +9850,7 @@
    9850 9850
           "TEST_WAYS": ""
    
    9851 9851
         }
    
    9852 9852
       },
    
    9853
    -  "x86_64-linux-deb13-riscv-cross_riscv64-linux-gnu-validatenightly": {
    
    9853
    +  "x86_64-linux-deb13-riscv-cross_riscv64-linux-gnu-validatenightly-": {
    
    9854 9854
         "after_script": [
    
    9855 9855
           ".gitlab/ci.sh save_cache",
    
    9856 9856
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -9915,7 +9915,7 @@
    9915 9915
           "XZ_OPT": "-9"
    
    9916 9916
         }
    
    9917 9917
       },
    
    9918
    -  "x86_64-linux-deb13-riscv-cross_riscv64-linux-gnu-validatenightly-test": {
    
    9918
    +  "x86_64-linux-deb13-riscv-cross_riscv64-linux-gnu-validatenightly--test": {
    
    9919 9919
         "after_script": [
    
    9920 9920
           ".gitlab/ci.sh save_cache",
    
    9921 9921
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -9946,7 +9946,7 @@
    9946 9946
         "needs": [
    
    9947 9947
           {
    
    9948 9948
             "artifacts": true,
    
    9949
    -        "job": "x86_64-linux-deb13-riscv-cross_riscv64-linux-gnu-validatenightly"
    
    9949
    +        "job": "x86_64-linux-deb13-riscv-cross_riscv64-linux-gnu-validatenightly-"
    
    9950 9950
           }
    
    9951 9951
         ],
    
    9952 9952
         "rules": [
    
    ... ... @@ -10098,7 +10098,7 @@
    10098 10098
           "TEST_WAYS": ""
    
    10099 10099
         }
    
    10100 10100
       },
    
    10101
    -  "x86_64-linux-deb13-unreg-validatenightly": {
    
    10101
    +  "x86_64-linux-deb13-unreg-validatenightly-": {
    
    10102 10102
         "after_script": [
    
    10103 10103
           ".gitlab/ci.sh save_cache",
    
    10104 10104
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -10160,7 +10160,7 @@
    10160 10160
           "XZ_OPT": "-9"
    
    10161 10161
         }
    
    10162 10162
       },
    
    10163
    -  "x86_64-linux-deb13-unreg-validatenightly-test": {
    
    10163
    +  "x86_64-linux-deb13-unreg-validatenightly--test": {
    
    10164 10164
         "after_script": [
    
    10165 10165
           ".gitlab/ci.sh save_cache",
    
    10166 10166
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -10191,7 +10191,7 @@
    10191 10191
         "needs": [
    
    10192 10192
           {
    
    10193 10193
             "artifacts": true,
    
    10194
    -        "job": "x86_64-linux-deb13-unreg-validatenightly"
    
    10194
    +        "job": "x86_64-linux-deb13-unreg-validatenightly-"
    
    10195 10195
           }
    
    10196 10196
         ],
    
    10197 10197
         "rules": [
    
    ... ... @@ -10401,7 +10401,7 @@
    10401 10401
           "TEST_WAYS": ""
    
    10402 10402
         }
    
    10403 10403
       },
    
    10404
    -  "x86_64-linux-deb13-validate+boot_nonmoving_gcnightly": {
    
    10404
    +  "x86_64-linux-deb13-validate+boot_nonmoving_gcnightly-": {
    
    10405 10405
         "after_script": [
    
    10406 10406
           ".gitlab/ci.sh save_cache",
    
    10407 10407
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -10463,7 +10463,7 @@
    10463 10463
           "XZ_OPT": "-9"
    
    10464 10464
         }
    
    10465 10465
       },
    
    10466
    -  "x86_64-linux-deb13-validate+boot_nonmoving_gcnightly-test": {
    
    10466
    +  "x86_64-linux-deb13-validate+boot_nonmoving_gcnightly--test": {
    
    10467 10467
         "after_script": [
    
    10468 10468
           ".gitlab/ci.sh save_cache",
    
    10469 10469
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -10494,7 +10494,7 @@
    10494 10494
         "needs": [
    
    10495 10495
           {
    
    10496 10496
             "artifacts": true,
    
    10497
    -        "job": "x86_64-linux-deb13-validate+boot_nonmoving_gcnightly"
    
    10497
    +        "job": "x86_64-linux-deb13-validate+boot_nonmoving_gcnightly-"
    
    10498 10498
           }
    
    10499 10499
         ],
    
    10500 10500
         "rules": [
    
    ... ... @@ -10643,7 +10643,7 @@
    10643 10643
           "TEST_WAYS": "llvm optllvm"
    
    10644 10644
         }
    
    10645 10645
       },
    
    10646
    -  "x86_64-linux-deb13-validate+llvmnightly": {
    
    10646
    +  "x86_64-linux-deb13-validate+llvmnightly-": {
    
    10647 10647
         "after_script": [
    
    10648 10648
           ".gitlab/ci.sh save_cache",
    
    10649 10649
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -10705,7 +10705,7 @@
    10705 10705
           "XZ_OPT": "-9"
    
    10706 10706
         }
    
    10707 10707
       },
    
    10708
    -  "x86_64-linux-deb13-validate+llvmnightly-test": {
    
    10708
    +  "x86_64-linux-deb13-validate+llvmnightly--test": {
    
    10709 10709
         "after_script": [
    
    10710 10710
           ".gitlab/ci.sh save_cache",
    
    10711 10711
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -10736,7 +10736,7 @@
    10736 10736
         "needs": [
    
    10737 10737
           {
    
    10738 10738
             "artifacts": true,
    
    10739
    -        "job": "x86_64-linux-deb13-validate+llvmnightly"
    
    10739
    +        "job": "x86_64-linux-deb13-validate+llvmnightly-"
    
    10740 10740
           }
    
    10741 10741
         ],
    
    10742 10742
         "rules": [
    
    ... ... @@ -10891,7 +10891,7 @@
    10891 10891
           "TSAN_OPTIONS": "suppressions=$CI_PROJECT_DIR/rts/.tsan-suppressions"
    
    10892 10892
         }
    
    10893 10893
       },
    
    10894
    -  "x86_64-linux-deb13-validate+thread_sanitizer_cmmnightly": {
    
    10894
    +  "x86_64-linux-deb13-validate+thread_sanitizer_cmmnightly-": {
    
    10895 10895
         "after_script": [
    
    10896 10896
           ".gitlab/ci.sh save_cache",
    
    10897 10897
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -10955,7 +10955,7 @@
    10955 10955
           "XZ_OPT": "-9"
    
    10956 10956
         }
    
    10957 10957
       },
    
    10958
    -  "x86_64-linux-deb13-validate+thread_sanitizer_cmmnightly-test": {
    
    10958
    +  "x86_64-linux-deb13-validate+thread_sanitizer_cmmnightly--test": {
    
    10959 10959
         "after_script": [
    
    10960 10960
           ".gitlab/ci.sh save_cache",
    
    10961 10961
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -10986,7 +10986,7 @@
    10986 10986
         "needs": [
    
    10987 10987
           {
    
    10988 10988
             "artifacts": true,
    
    10989
    -        "job": "x86_64-linux-deb13-validate+thread_sanitizer_cmmnightly"
    
    10989
    +        "job": "x86_64-linux-deb13-validate+thread_sanitizer_cmmnightly-"
    
    10990 10990
           }
    
    10991 10991
         ],
    
    10992 10992
         "rules": [
    
    ... ... @@ -11076,7 +11076,7 @@
    11076 11076
           "TEST_WAYS": ""
    
    11077 11077
         }
    
    11078 11078
       },
    
    11079
    -  "x86_64-linux-deb13-validatenightly": {
    
    11079
    +  "x86_64-linux-deb13-validatenightly-": {
    
    11080 11080
         "after_script": [
    
    11081 11081
           ".gitlab/ci.sh save_cache",
    
    11082 11082
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -11138,7 +11138,7 @@
    11138 11138
           "XZ_OPT": "-9"
    
    11139 11139
         }
    
    11140 11140
       },
    
    11141
    -  "x86_64-linux-deb13-validatenightly-test": {
    
    11141
    +  "x86_64-linux-deb13-validatenightly--test": {
    
    11142 11142
         "after_script": [
    
    11143 11143
           ".gitlab/ci.sh save_cache",
    
    11144 11144
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -11169,7 +11169,7 @@
    11169 11169
         "needs": [
    
    11170 11170
           {
    
    11171 11171
             "artifacts": true,
    
    11172
    -        "job": "x86_64-linux-deb13-validatenightly"
    
    11172
    +        "job": "x86_64-linux-deb13-validatenightly-"
    
    11173 11173
           }
    
    11174 11174
         ],
    
    11175 11175
         "rules": [
    
    ... ... @@ -11318,7 +11318,7 @@
    11318 11318
           "TEST_WAYS": ""
    
    11319 11319
         }
    
    11320 11320
       },
    
    11321
    -  "x86_64-linux-deb13-zstd-validatenightly": {
    
    11321
    +  "x86_64-linux-deb13-zstd-validatenightly-": {
    
    11322 11322
         "after_script": [
    
    11323 11323
           ".gitlab/ci.sh save_cache",
    
    11324 11324
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -11380,7 +11380,7 @@
    11380 11380
           "XZ_OPT": "-9"
    
    11381 11381
         }
    
    11382 11382
       },
    
    11383
    -  "x86_64-linux-deb13-zstd-validatenightly-test": {
    
    11383
    +  "x86_64-linux-deb13-zstd-validatenightly--test": {
    
    11384 11384
         "after_script": [
    
    11385 11385
           ".gitlab/ci.sh save_cache",
    
    11386 11386
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -11411,7 +11411,7 @@
    11411 11411
         "needs": [
    
    11412 11412
           {
    
    11413 11413
             "artifacts": true,
    
    11414
    -        "job": "x86_64-linux-deb13-zstd-validatenightly"
    
    11414
    +        "job": "x86_64-linux-deb13-zstd-validatenightly-"
    
    11415 11415
           }
    
    11416 11416
         ],
    
    11417 11417
         "rules": [
    
    ... ... @@ -11501,7 +11501,7 @@
    11501 11501
           "TEST_WAYS": ""
    
    11502 11502
         }
    
    11503 11503
       },
    
    11504
    -  "x86_64-linux-fedora43-release+debug_inforelease": {
    
    11504
    +  "x86_64-linux-fedora43-release+debug_inforelease-": {
    
    11505 11505
         "after_script": [
    
    11506 11506
           ".gitlab/ci.sh save_cache",
    
    11507 11507
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -11564,7 +11564,7 @@
    11564 11564
           "XZ_OPT": "-9"
    
    11565 11565
         }
    
    11566 11566
       },
    
    11567
    -  "x86_64-linux-fedora43-release+debug_inforelease-test": {
    
    11567
    +  "x86_64-linux-fedora43-release+debug_inforelease--test": {
    
    11568 11568
         "after_script": [
    
    11569 11569
           ".gitlab/ci.sh save_cache",
    
    11570 11570
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -11595,7 +11595,7 @@
    11595 11595
         "needs": [
    
    11596 11596
           {
    
    11597 11597
             "artifacts": true,
    
    11598
    -        "job": "x86_64-linux-fedora43-release+debug_inforelease"
    
    11598
    +        "job": "x86_64-linux-fedora43-release+debug_inforelease-"
    
    11599 11599
           }
    
    11600 11600
         ],
    
    11601 11601
         "rules": [
    
    ... ... @@ -11625,7 +11625,7 @@
    11625 11625
           "XZ_OPT": "-9"
    
    11626 11626
         }
    
    11627 11627
       },
    
    11628
    -  "x86_64-linux-fedora43-release-test": {
    
    11628
    +  "x86_64-linux-fedora43-release-hackage": {
    
    11629 11629
         "after_script": [
    
    11630 11630
           ".gitlab/ci.sh save_cache",
    
    11631 11631
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -11655,21 +11655,23 @@
    11655 11655
         "image": "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-fedora43:$DOCKER_REV",
    
    11656 11656
         "needs": [
    
    11657 11657
           {
    
    11658
    -        "artifacts": true,
    
    11659
    -        "job": "x86_64-linux-fedora43-release"
    
    11658
    +        "artifacts": false,
    
    11659
    +        "job": "hadrian-ghc-in-ghci"
    
    11660 11660
           }
    
    11661 11661
         ],
    
    11662 11662
         "rules": [
    
    11663 11663
           {
    
    11664
    -        "if": "((($ONLY_JOBS) && ($ONLY_JOBS =~ /.*\\bx86_64-linux-fedora43-release(\\s|$).*/)) || (($ONLY_JOBS == null) && ((\"true\" == \"true\")))) && ($RELEASE_JOB != \"yes\") && ($NIGHTLY == null)",
    
    11664
    +        "if": "((($ONLY_JOBS) && ($ONLY_JOBS =~ /.*\\bx86_64-linux-fedora43-release-hackage(\\s|$).*/)) || (($ONLY_JOBS == null) && (\"disabled\" != \"disabled\"))) && ($RELEASE_JOB != \"yes\") && ($NIGHTLY == null)",
    
    11665 11665
             "when": "on_success"
    
    11666 11666
           }
    
    11667 11667
         ],
    
    11668 11668
         "script": [
    
    11669
    +      "sudo chown ghc:ghc -R .",
    
    11669 11670
           ".gitlab/ci.sh setup",
    
    11670
    -      ".gitlab/ci.sh test_hadrian"
    
    11671
    +      ".gitlab/ci.sh configure",
    
    11672
    +      ".gitlab/ci.sh build_hadrian"
    
    11671 11673
         ],
    
    11672
    -    "stage": "testing",
    
    11674
    +    "stage": "full-build",
    
    11673 11675
         "tags": [
    
    11674 11676
           "x86_64-linux"
    
    11675 11677
         ],
    
    ... ... @@ -11678,13 +11680,14 @@
    11678 11680
           "BIN_DIST_NAME": "ghc-x86_64-linux-fedora43-release",
    
    11679 11681
           "BUILD_FLAVOUR": "release",
    
    11680 11682
           "CONFIGURE_ARGS": "--enable-strict-ghc-toolchain-check",
    
    11683
    +      "HADRIAN_ARGS": "--haddock-for-hackage",
    
    11681 11684
           "INSTALL_CONFIGURE_ARGS": "--enable-strict-ghc-toolchain-check",
    
    11682 11685
           "RUNTEST_ARGS": "",
    
    11683 11686
           "TEST_ENV": "x86_64-linux-fedora43-release",
    
    11684 11687
           "TEST_WAYS": ""
    
    11685 11688
         }
    
    11686 11689
       },
    
    11687
    -  "x86_64-linux-fedora43-releasehackage": {
    
    11690
    +  "x86_64-linux-fedora43-release-hackage-test": {
    
    11688 11691
         "after_script": [
    
    11689 11692
           ".gitlab/ci.sh save_cache",
    
    11690 11693
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -11714,23 +11717,21 @@
    11714 11717
         "image": "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-fedora43:$DOCKER_REV",
    
    11715 11718
         "needs": [
    
    11716 11719
           {
    
    11717
    -        "artifacts": false,
    
    11718
    -        "job": "hadrian-ghc-in-ghci"
    
    11720
    +        "artifacts": true,
    
    11721
    +        "job": "x86_64-linux-fedora43-release-hackage"
    
    11719 11722
           }
    
    11720 11723
         ],
    
    11721 11724
         "rules": [
    
    11722 11725
           {
    
    11723
    -        "if": "((($ONLY_JOBS) && ($ONLY_JOBS =~ /.*\\bx86_64-linux-fedora43-releasehackage(\\s|$).*/)) || (($ONLY_JOBS == null) && (\"disabled\" != \"disabled\"))) && ($RELEASE_JOB != \"yes\") && ($NIGHTLY == null)",
    
    11726
    +        "if": "((($ONLY_JOBS) && ($ONLY_JOBS =~ /.*\\bx86_64-linux-fedora43-release-hackage(\\s|$).*/)) || (($ONLY_JOBS == null) && (\"disabled\" != \"disabled\"))) && ($RELEASE_JOB != \"yes\") && ($NIGHTLY == null)",
    
    11724 11727
             "when": "on_success"
    
    11725 11728
           }
    
    11726 11729
         ],
    
    11727 11730
         "script": [
    
    11728
    -      "sudo chown ghc:ghc -R .",
    
    11729 11731
           ".gitlab/ci.sh setup",
    
    11730
    -      ".gitlab/ci.sh configure",
    
    11731
    -      ".gitlab/ci.sh build_hadrian"
    
    11732
    +      ".gitlab/ci.sh test_hadrian"
    
    11732 11733
         ],
    
    11733
    -    "stage": "full-build",
    
    11734
    +    "stage": "testing",
    
    11734 11735
         "tags": [
    
    11735 11736
           "x86_64-linux"
    
    11736 11737
         ],
    
    ... ... @@ -11746,7 +11747,7 @@
    11746 11747
           "TEST_WAYS": ""
    
    11747 11748
         }
    
    11748 11749
       },
    
    11749
    -  "x86_64-linux-fedora43-releasehackage-test": {
    
    11750
    +  "x86_64-linux-fedora43-release-test": {
    
    11750 11751
         "after_script": [
    
    11751 11752
           ".gitlab/ci.sh save_cache",
    
    11752 11753
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -11777,12 +11778,12 @@
    11777 11778
         "needs": [
    
    11778 11779
           {
    
    11779 11780
             "artifacts": true,
    
    11780
    -        "job": "x86_64-linux-fedora43-releasehackage"
    
    11781
    +        "job": "x86_64-linux-fedora43-release"
    
    11781 11782
           }
    
    11782 11783
         ],
    
    11783 11784
         "rules": [
    
    11784 11785
           {
    
    11785
    -        "if": "((($ONLY_JOBS) && ($ONLY_JOBS =~ /.*\\bx86_64-linux-fedora43-releasehackage(\\s|$).*/)) || (($ONLY_JOBS == null) && (\"disabled\" != \"disabled\"))) && ($RELEASE_JOB != \"yes\") && ($NIGHTLY == null)",
    
    11786
    +        "if": "((($ONLY_JOBS) && ($ONLY_JOBS =~ /.*\\bx86_64-linux-fedora43-release(\\s|$).*/)) || (($ONLY_JOBS == null) && ((\"true\" == \"true\")))) && ($RELEASE_JOB != \"yes\") && ($NIGHTLY == null)",
    
    11786 11787
             "when": "on_success"
    
    11787 11788
           }
    
    11788 11789
         ],
    
    ... ... @@ -11799,14 +11800,13 @@
    11799 11800
           "BIN_DIST_NAME": "ghc-x86_64-linux-fedora43-release",
    
    11800 11801
           "BUILD_FLAVOUR": "release",
    
    11801 11802
           "CONFIGURE_ARGS": "--enable-strict-ghc-toolchain-check",
    
    11802
    -      "HADRIAN_ARGS": "--haddock-for-hackage",
    
    11803 11803
           "INSTALL_CONFIGURE_ARGS": "--enable-strict-ghc-toolchain-check",
    
    11804 11804
           "RUNTEST_ARGS": "",
    
    11805 11805
           "TEST_ENV": "x86_64-linux-fedora43-release",
    
    11806 11806
           "TEST_WAYS": ""
    
    11807 11807
         }
    
    11808 11808
       },
    
    11809
    -  "x86_64-linux-fedora43-releasenightly": {
    
    11809
    +  "x86_64-linux-fedora43-releasenightly-": {
    
    11810 11810
         "after_script": [
    
    11811 11811
           ".gitlab/ci.sh save_cache",
    
    11812 11812
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -11869,7 +11869,7 @@
    11869 11869
           "XZ_OPT": "-9"
    
    11870 11870
         }
    
    11871 11871
       },
    
    11872
    -  "x86_64-linux-fedora43-releasenightly-test": {
    
    11872
    +  "x86_64-linux-fedora43-releasenightly--test": {
    
    11873 11873
         "after_script": [
    
    11874 11874
           ".gitlab/ci.sh save_cache",
    
    11875 11875
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -11900,7 +11900,7 @@
    11900 11900
         "needs": [
    
    11901 11901
           {
    
    11902 11902
             "artifacts": true,
    
    11903
    -        "job": "x86_64-linux-fedora43-releasenightly"
    
    11903
    +        "job": "x86_64-linux-fedora43-releasenightly-"
    
    11904 11904
           }
    
    11905 11905
         ],
    
    11906 11906
         "rules": [
    
    ... ... @@ -11930,7 +11930,7 @@
    11930 11930
           "XZ_OPT": "-9"
    
    11931 11931
         }
    
    11932 11932
       },
    
    11933
    -  "x86_64-linux-fedora43-releaserelease": {
    
    11933
    +  "x86_64-linux-fedora43-releaserelease-": {
    
    11934 11934
         "after_script": [
    
    11935 11935
           ".gitlab/ci.sh save_cache",
    
    11936 11936
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -11993,7 +11993,7 @@
    11993 11993
           "XZ_OPT": "-9"
    
    11994 11994
         }
    
    11995 11995
       },
    
    11996
    -  "x86_64-linux-fedora43-releaserelease-test": {
    
    11996
    +  "x86_64-linux-fedora43-releaserelease--test": {
    
    11997 11997
         "after_script": [
    
    11998 11998
           ".gitlab/ci.sh save_cache",
    
    11999 11999
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -12024,7 +12024,7 @@
    12024 12024
         "needs": [
    
    12025 12025
           {
    
    12026 12026
             "artifacts": true,
    
    12027
    -        "job": "x86_64-linux-fedora43-releaserelease"
    
    12027
    +        "job": "x86_64-linux-fedora43-releaserelease-"
    
    12028 12028
           }
    
    12029 12029
         ],
    
    12030 12030
         "rules": [
    
    ... ... @@ -12300,7 +12300,7 @@
    12300 12300
           "UBSAN_OPTIONS": "suppressions=$CI_PROJECT_DIR/rts/.ubsan-suppressions"
    
    12301 12301
         }
    
    12302 12302
       },
    
    12303
    -  "x86_64-linux-fedora43-validate+debug_info+ubsannightly": {
    
    12303
    +  "x86_64-linux-fedora43-validate+debug_info+ubsannightly-": {
    
    12304 12304
         "after_script": [
    
    12305 12305
           ".gitlab/ci.sh save_cache",
    
    12306 12306
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -12364,7 +12364,7 @@
    12364 12364
           "XZ_OPT": "-9"
    
    12365 12365
         }
    
    12366 12366
       },
    
    12367
    -  "x86_64-linux-fedora43-validate+debug_info+ubsannightly-test": {
    
    12367
    +  "x86_64-linux-fedora43-validate+debug_info+ubsannightly--test": {
    
    12368 12368
         "after_script": [
    
    12369 12369
           ".gitlab/ci.sh save_cache",
    
    12370 12370
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -12395,7 +12395,7 @@
    12395 12395
         "needs": [
    
    12396 12396
           {
    
    12397 12397
             "artifacts": true,
    
    12398
    -        "job": "x86_64-linux-fedora43-validate+debug_info+ubsannightly"
    
    12398
    +        "job": "x86_64-linux-fedora43-validate+debug_info+ubsannightly-"
    
    12399 12399
           }
    
    12400 12400
         ],
    
    12401 12401
         "rules": [
    
    ... ... @@ -12485,7 +12485,7 @@
    12485 12485
           "TEST_WAYS": ""
    
    12486 12486
         }
    
    12487 12487
       },
    
    12488
    -  "x86_64-linux-fedora43-validate+debug_infonightly": {
    
    12488
    +  "x86_64-linux-fedora43-validate+debug_infonightly-": {
    
    12489 12489
         "after_script": [
    
    12490 12490
           ".gitlab/ci.sh save_cache",
    
    12491 12491
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -12547,7 +12547,7 @@
    12547 12547
           "XZ_OPT": "-9"
    
    12548 12548
         }
    
    12549 12549
       },
    
    12550
    -  "x86_64-linux-fedora43-validate+debug_infonightly-test": {
    
    12550
    +  "x86_64-linux-fedora43-validate+debug_infonightly--test": {
    
    12551 12551
         "after_script": [
    
    12552 12552
           ".gitlab/ci.sh save_cache",
    
    12553 12553
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -12578,7 +12578,7 @@
    12578 12578
         "needs": [
    
    12579 12579
           {
    
    12580 12580
             "artifacts": true,
    
    12581
    -        "job": "x86_64-linux-fedora43-validate+debug_infonightly"
    
    12581
    +        "job": "x86_64-linux-fedora43-validate+debug_infonightly-"
    
    12582 12582
           }
    
    12583 12583
         ],
    
    12584 12584
         "rules": [
    
    ... ... @@ -12666,7 +12666,7 @@
    12666 12666
           "TEST_WAYS": ""
    
    12667 12667
         }
    
    12668 12668
       },
    
    12669
    -  "x86_64-linux-fedora43-validatenightly": {
    
    12669
    +  "x86_64-linux-fedora43-validatenightly-": {
    
    12670 12670
         "after_script": [
    
    12671 12671
           ".gitlab/ci.sh save_cache",
    
    12672 12672
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -12728,7 +12728,7 @@
    12728 12728
           "XZ_OPT": "-9"
    
    12729 12729
         }
    
    12730 12730
       },
    
    12731
    -  "x86_64-linux-fedora43-validatenightly-test": {
    
    12731
    +  "x86_64-linux-fedora43-validatenightly--test": {
    
    12732 12732
         "after_script": [
    
    12733 12733
           ".gitlab/ci.sh save_cache",
    
    12734 12734
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -12759,7 +12759,7 @@
    12759 12759
         "needs": [
    
    12760 12760
           {
    
    12761 12761
             "artifacts": true,
    
    12762
    -        "job": "x86_64-linux-fedora43-validatenightly"
    
    12762
    +        "job": "x86_64-linux-fedora43-validatenightly-"
    
    12763 12763
           }
    
    12764 12764
         ],
    
    12765 12765
         "rules": [
    
    ... ... @@ -12788,7 +12788,7 @@
    12788 12788
           "XZ_OPT": "-9"
    
    12789 12789
         }
    
    12790 12790
       },
    
    12791
    -  "x86_64-linux-rocky8-releaserelease": {
    
    12791
    +  "x86_64-linux-rocky8-releaserelease-": {
    
    12792 12792
         "after_script": [
    
    12793 12793
           ".gitlab/ci.sh save_cache",
    
    12794 12794
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -12851,7 +12851,7 @@
    12851 12851
           "XZ_OPT": "-9"
    
    12852 12852
         }
    
    12853 12853
       },
    
    12854
    -  "x86_64-linux-rocky8-releaserelease-test": {
    
    12854
    +  "x86_64-linux-rocky8-releaserelease--test": {
    
    12855 12855
         "after_script": [
    
    12856 12856
           ".gitlab/ci.sh save_cache",
    
    12857 12857
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -12882,7 +12882,7 @@
    12882 12882
         "needs": [
    
    12883 12883
           {
    
    12884 12884
             "artifacts": true,
    
    12885
    -        "job": "x86_64-linux-rocky8-releaserelease"
    
    12885
    +        "job": "x86_64-linux-rocky8-releaserelease-"
    
    12886 12886
           }
    
    12887 12887
         ],
    
    12888 12888
         "rules": [
    
    ... ... @@ -13032,7 +13032,7 @@
    13032 13032
           "TEST_WAYS": ""
    
    13033 13033
         }
    
    13034 13034
       },
    
    13035
    -  "x86_64-linux-rocky8-validatenightly": {
    
    13035
    +  "x86_64-linux-rocky8-validatenightly-": {
    
    13036 13036
         "after_script": [
    
    13037 13037
           ".gitlab/ci.sh save_cache",
    
    13038 13038
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -13094,7 +13094,7 @@
    13094 13094
           "XZ_OPT": "-9"
    
    13095 13095
         }
    
    13096 13096
       },
    
    13097
    -  "x86_64-linux-rocky8-validatenightly-test": {
    
    13097
    +  "x86_64-linux-rocky8-validatenightly--test": {
    
    13098 13098
         "after_script": [
    
    13099 13099
           ".gitlab/ci.sh save_cache",
    
    13100 13100
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -13125,7 +13125,7 @@
    13125 13125
         "needs": [
    
    13126 13126
           {
    
    13127 13127
             "artifacts": true,
    
    13128
    -        "job": "x86_64-linux-rocky8-validatenightly"
    
    13128
    +        "job": "x86_64-linux-rocky8-validatenightly-"
    
    13129 13129
           }
    
    13130 13130
         ],
    
    13131 13131
         "rules": [
    
    ... ... @@ -13154,7 +13154,7 @@
    13154 13154
           "XZ_OPT": "-9"
    
    13155 13155
         }
    
    13156 13156
       },
    
    13157
    -  "x86_64-linux-ubuntu22_04-releaserelease": {
    
    13157
    +  "x86_64-linux-ubuntu22_04-releaserelease-": {
    
    13158 13158
         "after_script": [
    
    13159 13159
           ".gitlab/ci.sh save_cache",
    
    13160 13160
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -13217,7 +13217,7 @@
    13217 13217
           "XZ_OPT": "-9"
    
    13218 13218
         }
    
    13219 13219
       },
    
    13220
    -  "x86_64-linux-ubuntu22_04-releaserelease-test": {
    
    13220
    +  "x86_64-linux-ubuntu22_04-releaserelease--test": {
    
    13221 13221
         "after_script": [
    
    13222 13222
           ".gitlab/ci.sh save_cache",
    
    13223 13223
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -13248,7 +13248,7 @@
    13248 13248
         "needs": [
    
    13249 13249
           {
    
    13250 13250
             "artifacts": true,
    
    13251
    -        "job": "x86_64-linux-ubuntu22_04-releaserelease"
    
    13251
    +        "job": "x86_64-linux-ubuntu22_04-releaserelease-"
    
    13252 13252
           }
    
    13253 13253
         ],
    
    13254 13254
         "rules": [
    
    ... ... @@ -13398,7 +13398,7 @@
    13398 13398
           "TEST_WAYS": ""
    
    13399 13399
         }
    
    13400 13400
       },
    
    13401
    -  "x86_64-linux-ubuntu22_04-validatenightly": {
    
    13401
    +  "x86_64-linux-ubuntu22_04-validatenightly-": {
    
    13402 13402
         "after_script": [
    
    13403 13403
           ".gitlab/ci.sh save_cache",
    
    13404 13404
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -13460,7 +13460,7 @@
    13460 13460
           "XZ_OPT": "-9"
    
    13461 13461
         }
    
    13462 13462
       },
    
    13463
    -  "x86_64-linux-ubuntu22_04-validatenightly-test": {
    
    13463
    +  "x86_64-linux-ubuntu22_04-validatenightly--test": {
    
    13464 13464
         "after_script": [
    
    13465 13465
           ".gitlab/ci.sh save_cache",
    
    13466 13466
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -13491,7 +13491,7 @@
    13491 13491
         "needs": [
    
    13492 13492
           {
    
    13493 13493
             "artifacts": true,
    
    13494
    -        "job": "x86_64-linux-ubuntu22_04-validatenightly"
    
    13494
    +        "job": "x86_64-linux-ubuntu22_04-validatenightly-"
    
    13495 13495
           }
    
    13496 13496
         ],
    
    13497 13497
         "rules": [
    
    ... ... @@ -13646,7 +13646,7 @@
    13646 13646
           "TEST_WAYS": ""
    
    13647 13647
         }
    
    13648 13648
       },
    
    13649
    -  "x86_64-linux-ubuntu24_04-loongarch-cross_loongarch64-linux-gnu-validatenightly": {
    
    13649
    +  "x86_64-linux-ubuntu24_04-loongarch-cross_loongarch64-linux-gnu-validatenightly-": {
    
    13650 13650
         "after_script": [
    
    13651 13651
           ".gitlab/ci.sh save_cache",
    
    13652 13652
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -13711,7 +13711,7 @@
    13711 13711
           "XZ_OPT": "-9"
    
    13712 13712
         }
    
    13713 13713
       },
    
    13714
    -  "x86_64-linux-ubuntu24_04-loongarch-cross_loongarch64-linux-gnu-validatenightly-test": {
    
    13714
    +  "x86_64-linux-ubuntu24_04-loongarch-cross_loongarch64-linux-gnu-validatenightly--test": {
    
    13715 13715
         "after_script": [
    
    13716 13716
           ".gitlab/ci.sh save_cache",
    
    13717 13717
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -13742,7 +13742,7 @@
    13742 13742
         "needs": [
    
    13743 13743
           {
    
    13744 13744
             "artifacts": true,
    
    13745
    -        "job": "x86_64-linux-ubuntu24_04-loongarch-cross_loongarch64-linux-gnu-validatenightly"
    
    13745
    +        "job": "x86_64-linux-ubuntu24_04-loongarch-cross_loongarch64-linux-gnu-validatenightly-"
    
    13746 13746
           }
    
    13747 13747
         ],
    
    13748 13748
         "rules": [
    
    ... ... @@ -13774,7 +13774,7 @@
    13774 13774
           "XZ_OPT": "-9"
    
    13775 13775
         }
    
    13776 13776
       },
    
    13777
    -  "x86_64-linux-ubuntu24_04-releaserelease": {
    
    13777
    +  "x86_64-linux-ubuntu24_04-releaserelease-": {
    
    13778 13778
         "after_script": [
    
    13779 13779
           ".gitlab/ci.sh save_cache",
    
    13780 13780
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -13837,7 +13837,7 @@
    13837 13837
           "XZ_OPT": "-9"
    
    13838 13838
         }
    
    13839 13839
       },
    
    13840
    -  "x86_64-linux-ubuntu24_04-releaserelease-test": {
    
    13840
    +  "x86_64-linux-ubuntu24_04-releaserelease--test": {
    
    13841 13841
         "after_script": [
    
    13842 13842
           ".gitlab/ci.sh save_cache",
    
    13843 13843
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -13868,7 +13868,7 @@
    13868 13868
         "needs": [
    
    13869 13869
           {
    
    13870 13870
             "artifacts": true,
    
    13871
    -        "job": "x86_64-linux-ubuntu24_04-releaserelease"
    
    13871
    +        "job": "x86_64-linux-ubuntu24_04-releaserelease-"
    
    13872 13872
           }
    
    13873 13873
         ],
    
    13874 13874
         "rules": [
    
    ... ... @@ -14018,7 +14018,7 @@
    14018 14018
           "TEST_WAYS": ""
    
    14019 14019
         }
    
    14020 14020
       },
    
    14021
    -  "x86_64-linux-ubuntu24_04-validatenightly": {
    
    14021
    +  "x86_64-linux-ubuntu24_04-validatenightly-": {
    
    14022 14022
         "after_script": [
    
    14023 14023
           ".gitlab/ci.sh save_cache",
    
    14024 14024
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -14080,7 +14080,7 @@
    14080 14080
           "XZ_OPT": "-9"
    
    14081 14081
         }
    
    14082 14082
       },
    
    14083
    -  "x86_64-linux-ubuntu24_04-validatenightly-test": {
    
    14083
    +  "x86_64-linux-ubuntu24_04-validatenightly--test": {
    
    14084 14084
         "after_script": [
    
    14085 14085
           ".gitlab/ci.sh save_cache",
    
    14086 14086
           ".gitlab/ci.sh save_test_output",
    
    ... ... @@ -14111,7 +14111,7 @@
    14111 14111
         "needs": [
    
    14112 14112
           {
    
    14113 14113
             "artifacts": true,
    
    14114
    -        "job": "x86_64-linux-ubuntu24_04-validatenightly"
    
    14114
    +        "job": "x86_64-linux-ubuntu24_04-validatenightly-"
    
    14115 14115
           }
    
    14116 14116
         ],
    
    14117 14117
         "rules": [
    
    ... ... @@ -14140,7 +14140,7 @@
    14140 14140
           "XZ_OPT": "-9"
    
    14141 14141
         }
    
    14142 14142
       },
    
    14143
    -  "x86_64-windows-int_native-releaserelease": {
    
    14143
    +  "x86_64-windows-int_native-releaserelease-": {
    
    14144 14144
         "after_script": [
    
    14145 14145
           "bash .gitlab/ci.sh save_cache",
    
    14146 14146
           "bash .gitlab/ci.sh save_test_output",
    
    ... ... @@ -14203,7 +14203,7 @@
    14203 14203
           "XZ_OPT": "-9"
    
    14204 14204
         }
    
    14205 14205
       },
    
    14206
    -  "x86_64-windows-int_native-releaserelease-test": {
    
    14206
    +  "x86_64-windows-int_native-releaserelease--test": {
    
    14207 14207
         "after_script": [
    
    14208 14208
           "bash .gitlab/ci.sh save_cache",
    
    14209 14209
           "bash .gitlab/ci.sh save_test_output",
    
    ... ... @@ -14230,7 +14230,7 @@
    14230 14230
         "needs": [
    
    14231 14231
           {
    
    14232 14232
             "artifacts": true,
    
    14233
    -        "job": "x86_64-windows-int_native-releaserelease"
    
    14233
    +        "job": "x86_64-windows-int_native-releaserelease-"
    
    14234 14234
           }
    
    14235 14235
         ],
    
    14236 14236
         "rules": [
    
    ... ... @@ -14386,7 +14386,7 @@
    14386 14386
           "TEST_WAYS": ""
    
    14387 14387
         }
    
    14388 14388
       },
    
    14389
    -  "x86_64-windows-int_native-validatenightly": {
    
    14389
    +  "x86_64-windows-int_native-validatenightly-": {
    
    14390 14390
         "after_script": [
    
    14391 14391
           "bash .gitlab/ci.sh save_cache",
    
    14392 14392
           "bash .gitlab/ci.sh save_test_output",
    
    ... ... @@ -14448,7 +14448,7 @@
    14448 14448
           "XZ_OPT": "-9"
    
    14449 14449
         }
    
    14450 14450
       },
    
    14451
    -  "x86_64-windows-int_native-validatenightly-test": {
    
    14451
    +  "x86_64-windows-int_native-validatenightly--test": {
    
    14452 14452
         "after_script": [
    
    14453 14453
           "bash .gitlab/ci.sh save_cache",
    
    14454 14454
           "bash .gitlab/ci.sh save_test_output",
    
    ... ... @@ -14475,7 +14475,7 @@
    14475 14475
         "needs": [
    
    14476 14476
           {
    
    14477 14477
             "artifacts": true,
    
    14478
    -        "job": "x86_64-windows-int_native-validatenightly"
    
    14478
    +        "job": "x86_64-windows-int_native-validatenightly-"
    
    14479 14479
           }
    
    14480 14480
         ],
    
    14481 14481
         "rules": [
    
    ... ... @@ -14509,7 +14509,7 @@
    14509 14509
           "XZ_OPT": "-9"
    
    14510 14510
         }
    
    14511 14511
       },
    
    14512
    -  "x86_64-windows-releaserelease": {
    
    14512
    +  "x86_64-windows-releaserelease-": {
    
    14513 14513
         "after_script": [
    
    14514 14514
           "bash .gitlab/ci.sh save_cache",
    
    14515 14515
           "bash .gitlab/ci.sh save_test_output",
    
    ... ... @@ -14572,7 +14572,7 @@
    14572 14572
           "XZ_OPT": "-9"
    
    14573 14573
         }
    
    14574 14574
       },
    
    14575
    -  "x86_64-windows-releaserelease-test": {
    
    14575
    +  "x86_64-windows-releaserelease--test": {
    
    14576 14576
         "after_script": [
    
    14577 14577
           "bash .gitlab/ci.sh save_cache",
    
    14578 14578
           "bash .gitlab/ci.sh save_test_output",
    
    ... ... @@ -14599,7 +14599,7 @@
    14599 14599
         "needs": [
    
    14600 14600
           {
    
    14601 14601
             "artifacts": true,
    
    14602
    -        "job": "x86_64-windows-releaserelease"
    
    14602
    +        "job": "x86_64-windows-releaserelease-"
    
    14603 14603
           }
    
    14604 14604
         ],
    
    14605 14605
         "rules": [
    
    ... ... @@ -14755,7 +14755,7 @@
    14755 14755
           "TEST_WAYS": ""
    
    14756 14756
         }
    
    14757 14757
       },
    
    14758
    -  "x86_64-windows-validatenightly": {
    
    14758
    +  "x86_64-windows-validatenightly-": {
    
    14759 14759
         "after_script": [
    
    14760 14760
           "bash .gitlab/ci.sh save_cache",
    
    14761 14761
           "bash .gitlab/ci.sh save_test_output",
    
    ... ... @@ -14817,7 +14817,7 @@
    14817 14817
           "XZ_OPT": "-9"
    
    14818 14818
         }
    
    14819 14819
       },
    
    14820
    -  "x86_64-windows-validatenightly-test": {
    
    14820
    +  "x86_64-windows-validatenightly--test": {
    
    14821 14821
         "after_script": [
    
    14822 14822
           "bash .gitlab/ci.sh save_cache",
    
    14823 14823
           "bash .gitlab/ci.sh save_test_output",
    
    ... ... @@ -14844,7 +14844,7 @@
    14844 14844
         "needs": [
    
    14845 14845
           {
    
    14846 14846
             "artifacts": true,
    
    14847
    -        "job": "x86_64-windows-validatenightly"
    
    14847
    +        "job": "x86_64-windows-validatenightly-"
    
    14848 14848
           }
    
    14849 14849
         ],
    
    14850 14850
         "rules": [