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:
3d2082d719a79db5e69aaee0c4eff93bdb00e4e6 / Yicong Huang 
<[email protected]>
ci: drive amber test filter via AMBER_TEST_FILTER env var in build.sbt

Move the ScalaTest tag include/exclude from per-CI-step `set ...`
prefixes into a single Test/testOptions block in amber/build.sbt
that keys off the AMBER_TEST_FILTER env var:
  skip-integration -> -l IntegrationTest
  integration-only -> -n IntegrationTest
  unset            -> no filter (local sbt runs everything)

The amber and amber-integration jobs now just set the env var on
their test step. Long inline `sbt 'set ...'` invocations go away,
the build is the single source of truth for the filter strings,
and a future tag is one block change in build.sbt instead of two
CI commands.

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

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

With regards,
GitHub Actions via GitBox

Reply via email to