Enable direct tracing the autobuild build mode by default
This commit is contained in:
parent
9b7c22c3b3
commit
a52b209ec8
33 changed files with 84 additions and 130 deletions
|
|
@ -382,7 +382,6 @@ export async function runFinalize(
|
|||
memoryFlag: string,
|
||||
codeql: CodeQL,
|
||||
config: configUtils.Config,
|
||||
features: FeatureEnablement,
|
||||
logger: Logger,
|
||||
): Promise<DatabaseCreationTimings> {
|
||||
try {
|
||||
|
|
@ -404,7 +403,7 @@ export async function runFinalize(
|
|||
|
||||
// If we didn't already end tracing in the autobuild Action, end it now.
|
||||
if (process.env[EnvVar.AUTOBUILD_DID_COMPLETE_SUCCESSFULLY] !== "true") {
|
||||
await endTracingForCluster(codeql, config, logger, features);
|
||||
await endTracingForCluster(codeql, config, logger);
|
||||
}
|
||||
return timings;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue