Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion http_service/bugbug_http/boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def retrieve_schedulable_tasks() -> None:
logger.info("Updating commits DB...")
try:
commits = repository.download_commits(
REPO_DIR, revs=revs, use_single_process=True
REPO_DIR, revs=revs
)
logger.info("Commits DB updated.")

Expand Down
1 change: 0 additions & 1 deletion http_service/bugbug_http/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ def schedule_tests(branch: str, rev: str) -> str:
revs=revs,
branch=repo_branch,
save=False,
use_single_process=True,
include_no_bug=True,
)

Expand Down