ROCm / ROCm/Quartz

Implement Downstream Notification Workflow and Script (Phase 2 A.2)

Open
#21 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
1
Forks
1
Avg merge
3d 11h
Merged PRs (30d)
16

Description

Labels: quartz, phase-2, workflow
Parent: Phase 2 A: Downstream Subscription and Notification
Blocked by: Phase 2 pre-A (subscriber.yml schema and notification granularity agreed)

Implement the outbound notification workflow and the script that dispatches to
downstream subscribers via Quartz Conveyor.

Tasks

  • notify-downstream.yml: triggered on relevant TheRock status changes; reads
    config/subscriber.yml; calls scripts/notify_subscribers.py; no job-level
    permission elevation needed (read-all default is sufficient, Conveyor App token
    handles outgoing dispatches)
  • scripts/notify_subscribers.py: reads config/subscriber.yml, resolves any
    secret-based subscriber entries at runtime, filters subscribers by the triggering
    event, sends workflow_dispatch to each subscribed workflow via Quartz Conveyor app

Notes

  • The trigger condition and subscriber filtering logic follow directly from the
    subscriber.yml design agreed in Phase 2 pre-A.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the subscriber.yml schema and notification granularity from Phase 2 pre-A, then inspect the existing workflow layout before adding notify-downstream.yml and scripts/notify_subscribers.py. Done means relevant TheRock status changes trigger the workflow, subscriber.yml entries are resolved and filtered by event, and each subscribed workflow receives a workflow_dispatch through the Quartz Conveyor app.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, python
Domain
ci-cd
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.