Yicong-Huang opened a new issue, #4631:
URL: https://github.com/apache/texera/issues/4631

   ### Task Summary
   
   `workflow-compiling-service/` does not have a dedicated label or CI job 
today. Changes scoped to this directory pick up the generic `service` label 
(matched by `*-service/**` in `.github/labeler.yml`) and run the full `scala` 
stack (`sbt test`), even though only its own Dropwizard ResourceExtension tests 
need to execute.
   
   Add:
   
   1. A label `workflow-compiling-service` in `.github/labeler.yml` matching 
`workflow-compiling-service/**`.
   2. A new `workflow-compiling-service` build stack in `build.yml` that runs 
only `sbt WorkflowCompilingService/test`.
   3. Wiring in `required-checks.yml`: precheck emits 
`run_workflow_compiling_service` (true iff the PR carries the 
`workflow-compiling-service` label, mirroring the existing `frontend` pattern), 
and both the `build:` and `backport:` callers pass it through.
   
   ### Priority
   
   P3 – Low
   
   ### Task Type
   
   - [x] DevOps / Deployment


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to