mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 06:52:13 +00:00
workflows: make sure we build the experimental kernel, CLH
gather job needs to take all build jobs into account, including building of the experimental kernel and CLH. Added. Fixes: #103 Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
parent
cbd5fa008a
commit
1c576659de
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -266,7 +266,7 @@ jobs:
|
||||
|
||||
gather-artifacts:
|
||||
runs-on: ubuntu-16.04
|
||||
needs: [build-kernel, build-qemu, build-qemu-virtiofsd, build-image, build-firecracker, build-kata-components, build-nemu]
|
||||
needs: [build-experimental-kernel, build-kernel, build-qemu, build-qemu-virtiofsd, build-image, build-firecracker, build-kata-components, build-nemu, build-clh]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: get-artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user