File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Integration Quarkus-LangChain4j
22
33on :
4- # Temporarily disabled - manual trigger only
54 push :
6- branches : [ main, ci/quarkus-langchain4j-IT ]
7- # pull_request:
8- # branches: [ main ]
9- # types: [opened, synchronize, reopened]
10- # schedule:
11- # # Run daily at 02:30 UTC to catch dependency breakages
12- # - cron: '30 2 * * * '
5+ branches : [ main ]
6+ pull_request :
7+ branches : [ main ]
8+ types : [opened, synchronize, reopened]
9+ schedule :
10+ # Run every Saturday at 02:30 UTC to catch dependency breakages
11+ - cron : ' 30 2 * * 6 '
1312 workflow_dispatch :
1413 inputs :
1514 quarkus_langchain4j_version :
@@ -93,13 +92,13 @@ jobs:
9392 git clone --branch fix/gpu-llama3-config-registration \
9493 https://github.com/orionpapadakis/quarkus-langchain4j.git
9594
96- # Step 3: Build Quarkus LangChain4j (optimized)
95+ # Step 3: Build Quarkus LangChain4j
9796 - name : Build Quarkus LangChain4j
9897 run : |
9998 cd ${{ github.workspace }}/quarkus-langchain4j
10099 export PATH="$TORNADOVM_HOME/bin:$JAVA_HOME/bin:$PATH"
101100
102- # Use reactor to build GPULlama3 integration test + dependencies
101+ # Use reactor to build *only * GPULlama3 integration test + dependencies
103102 # This recompiles everything with the same Java version, avoiding compatibility issues
104103 # The -Dtornado flag activates the TornadoVM profile which includes gpu-llama3 module
105104 mvn clean install -pl integration-tests/gpu-llama3 -am -DskipTests -Dtornado
You can’t perform that action at this time.
0 commit comments