-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: Backlog
-
Component/s: Testing Infrastructure
-
None
-
Server Tooling & Methods
-
ALL
-
STM 2020-09-07
-
0
-
2
Depends on SERVER-49786
From sys-perf yaml:
- Remove mark_idle invocations and
- Switch run-dsi invocations to use subprocess.exec and no extensions
- kill the set lines; no dsienv.sh or setup-dsi-env.sh--kill in DSI (kill signal_processing_setup.sh from DSI while you're there)
- never any absolute paths or .py suffixes always just run-dsi command; kill bin/anaysis.py
- Kill "write yml config" in favor of expansions.yml
- "deploy cluster" calls run-dsi deploy-cluster
- Do json.send as a post task
- Kill useless/constant project_dir, platform, script_flags vars
For perf.yml:
- call analysis through run-dsi
- the killall_mci expansion doesn't exist so kill that from the pre/post steps; make the pkill scripts not ugly af
- depends on
-
SERVER-49786 Freeze DSI and Genny for non-master perf projects
- Closed