-
Notifications
You must be signed in to change notification settings - Fork 62
Onboarding NCPS workload as CPS is being deprecated. #625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| "ProfilingMode": "None", | ||
| "TestDuration": "00:01:00" | ||
| }, | ||
| "Parameters": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: Check indentation/spacing.
| } | ||
| "Type": "NetworkingWorkloadExecutor", | ||
| "Parameters": { | ||
| "Scenario": "CPS_T16", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should CPS be removed as it's deprecated?
| { | ||
| await this.ProcessStartRetryPolicy.ExecuteAsync(async () => | ||
| { | ||
| using (process = this.SystemManagement.ProcessManager.CreateProcess(this.ExecutablePath, commandArguments)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can use this.ExecuteCommandAsync here, the vc component extension handles the safekill for us
No description provided.