quarkiverse / quarkus-langchain4j

Quarkus Langchain4j extension
https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html
Apache License 2.0
148 stars 89 forks source link

Prepare the arrival of the bot #1062

Closed gsmet closed 1 week ago

gsmet commented 1 week ago

I will probably have to tweak things a bit but this is preparatory work.

Let me merge it as I want to check a few things first.

quarkus-bot[bot] commented 1 week ago

:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.

Status for workflow Build (on pull request)

This is the status report for running Build (on pull request) on commit 61371d35857c419987628276eeaf77c2d8b07cd7.

:white_check_mark: 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.

geoand commented 1 week ago

Seems to work great, thanks!

gsmet commented 1 week ago

Don’t merge, I need to test a failure report.

quarkus-bot[bot] commented 1 week ago

:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.

Status for workflow Build (on pull request)

This is the status report for running Build (on pull request) on commit c161238e1e69d6788f56325195613b98e511f75e.

Failing Jobs

Status Name Step Failures Logs Raw logs
JVM tests - integration-tests - Java 17 Run tests of integration-tests with JDK 17 Failures Logs Raw logs
JVM tests - integration-tests - Java 21 Run tests of integration-tests with JDK 21 Failures Logs Raw logs
JVM tests - integration-tests - Java 23 Run tests of integration-tests with JDK 23 Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

:gear: JVM tests - integration-tests - Java 17 #

:package: integration-tests/openai

org.acme.example.openai.OpenAiRestApiResourceTest.chatSync line 40 - More details - Source on GitHub

``` java.lang.AssertionError: 1 expectation failed. Response body doesn't match expectation. Expected: a string containing "Mock2" Actual: Hello! This is the default MockGPT response. ```

:gear: JVM tests - integration-tests - Java 21 #

:package: integration-tests/openai

org.acme.example.openai.OpenAiRestApiResourceTest.chatSync line 40 - More details - Source on GitHub

``` java.lang.AssertionError: 1 expectation failed. Response body doesn't match expectation. Expected: a string containing "Mock2" Actual: Hello! This is the default MockGPT response. ```

:gear: JVM tests - integration-tests - Java 23 #

:package: integration-tests/openai

org.acme.example.openai.OpenAiRestApiResourceTest.chatSync line 40 - More details - Source on GitHub

``` java.lang.AssertionError: 1 expectation failed. Response body doesn't match expectation. Expected: a string containing "Mock2" Actual: Hello! This is the default MockGPT response. ```
geoand commented 1 week ago

🎉

gsmet commented 1 week ago

Things should be good now.

You have the bot running, for now only the reports are enabled. But we could easily enable the triaging.

I also made sure you would have the CI report in a job summary, which can be useful on your forks.

geoand commented 1 week ago

That is wonderful, thanks so much!

quarkus-bot[bot] commented 1 week ago

Status for workflow Build (on pull request)

This is the status report for running Build (on pull request) on commit edd70e0db429089b7bbc53257c66d38ce4cfe2d7.

:white_check_mark: 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.