Skip to content

Commit

Permalink
Test trigger of children build
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode committed Dec 17, 2024
1 parent 6456d7c commit 0f873b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,14 +370,14 @@ jobs:
needs: [build_and_push, check_files]
if: always() && needs.check_files.outputs.children_flag == 'true' && ! cancelled()
steps:
- name: Get Token
id: get_workflow_token
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.ICUB_TECH_IIT_APP_ID }}
private_key: ${{ secrets.ICUB_TECH_IIT_APP_KEY }}
installation_retrieval_mode: repository
installation_retrieval_payload: icub-tech-iit/code
# - name: Get Token
# id: get_workflow_token
# uses: tibdex/github-app-token@v2
# with:
# app_id: ${{ secrets.ICUB_TECH_IIT_APP_ID }}
# private_key: ${{ secrets.ICUB_TECH_IIT_APP_KEY }}
# installation_retrieval_mode: repository
# installation_retrieval_payload: icub-tech-iit/code
# this step ensures that the children are built with the "release" version, which is used when the "repository_trigger" is sent
- name: Repository Dispatch for release
if: github.event.client_payload.type == 'repository_trigger'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,9 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-sel
-DNON_INTERACTIVE_BUILD:BOOL=ON \
-DROBOTOLOGY_ENABLE_CORE:BOOL=ON \
-DROBOTOLOGY_ENABLE_ICUB_HEAD:BOOL=ON \
#-DYCM_USE_DEPRECATED:BOOL=OFF \
-DROBOTOLOGY_USES_GAZEBO=OFF \
-DROBOTOLOGY_PROJECT_TAGS=${sbtag} \
-DYCM_EP_INSTALL_DIR=${INSTALL_DIR} \
#-DENABLE_yarpmod_grabber:BOOL=ON \
&&\
#Build all the projects &&\
cmake --build . -- ${CMAKE_EXTRA_OPTIONS}
Expand Down

0 comments on commit 0f873b9

Please sign in to comment.