Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2024

Bumps gradle/develocity-actions from 1.2 to 1.3.

Release notes

Sourced from gradle/develocity-actions's releases.

v1.3

🚀 Improvements

  • Remove support of maven-setup action

🐛 Bug fixes

📦 Dependency updates

  • Update Develocity Maven extension to 1.23
Commits
  • b8d3a57 Prepare release notes
  • c67082b Bump the npm-dependencies group across 1 directory with 3 updates (#87)
  • 60dd017 Bump com.gradle:develocity-maven-extension from 1.22.2 to 1.23 in /maven-buil...
  • a75d644 Bump the npm-dependencies group across 1 directory with 2 updates (#84)
  • fe2eaab Bump the npm-dependencies group across 1 directory with 5 updates (#80)
  • 83da0ef Bump the maven-dependencies group across 1 directory with 3 updates (#81)
  • 8c6c399 Bump the maven-dependencies group across 1 directory with 4 updates (#70)
  • 6e2ba2a Rename maven-setup references to setup-maven (#72)
  • 259d91c Bump the npm-dependencies group across 1 directory with 6 updates (#71)
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gradle/develocity-actions](https://github.com/gradle/develocity-actions) from 1.2 to 1.3.
- [Release notes](https://github.com/gradle/develocity-actions/releases)
- [Commits](gradle/develocity-actions@v1.2...v1.3)

---
updated-dependencies:
- dependency-name: gradle/develocity-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/infra internal and infrastructure related issues label Dec 18, 2024
@quarkus-bot quarkus-bot bot added the area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure label Dec 18, 2024

This comment has been minimized.

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This actually showed a problem in our Develocity Maven extension. I included a commit to update to a fixed version.

Copy link

quarkus-bot bot commented Dec 21, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit ed814fd.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 17 Windows

📦 integration-tests/opentelemetry-quickstart

io.quarkus.it.opentelemetry.OpenTelemetryDisabledTest.buildTimeDisabled - History

  • Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryDisabledTest was not fulfilled within 200 milliseconds. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryDisabledTest was not fulfilled within 200 milliseconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
	at io.quarkus.it.opentelemetry.OpenTelemetryDisabledTest.buildTimeDisabled(OpenTelemetryDisabledTest.java:29)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
  • Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryDisabledTest was not fulfilled within 200 milliseconds. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.it.opentelemetry.OpenTelemetryDisabledTest was not fulfilled within 200 milliseconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
	at io.quarkus.it.opentelemetry.OpenTelemetryDisabledTest.buildTimeDisabled(OpenTelemetryDisabledTest.java:29)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

@gsmet gsmet merged commit edfda02 into main Dec 21, 2024
52 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/gradle/develocity-actions-1.3 branch December 21, 2024 10:52
@gsmet gsmet added triage/backport-3.15 triage/backport and removed area/infra internal and infrastructure related issues labels Dec 23, 2024
@gsmet gsmet added this to the 3.17.6 milestone Jan 7, 2025
@gsmet gsmet modified the milestones: 3.17.6, 3.15.4 Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure kind/component-upgrade triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant