Branch: refs/heads/6.6
Home:
https://github.com/hibernate/hibernate-orm
Commit: 12b0392fe27ebfe1e9eec3fd5a3a05b69d108db7
https://github.com/hibernate/hibernate-orm/commit/12b0392fe27ebfe1e9eec3f...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2024-10-28 (Mon, 28 Oct 2024)
Changed paths:
R .github/workflows/atlas.yml
A .github/workflows/ci-report.yml
A .github/workflows/ci.yml
R .github/workflows/contributor-build.yml
Log Message:
-----------
Rework/simplify GH Actions jobs
* Use `pull_request` instead of `pull_request_target`
* Move Develocity build scan publishing for untrusted code to a separate workflow
* Merge Atlas workflow into the main CI workflow
* Split caches between trusted and untrusted code
* Update secrets to use "Develocity" name instead of "Gradle
Enterprise"
* Update comments
Co-Authored-By: Yoann Rodière <yoann(a)hibernate.org>
(cherry picked from commit df8b16369f9d5bd890b889df02b0082960330b64)
Commit: cf6ac4a67e5c5331e16bdbe7ad7dd83a7e225bee
https://github.com/hibernate/hibernate-orm/commit/cf6ac4a67e5c5331e16bdbe...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2024-10-28 (Mon, 28 Oct 2024)
Changed paths:
M ci/release/Jenkinsfile
M ci/snapshot-publish.Jenkinsfile
M gradle/gradle-develocity.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: 61bf908a1c417ca7e0e087ba0ae6581ab5134d86
https://github.com/hibernate/hibernate-orm/commit/61bf908a1c417ca7e0e087b...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-10-28 (Mon, 28 Oct 2024)
Changed paths:
A .github/ci-prerequisites-atlas.sh
M .github/workflows/ci.yml
Log Message:
-----------
Sanitize user home on GitHub Action job start on Atlas
(cherry picked from commit 4e8eb91562b75fbcc6ecdaaa3efe62b724f71aa4)
Commit: 059ae87d6742be59201c94ba12feae3b5e2e7b37
https://github.com/hibernate/hibernate-orm/commit/059ae87d6742be59201c94b...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-10-28 (Mon, 28 Oct 2024)
Changed paths:
M .github/workflows/ci-report.yml
M .github/workflows/ci.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: bd209ce2fd2e17807d3d5005a2e9ad9f16fd8dc0
https://github.com/hibernate/hibernate-orm/commit/bd209ce2fd2e17807d3d500...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-10-28 (Mon, 28 Oct 2024)
Changed paths:
M .github/workflows/ci-report.yml
Log Message:
-----------
Fix invalid arguments in GitHub Actions for download of build-scan-data artifacts
(cherry picked from commit 62fe772cc0d2c5b0590cd66eb1ce582ba1e5a9cd)
Commit: 97394283ab8b540fd771afb2da0b8b00a8967f17
https://github.com/hibernate/hibernate-orm/commit/97394283ab8b540fd771afb...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-10-28 (Mon, 28 Oct 2024)
Changed paths:
M .github/workflows/ci-report.yml
M .github/workflows/ci.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)
Commit: 8e305582a7420604fc334a376dc7d17b32036005
https://github.com/hibernate/hibernate-orm/commit/8e305582a7420604fc334a3...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-10-28 (Mon, 28 Oct 2024)
Changed paths:
M .github/workflows/ci-report.yml
M .github/workflows/ci.yml
Log Message:
-----------
Fix upload of Develocity build scans
Don't tar them, as this was broken: we ended up uploading the
build-scan-data directory instead of the tar, while still expecting a
tar when dowloading, which made everything fail.
We don't need tars anyway, as workflow artifacts are already zipped.
(cherry picked from commit 6551aa59c592b021c4ad3ebab31684d34311e5d7)
Commit: 5328e83e035808fc67bcfa684864deed900ef410
https://github.com/hibernate/hibernate-orm/commit/5328e83e035808fc67bcfa6...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-10-28 (Mon, 28 Oct 2024)
Changed paths:
M .github/workflows/ci.yml
Log Message:
-----------
Fix upload of Devbelocity build scans
Forgot this line.
(cherry picked from commit a63716dab7e1fee56de86f61199ca3fa84c644ab)
Compare:
https://github.com/hibernate/hibernate-orm/compare/3737d87d79dd...5328e83...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications