Branch: refs/heads/6.4
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6fcb0d50fb98db96451a3d0fd83cb9e37822eda3
https://github.com/hibernate/hibernate-orm/commit/6fcb0d50fb98db96451a3d0...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M ci/release/Jenkinsfile
M ci/snapshot-publish.Jenkinsfile
M gradle/gradle-enterprise.gradle
M settings.gradle
Log Message:
-----------
Don't use the build cache during releases
So that we're extra sure we're not relying on cache left by a previous
Gradle execution.
(cherry picked from commit 543e095cf70396256ebbf2dd9e9d07f80304bebd)
Commit: d6a9c42c2d7be01cd566d599e95d05718e6d327f
https://github.com/hibernate/hibernate-orm/commit/d6a9c42c2d7be01cd566d59...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
A .github/ci-prerequisites-atlas.sh
M .github/workflows/atlas.yml
Log Message:
-----------
Sanitize user home on GitHub Action job start on Atlas
(cherry picked from commit 4e8eb91562b75fbcc6ecdaaa3efe62b724f71aa4)
Commit: b8b7af92cd858a98b6ddad1181cfe64c89e2fbee
https://github.com/hibernate/hibernate-orm/commit/b8b7af92cd858a98b6ddad1...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M .github/workflows/atlas.yml
M .github/workflows/contributor-build.yml
Log Message:
-----------
Improve build cache strategy
Ripped off from Quarkus.
Here's how it will work:
1. We create a cache entry on push only. Pull requests only restore it.
2. We create a new cache entry every day, prefixed with something like
2024-10-25.
3. When restoring the cache, we try the entry for the day first
(2024-10-25) and default to the one for the month (2024-10-*).
Critically, this means we will build each day's cache based on the
previous day's cache.
4. Atlas infra uses its own, separate cache entries.
Co-Authored-By: Guillaume Smet <guillaume.smet(a)gmail.com>
(cherry picked from commit 5eaaff2e6367fd4f1071a90eba2e274c800629cd)
Commit: cca12b90d005e5f43ec202bf175d3cd1a949e925
https://github.com/hibernate/hibernate-orm/commit/cca12b90d005e5f43ec202b...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M .github/workflows/atlas.yml
M .github/workflows/contributor-build.yml
Log Message:
-----------
Do not include the whole Gradle cache in GH Actions caches
We don't need the whole cache, since most (all?) of it is stored on
Develocity already.
Including ./gradle/caches/modules-2 is enough, because that's where
Maven dependencies are stored, and *those* are not stored on Develocity.
(cherry picked from commit 013bb46470f97285ae57190c9ce5201f31105a21)
Compare:
https://github.com/hibernate/hibernate-orm/compare/222b1a2b2646...cca12b9...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications