CASSSIDECAR-468 Various build fixes#354
Open
rustyrazorblade wants to merge 1 commit into
Open
Conversation
efc80a5 to
b460a9e
Compare
b460a9e to
99a6bb7
Compare
…ready timeout
- Use standard Gradle per-subproject layout for test reports; add a
centralized doLast copy hook in the root subprojects block that
aggregates XML to build/test-results/{project}/{task}/ and HTML to
build/reports/tests/{project}/{task}/
- Fix GitHub Actions artifact globs to collect from build/test-results/**
and build/reports/tests/** across all jobs
- Remove setup-gradle action from publish-test-artifacts.yml (removed
from ci.yml in CASSSIDECAR-448 due to ASF infra rules)
- Add full OCI image labels to Jib container config; static labels set
in server/build.gradle, dynamic ones (revision, source, created,
version) injected via System.getProperty at build time to work around
GoogleContainerTools/jib#3094
- Move GHCR auth to docker login --password-stdin to keep token off the
process argument list
- Increase schema ready timeout in RestoreJobDatabaseAccessorIntTest
from 10s to 30s to match the rest of the integration test suite
Patch by Jon Haddad; Reviewed by _ for CASSSIDECAR-468
99a6bb7 to
f58eb7d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses several build / CI related issues.
doLastblock.