Skip to content

Commit

Permalink
adding logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaraman19 committed Dec 13, 2023
1 parent 0eb1c42 commit f1e7a5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/job/jobManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export class JobManager {
this._jobHandler = null;
if (job?.payload) {
const excludeRepoFromBenchmarks = ['mms-docs', 'docs-k8s-operator'].includes(job.payload.repoName);
this._logger.info('JobManager', `JOB NEXT GEN: ${job.payload.isNextGen}`);
// Can easily rollback with commenting out this flag.
job.useWithBenchmark = !excludeRepoFromBenchmarks;
await this.createHandlerAndExecute(job);
Expand Down

0 comments on commit f1e7a5b

Please sign in to comment.