File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -602,19 +602,19 @@ class JobConfigs:
602602 allow_merge_on_failure = True ,
603603 ).parametrize (
604604 parameter = [
605- "arm_asan" ,
605+ # "arm_asan",
606606 "amd_tsan" ,
607607 "amd_msan" ,
608608 "amd_debug" ,
609609 ],
610610 runs_on = [
611- RunnerLabels .FUNC_TESTER_ARM ,
611+ # RunnerLabels.FUNC_TESTER_ARM,
612612 RunnerLabels .FUNC_TESTER_AMD ,
613613 RunnerLabels .FUNC_TESTER_AMD ,
614614 RunnerLabels .FUNC_TESTER_AMD ,
615615 ],
616616 requires = [
617- ["Build (arm_asan)" ],
617+ # ["Build (arm_asan)"],
618618 ["Build (amd_tsan)" ],
619619 ["Build (amd_msan)" ],
620620 ["Build (amd_debug)" ],
@@ -745,21 +745,21 @@ class JobConfigs:
745745 ).parametrize (
746746 parameter = [
747747 "amd_debug" ,
748- "arm_asan" ,
748+ # "arm_asan",
749749 "amd_tsan" ,
750750 "amd_msan" ,
751751 "amd_ubsan" ,
752752 ],
753753 runs_on = [
754754 RunnerLabels .FUNC_TESTER_AMD ,
755- RunnerLabels .FUNC_TESTER_ARM ,
755+ # RunnerLabels.FUNC_TESTER_ARM,
756756 RunnerLabels .FUNC_TESTER_AMD ,
757757 RunnerLabels .FUNC_TESTER_AMD ,
758758 RunnerLabels .FUNC_TESTER_AMD ,
759759 ],
760760 requires = [
761761 ["Build (amd_debug)" ],
762- ["Build (arm_asan)" ],
762+ # ["Build (arm_asan)"],
763763 ["Build (amd_tsan)" ],
764764 ["Build (amd_msan)" ],
765765 ["Build (amd_ubsan)" ],
You can’t perform that action at this time.
0 commit comments