Skip to content

Commit

Permalink
ci: build-yocto: merge the check-layer job
Browse files Browse the repository at this point in the history
Merge this two jobs since since there are dependencies between them.
They both want to use the same references in the repositories they use
and need the same lock step.

This will also make it possible to add interdependencies if necessary
so that there are jobs A that depend on others B.

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose authored and ricardosalveti committed Oct 15, 2024
1 parent 922e7f5 commit 84fd9b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ on:
- main

jobs:
yocto-check-layer:
runs-on: [self-hosted, x86]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Run yocto-check-layer
run: |
ci/yocto-check-layer.sh
compile:
strategy:
fail-fast: true
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/check-layer.yml

This file was deleted.

0 comments on commit 84fd9b0

Please sign in to comment.