Skip to content

Commit

Permalink
[SRVLOGIC-247] add kiegroup/kie-tools as part of the prod nightly (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira authored Apr 25, 2024
1 parent 890343f commit eabbb56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .ci/nightly-build-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ build:
${{ env.PME_CMD }} ${{ env.PME_ALIGNMENT_PARAMS_kiegroup_kogito_examples }}
bash -c "set -e ; set -o pipefail ; ${{ env.REMOVE_MODULES }} ; ${{ env.PME_BUILD_SCRIPT_kiegroup_kogito_examples }} ${{ env.BUILD_MVN_OPTS }} | tee ${{ env.WORKSPACE }}/kogito_examples.maven.log"
- project: kiegroup/kie-tools
build-command:
downstream: |
${{ env.PME_CMD }} ${{ env.PME_ALIGNMENT_PARAMS_kiegroup_kie_tools }}
bash -c "set -o pipefail ; ${{ env.PME_BUILD_SCRIPT_kiegroup_kie_tools }} ${{ env.BUILD_MVN_OPTS }} | tee ${{ env.WORKSPACE }}/kie_tools.maven.log"
- project: kiegroup/kogito-images
build-command:
downstream: |
Expand Down
6 changes: 5 additions & 1 deletion .ci/nightly-project-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ dependencies:
- project: kiegroup/kogito-runtimes
- project: kiegroup/kogito-apps

- project: kiegroup/kogito-images
- project: kiegroup/kie-tools
dependencies:
- project: kiegroup/kogito-examples

- project: kiegroup/kogito-images
dependencies:
- project: kiegroup/kie-tools

0 comments on commit eabbb56

Please sign in to comment.