Skip to content

Commit

Permalink
[test]
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Jan 22, 2025
1 parent 4cdff16 commit 0f81749
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build all apps

on:
workflow_dispatch:
pull_request:

jobs:

build_all_applications:
name: Build all the applications on all the devices
uses: ./.github/workflows/reusable_build_several.yml
with:
sdk: all
devices: '["nanox"]'

build_all_applications_on_latest:
name: Build all the applications on all the devices
uses: ./.github/workflows/reusable_build_several.yml
with:
sdk: all
sdk_ref: origin/master
devices: '["flex", "stax"]'
6 changes: 0 additions & 6 deletions .github/workflows/end_to_end_tests_of_reusable_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ name: E2E testing of the reusable workflows

on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:

# This workflow file contains the duplicates of several applications that use reusable workflows
# The duplication is unfortunate but can't be avoided as github actions do not (yet ?) accept the
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_get_apps_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Define the list of application to build by device
id: process_devices
run: |
devices="$(python ./scripts/parse_all_apps.py -s ${{ inputs.sdk }} -d ${{ inputs.devices }} -t ${{ secrets.GITHUB_TOKEN }}"
devices="$(python ./scripts/parse_all_apps.py -s ${{ inputs.sdk }} -d ${{ inputs.devices }} -t ${{ secrets.GITHUB_TOKEN }} -l 4)"
echo "apps_config=$devices" >> $GITHUB_OUTPUT
echo $devices
outputs:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/scripts_checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: Scripts quality CI

on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:

jobs:
shellcheck:
Expand Down

0 comments on commit 0f81749

Please sign in to comment.