The GitHub Actions job "Required Checks" on texera.git/feat/workflow-compiling-service-label has failed. Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).
Head commit for run: 73bc46f4fb3e374b0ac42b7c248172e02efcc2db / github-actions[bot] <github-actions[bot]@users.noreply.github.com> refactor(ci): split scala job into amber + platform matrix Replace the single workflow-compiling-service stack with a broader platform stack and split the existing scala job into two: - .github/labeler.yml: drop the workflow-compiling-service label and add a `platform` label matching every Scala service directory except amber (config-service, access-control-service, file-service, computing-unit-managing-service, workflow-compiling-service). - build.yml: rename the scala job to amber, restrict it to amber's own dist/test/license-check (sbt "WorkflowExecutionService/dist" and sbt "WorkflowExecutionService/test"). Add a new platform job that fans out via a strategy.matrix include over the five Scala services; each matrix entry runs sbt "clean; <Service>/dist; <Service>/test" plus the unzip + check_binary_deps + audit pipeline scoped to that service's dist. Inputs renamed accordingly: run_scala -> run_amber, run_workflow_compiling_service -> run_platform. - required-checks.yml: precheck emits run_amber and run_platform; amber always runs (current scala behavior), platform skips on PRs unless the platform or common label is present. Both build: and backport: callers updated. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]> Report URL: https://github.com/apache/texera/actions/runs/25240053657 With regards, GitHub Actions via GitBox
