From 1c576659debd0814ba2347dc1afd857e680ef28a Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Tue, 10 Dec 2019 14:23:32 -0800 Subject: [PATCH] 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 --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 88ba75441..75fad0a52 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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