[CPU][CI]: rename Xeon CPU CI suites to stage-*-intel (#37395)
Co-authored-by: Ma Mingfei <mingfei.ma@intel.com>
This commit is contained in:
+4
-4
@@ -32,9 +32,9 @@ HW_MAPPING = {
|
||||
PER_COMMIT_SUITES = {
|
||||
HWBackend.CPU: [
|
||||
"base-a-test-cpu",
|
||||
"base-b-test-cpu",
|
||||
"base-b-tp-test-cpu",
|
||||
"base-c-test-cpu",
|
||||
"stage-a-test-cpu-intel",
|
||||
"stage-a-tp-test-cpu-intel",
|
||||
"stage-b-test-cpu-intel",
|
||||
"base-b-test-cpu-arm64",
|
||||
],
|
||||
HWBackend.AMD: [
|
||||
@@ -425,7 +425,7 @@ def main():
|
||||
required=True,
|
||||
help=(
|
||||
"Test suite to run. Accepts a comma-separated list of suites "
|
||||
"(e.g. 'base-b-test-cpu,base-c-test-cpu'); their tests are unioned "
|
||||
"(e.g. 'stage-a-test-cpu-intel,stage-b-test-cpu-intel'); their tests are unioned "
|
||||
"into one pool before partitioning."
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user