Skip to content

Commit 2cb9771

Browse files
committed
Fix test_params_msg
1 parent 72bc460 commit 2cb9771

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: process_pr.py

+4
Original file line numberDiff line numberDiff line change
@@ -2325,6 +2325,10 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F
23252325
for gpu in GPU_FLAVORS:
23262326
global_test_params[f"MATRIX_EXTRAS_{gpu.upper()}"] = tmp
23272327

2328+
comment__id, params_s = test_params_msg.split(":")
2329+
if not params_s.startswith("ERRORS:"):
2330+
test_params_msg = comment__id + ":" + dumps(global_test_params, sort_keys=True)
2331+
23282332
print("All Parameters:", global_test_params)
23292333
# For now, only trigger tests for cms-sw/cmssw and cms-sw/cmsdist
23302334
if create_test_property:

0 commit comments

Comments
 (0)