From de15f89b98622ef6f140c2708c99e9af13fa4564 Mon Sep 17 00:00:00 2001 From: Misha Sakhnov Date: Tue, 29 Oct 2024 19:30:43 +0100 Subject: [PATCH] WIP: enable vm-images build and component images build Signed-off-by: Misha Sakhnov --- .github/workflows/e2e-test.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index 5e4c2ac53..5f35cdefc 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -51,18 +51,18 @@ jobs: sha="${SHA::7}" echo "tag=$sha.$GITHUB_RUN_ID" | tee -a $GITHUB_OUTPUT - # build-images: - # needs: get-tag - # uses: ./.github/workflows/build-images.yaml - # with: - # skip: ${{ inputs.tag != '' }} - # tag: ${{ inputs.tag || needs.get-tag.outputs.tag }} - # kernel-image: ${{ inputs.kernel-image }} - # # note: setting to preserve runner pods will mean that if !skip, they'll be built with those - # # settings and used properly in the tests. But if skip (because inputs.tag != ''), then this - # # setting will have no effect and the release images will be normal. - # controller-preserve-runner-pods: true - # secrets: inherit + build-images: + needs: get-tag + uses: ./.github/workflows/build-images.yaml + with: + skip: ${{ inputs.tag != '' }} + tag: ${{ inputs.tag || needs.get-tag.outputs.tag }} + kernel-image: ${{ inputs.kernel-image }} + # note: setting to preserve runner pods will mean that if !skip, they'll be built with those + # settings and used properly in the tests. But if skip (because inputs.tag != ''), then this + # setting will have no effect and the release images will be normal. + controller-preserve-runner-pods: true + secrets: inherit build-test-vm: needs: get-tag