Update workflow references and playbook docs for private-repo restructure - #271
Merged
Merged
Conversation
…ture Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
miguelgonrod
approved these changes
Aug 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Companion PR to the workflow restructure in
buildfarm-tools-private(https://github.com/osrf/buildfarm-tools-private/pull/107). No behavioral changes to this repo's own triage tooling, only removes a workflow whose logic moved to the private repo, and updates references/docs to match..github/workflows/dailyWorkflow.yml. The "close/open weekly buildfarmer-log issue, then post the triage report" logic it ran now lives inbuildfarm-tools-private'spublish-triage-issue.yml, chained after that repo'sgenerate-core-data.yml.daily-workflow-ci.yml: drops the path-filter entry for the deleteddailyWorkflow.yml, sincedaily-workflow-ci.ymlis now the only daily-workflow YAML file left in this repo.greenness-reports-deploy.yml→deploy-reports-site.ymlto match the verb-first naming adopted for the renamed workflows inbuildfarm-tools-private.playbook/buildfarmer/*.md(automation_workflows.md,add_new_gazebo_distribution.md,greenness_report.md,job_priorities.md,known_issues.md) to reference the new workflow names/locations and reflect that Gazebo dashboard generation is no longer a standalone workflow.automation_workflows.md, matching thedailyWorkflow.ymlremoval above.