Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: 08ac5d3c4c82efa02392172767525ac1d69a5214
https://github.com/hibernate/hibernate-orm/commit/08ac5d3c4c82efa02392172...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2024-10-29 (Tue, 29 Oct 2024)
Changed paths:
M ci/release/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: dcabe1071aeb1d19386161d3f2e7758a3f7558e7
https://github.com/hibernate/hibernate-orm/commit/dcabe1071aeb1d19386161d...
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: b707b022b32fd0cae65ad37881a6e38141089e64
https://github.com/hibernate/hibernate-orm/commit/b707b022b32fd0cae65ad37...
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: c1e662707d89b4b25be6f880de083ea5edf921d1
https://github.com/hibernate/hibernate-orm/commit/c1e662707d89b4b25be6f88...
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/a8c113dd6200...c1e6627...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications