Skip to content

Commit

Permalink
Setup maven options to build-chain
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Sep 14, 2022
1 parent 8ddf828 commit efb286f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/kogito-examples-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
concurrency:
group: kogito_examples_pr-${{ github.head_ref }}
cancel-in-progress: true
timeout-minutes: 180
timeout-minutes: 360
strategy:
matrix:
os: [ubuntu-latest]
Expand All @@ -41,6 +41,8 @@ jobs:
cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version }}-maven${{ matrix.maven-version }}
- name: Build Chain
uses: kiegroup/kogito-pipelines/.ci/actions/build-chain@main
env:
MAVEN_OPTS: -Xms1024m -Xmx6g -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m
with:
annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }}
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit efb286f

Please sign in to comment.