Skip to content

Commit

Permalink
test with logs
Browse files Browse the repository at this point in the history
  • Loading branch information
seungpark committed Jun 24, 2024
1 parent 8ca781e commit 883750f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ENV PATH="${WORK_DIRECTORY}/.cargo/bin:${PATH}"


# get shared.mk
RUN curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/meta/makefiles/shared.mk -o shared.mk
RUN curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/DOP-4578-mk/makefiles/shared.mk -o shared.mk

# install snooty frontend and docs-tools
RUN git clone -b v${SNOOTY_FRONTEND_VERSION} --depth 1 https://github.com/mongodb/snooty.git \
Expand Down
1 change: 1 addition & 0 deletions src/job/jobHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ export abstract class JobHandler {

let buildStepOutput: CliCommandResponse;

this.logger.save(job._id, `calling nextgenparse with env flag ${process.env['SNOOTY_PARSER_VERSION']}`);
const parseFunc = async () => nextGenParse({ job, patchId });
buildStepOutput = await this.wrapWithBenchmarks(parseFunc, 'parseExe');
this.logger.save(job._id, 'Repo Parsing Complete');
Expand Down

0 comments on commit 883750f

Please sign in to comment.