From 1859dc294eb269ab05b68c998ffb88866c9d8204 Mon Sep 17 00:00:00 2001 From: Mahdi Ardekanian Date: Tue, 30 Apr 2024 11:21:00 -0400 Subject: [PATCH] enables sanity.perf in x64 linux for EBC After the issue with registering EBC nodes resolved now we can enable back the sanity.perf in semeru build pipelines. --- pipelines/defaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/defaults.json b/pipelines/defaults.json index e481ad277..beabe9542 100644 --- a/pipelines/defaults.json +++ b/pipelines/defaults.json @@ -93,7 +93,7 @@ "numMachines" : ["3", "3", "3", "3", "5", "4", "8", "2", "3", "5"] }, "ebcEnabledTargets":{ - "linux_x64" : [""], + "linux_x64" : ["sanity.perf"], "aix_ppc64" : [""], "linux_aarch64" : [""], "linux_ppc64le" : [""],