fix: add sentinel run memory detail curves
This commit is contained in:
@@ -121,6 +121,7 @@ export type WebProbeSentinelOptions =
|
||||
readonly viewport: string;
|
||||
readonly localDir: string;
|
||||
readonly name: string | null;
|
||||
readonly runId: string | null;
|
||||
readonly timeoutMs: number;
|
||||
readonly waitTimeoutMs: number;
|
||||
readonly timeoutSeconds: number;
|
||||
@@ -788,6 +789,7 @@ function publishCurrentDashboardOptions(state: SentinelCicdState, timeoutSeconds
|
||||
viewport: stringAt(dashboard, "viewport"),
|
||||
localDir: "/tmp",
|
||||
name: null,
|
||||
runId: null,
|
||||
timeoutMs,
|
||||
waitTimeoutMs,
|
||||
timeoutSeconds: Math.min(numberAt(dashboard, "commandTimeoutSeconds"), Math.max(1, Math.trunc(timeoutSeconds))),
|
||||
|
||||
Reference in New Issue
Block a user