Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev UI build steps view improvements #26537

Merged
merged 1 commit into from
Jul 7, 2022

Conversation

mkouba
Copy link
Contributor

@mkouba mkouba commented Jul 4, 2022

  • add build step dependency graph (direct dependencies and dependents
    only)
  • add build step concurrent execution chart

Follows-up on #25786.

- add build step dependency graph (direct dependencies and dependents
only)
- add build step concurrent execution chart
@quarkus-bot quarkus-bot bot added area/core area/dependencies Pull requests that update a dependency file area/vertx labels Jul 4, 2022
@mkouba
Copy link
Contributor Author

mkouba commented Jul 4, 2022

The chart looks like this:
Screenshot from 2022-07-04 10-38-35

The x axis represents the time slots (where the slot duration is Math.max(10, build time / 100)) and the y axis shows the number of build threads used in the given slot (you can see the actual build steps executed for each slot/build thread box).

@quarkus-bot
Copy link

quarkus-bot bot commented Jul 4, 2022

Failing Jobs - Building 25d8a12

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 11 Windows Build Failures Logs Raw logs
JVM Tests - JDK 17 Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 Windows #

- Failing: extensions/mongodb-client/deployment 
! Skipped: extensions/liquibase-mongodb/deployment extensions/panache/mongodb-panache-common/deployment extensions/panache/mongodb-panache-kotlin/deployment and 8 more

📦 extensions/mongodb-client/deployment

io.quarkus.mongodb.NamedMongoClientConfigTest. - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.mongodb.deployment.DevServicesMongoProcessor#startMongo threw an exception: java.lang.RuntimeException: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration

io.quarkus.mongodb.NamedReactiveMongoClientConfigTest. - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.mongodb.deployment.DevServicesMongoProcessor#startMongo threw an exception: java.lang.RuntimeException: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration

⚙️ JVM Tests - JDK 17 #

- Failing: devtools/cli 

📦 devtools/cli

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on project quarkus-cli: There was a timeout in the fork

@mkouba mkouba requested review from gsmet and geoand July 7, 2022 09:04
Copy link
Contributor

@geoand geoand left a comment

Choose a reason for hiding this comment

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

Can't comment on the JS stuff, but looks good

@mkouba
Copy link
Contributor Author

mkouba commented Jul 7, 2022

Can't comment on the JS stuff,...

Me neither ;-)

@gsmet gsmet merged commit 91ba399 into quarkusio:main Jul 7, 2022
@quarkus-bot quarkus-bot bot added this to the 2.11 - main milestone Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core area/dependencies Pull requests that update a dependency file area/vertx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants