@@ -65,8 +65,8 @@ local customBuildFlags(buildKey) =
6565local any_branch = "**" ;
6666
6767
68- local mtr_suite_list = "basic,bugfixes" ;
69- local mtr_full_set = "basic,bugfixes,devregression,autopilot,extended,multinode,oracle,1pmonly" ;
68+ local mtr_suite_list = "basic,bugfixes,future " ;
69+ local mtr_full_set = "basic,bugfixes,future, devregression,autopilot,extended,multinode,oracle,1pmonly" ;
7070
7171local upgrade_test_lists = {
7272 rockylinux8: {
@@ -646,40 +646,40 @@ local Pipeline(branch, platform, event, arch="amd64", server="10.6-enterprise",
646646
647647
648648local AllPipelines =
649- [
650- Pipeline(b, platform, triggeringEvent, a, server, flag, "" )
651- for a in ["amd64" ]
652- for b in std.objectFields (platforms)
653- for platform in ["rockylinux:8" ]
654- for flag in ["gcc-toolset" ]
655- for triggeringEvent in events
656- for server in servers[current_branch]
657- ] +
658- [
659- Pipeline(b, p, e, a, s)
660- for b in std.objectFields (platforms)
661- for p in platforms[b]
662- for s in servers[b]
663- for e in events
664- for a in archs
665- ] +
666- [
667- Pipeline(any_branch, p, "custom" , a, server)
668- for p in platforms[current_branch]
669- for server in servers[current_branch]
670- for a in archs
671- ] +
672- // clang
673- [
674- Pipeline(b, platform, triggeringEvent, a, server, "" , buildenv)
675- for a in ["amd64" ]
676- for b in std.objectFields (platforms)
677- for platform in ["ubuntu:24.04" ]
678- for buildenv in std.objectFields (customEnvCommandsMap)
679- for triggeringEvent in events
680- for server in servers[current_branch]
681- ] +
682- // last argument is to ignore mtr and regression failures
649+ // [
650+ // Pipeline(b, platform, triggeringEvent, a, server, flag, "")
651+ // for a in ["amd64"]
652+ // for b in std.objectFields(platforms)
653+ // for platform in ["rockylinux:8"]
654+ // for flag in ["gcc-toolset"]
655+ // for triggeringEvent in events
656+ // for server in servers[current_branch]
657+ // ] +
658+ // [
659+ // Pipeline(b, p, e, a, s)
660+ // for b in std.objectFields(platforms)
661+ // for p in platforms[b]
662+ // for s in servers[b]
663+ // for e in events
664+ // for a in archs
665+ // ] +
666+ // [
667+ // Pipeline(any_branch, p, "custom", a, server)
668+ // for p in platforms[current_branch]
669+ // for server in servers[current_branch]
670+ // for a in archs
671+ // ] +
672+ // // clang
673+ // [
674+ // Pipeline(b, platform, triggeringEvent, a, server, "", buildenv)
675+ // for a in ["amd64"]
676+ // for b in std.objectFields(platforms)
677+ // for platform in ["ubuntu:24.04"]
678+ // for buildenv in std.objectFields(customEnvCommandsMap)
679+ // for triggeringEvent in events
680+ // for server in servers[current_branch]
681+ // ] +
682+ // // last argument is to ignore mtr and regression failures
683683 [
684684 Pipeline(b, platform, triggeringEvent, a, server, "" , "" , ["regression" , "mtr" ])
685685 for a in ["amd64" ]
@@ -689,26 +689,26 @@ local AllPipelines =
689689 for server in extra_servers[current_branch]
690690 ] +
691691 // // last argument is to ignore mtr and regression failures
692- [
693- Pipeline(b, platform, triggeringEvent, a, server, flag, envcommand, ["regression" , "mtr" ])
694- for a in ["amd64" ]
695- for b in std.objectFields (platforms)
696- for platform in ["ubuntu:24.04" ]
697- for flag in ["libcpp" ]
698- for envcommand in ["clang-20" ]
699- for triggeringEvent in events
700- for server in servers[current_branch]
701- ] +
702- // last argument is to ignore mtr and regression failures
703- [
704- Pipeline(b, platform, triggeringEvent, a, server, flag, "" , ["regression" , "mtr" ])
705- for a in ["amd64" ]
706- for b in std.objectFields (platforms)
707- for platform in ["ubuntu:24.04" ]
708- for flag in ["ASan" , "UBSan" ]
709- for triggeringEvent in events
710- for server in servers[current_branch]
711- ] +
692+ // [
693+ // Pipeline(b, platform, triggeringEvent, a, server, flag, envcommand, ["regression", "mtr"])
694+ // for a in ["amd64"]
695+ // for b in std.objectFields(platforms)
696+ // for platform in ["ubuntu:24.04"]
697+ // for flag in ["libcpp"]
698+ // for envcommand in ["clang-20"]
699+ // for triggeringEvent in events
700+ // for server in servers[current_branch]
701+ // ] +
702+ // // last argument is to ignore mtr and regression failures
703+ // [
704+ // Pipeline(b, platform, triggeringEvent, a, server, flag, "", ["regression", "mtr"])
705+ // for a in ["amd64"]
706+ // for b in std.objectFields(platforms)
707+ // for platform in ["ubuntu:24.04"]
708+ // for flag in ["ASan", "UBSan"]
709+ // for triggeringEvent in events
710+ // for server in servers[current_branch]
711+ // ] +
712712
713713 [];
714714
0 commit comments