Skip to content

Commit

Permalink
Update Linux native matrix to for execution time to be more evenly di…
Browse files Browse the repository at this point in the history
…stributed
  • Loading branch information
jedla97 committed Aug 1, 2024
1 parent 3bc0c1a commit 88ecbb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ jobs:
matrix:
java: [ 17 ]
image: [ "ubi-quarkus-graalvmce-builder-image:jdk-21", "ubi-quarkus-mandrel-builder-image:jdk-21" ]
profiles: [ "root-modules",
profiles: [ "root-modules,websockets-modules,test-tooling-modules,nosql-db-modules",
"http-modules,cache-modules",
"security-modules,spring-modules",
"sql-db-modules -pl env-info,sql-db/hibernate,sql-db/sql-app,sql-db/sql-app-compatibility,sql-db/multiple-pus,sql-db/panache-flyway,sql-db/hibernate-reactive",
"sql-db-modules -pl env-info,sql-db/reactive-rest-data-panache,sql-db/vertx-sql,sql-db/reactive-vanilla,sql-db/hibernate-fulltext-search,sql-db/narayana-transactions",
"messaging-modules,websockets-modules,monitoring-modules,test-tooling-modules,nosql-db-modules"]
"messaging-modules,monitoring-modules"]
steps:
- uses: actions/checkout@v4
- name: Reclaim Disk Space
Expand Down

0 comments on commit 88ecbb2

Please sign in to comment.