Page MenuHomePhabricator

Update Blunderbuss-bugler
Closed, ResolvedPublic

Description

Blunderbuss-bugler is a Gitlab component that can "deploy" or "cache" objects in HDFS.
The cache template is more elaborated, it sends a request to Blunderbuss and keeps asking for the status until the task is done.
The deploy template is older, it only sends a request to Blunderbuss and finishes, it doesn't guarantee that the request has been finished properly.

We need to update the deploy template to the quality level of the cache endpoint to avoid ignoring issues.

Task is done if:

  • The deploy template sends and request to Blunderbuss and finishes with exit codes 0 or 1 depending on the result of Blunderbuss

Details

Related Changes in GitLab:
TitleReferenceAuthorSource BranchDest Branch
Deploy template with scriptrepos/data-engineering/blunderbuss-bugler!21javiermontonfeature/deploy-with-caller-scriptmain
Customize query in GitLab