The GitHub Actions job "Tests (AMD)" on 
airflow.git/ci/java-sdk/refactor-e2e-gradle-deps has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
e96afbd3d3247ec259adc59c4a3cc33a49826fd5 / LIU ZHE YOU <[email protected]>
Cache the Java SDK Gradle dependencies in the e2e job

The java_sdk e2e job builds the SDK and its example bundles with Gradle on
every canary and java-sdk-touching run, starting from an empty
GRADLE_USER_HOME each time. That forces a full re-download of the example
bundles' dependency tree (Spark alone is around 1GB) on every run. Reusing
the resolved dependencies across runs removes that repeated download.

The restore/save split saves the warm-up even when the e2e tests fail, the
key hashes the Kotlin-DSL build files and version catalog that pin the SDK
dependencies, and runner.arch keeps the arch-specific auto-provisioned JDKs
in .gradle/jdks from crossing between amd64 and arm64 runners.

Report URL: https://github.com/apache/airflow/actions/runs/28580052453

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to