Skip to content

Commit

Permalink
[Actions] Adding Thunder dependencies in the MacOS workflow, fixing T…
Browse files Browse the repository at this point in the history
…ests action (#1792)

* Add building of all Thunder dependencies in the MacOS workflow

* Explicitly state the ubuntu version in Tests workflow

* Make sure the MacOS job names are unique

Otherwise they clash with Linux ones and are marked as required checks, even though the workflow name is different
  • Loading branch information
VeithMetro authored Nov 18, 2024
1 parent e14d120 commit ee17481
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
30 changes: 13 additions & 17 deletions .github/workflows/Build Thunder on MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,21 @@ on:
- 'ReleaseNotes/**'

jobs:
Thunder:
Thunder_MacOS:
uses: rdkcentral/Thunder/.github/workflows/MacOS build template.yml@master

# ThunderInterfaces:
# needs: Thunder
# uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@master
ThunderInterfaces_MacOS:
needs: Thunder_MacOS
uses: rdkcentral/ThunderInterfaces/.github/workflows/MacOS build template.yml@master

# ThunderLibraries:
# needs: Thunder
# uses: WebPlatformForEmbedded/ThunderLibraries/.github/workflows/Linux build template.yml@main
ThunderClientLibraries_MacOS:
needs: ThunderInterfaces_MacOS
uses: rdkcentral/ThunderClientLibraries/.github/workflows/MacOS build template.yml@master

# ThunderClientLibraries:
# needs: ThunderInterfaces
# uses: rdkcentral/ThunderClientLibraries/.github/workflows/Linux build template.yml@master
ThunderNanoServices_MacOS:
needs: ThunderInterfaces_MacOS
uses: rdkcentral/ThunderNanoServices/.github/workflows/MacOS build template.yml@master

# ThunderNanoServices:
# needs: ThunderInterfaces
# uses: rdkcentral/ThunderNanoServices/.github/workflows/Linux build template.yml@master

# ThunderNanoServicesRDK:
# needs: ThunderInterfaces
# uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@master
ThunderNanoServicesRDK_MacOS:
needs: ThunderInterfaces_MacOS
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/MacOS build template.yml@master
2 changes: 1 addition & 1 deletion .github/workflows/Test Thunder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
Thunder:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

strategy:
matrix:
Expand Down

0 comments on commit ee17481

Please sign in to comment.