The GitHub Actions job "Required Checks" on texera.git/ci/amber-integration-job 
has failed.
Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).

Head commit for run:
695bed10c82f32f87b8558df16f5816fb01ce493 / Yicong Huang 
<[email protected]>
ci(labeler): exclude *IntegrationSpec from engine, add amber-integration label

The previous commit's engine matcher still picked up
*IntegrationSpec.scala edits via amber/src/test/scala/**, so a
test-only change to ReconfigurationIntegrationSpec.scala would
trigger the full Scala-only amber stack. Two adjustments:

- Append `!**/*IntegrationSpec.scala` to engine's any-glob list.
  actions/labeler v6 evaluates negation patterns per-file: a
  matched file is excluded from contributing to the label, so a
  pure integration-spec change no longer triggers engine. Mixed
  PRs (regular Scala + integration spec) still trigger engine via
  the regular file.
- New `amber-integration` label whose any-glob matches
  `amber/src/test/scala/**/*IntegrationSpec.scala`. Mapped in
  required-checks.yml's LABEL_STACKS to the `amber-integration`
  stack only, so an integration-spec-only change runs just the
  amber-integration job.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>

Report URL: https://github.com/apache/texera/actions/runs/25287787299

With regards,
GitHub Actions via GitBox

Reply via email to