Skip to content

Commit

Permalink
fixup: e2e_run_all: Run docker tests on mkosi build output
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhorsman committed Oct 28, 2024
1 parent 176f24e commit 01f9822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_run_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
if: |
github.event_name == 'schedule' ||
github.event_name == 'workflow_dispatch'
needs: [podvm, image, prep_install]
needs: [podvm-mkosi-amd64, image, prep_install]
strategy:
fail-fast: false
matrix:
Expand All @@ -252,7 +252,7 @@ jobs:
with:
caa_image: ${{ inputs.registry }}/cloud-api-adaptor
caa_image_tag: ${{ inputs.caa_image_tag }}
podvm_image: ${{ inputs.registry }}/podvm-${{ matrix.provider }}-image:${{ inputs.podvm_image_tag }}
podvm_image: ${{ needs.podvm-mkosi-amd64.outputs.docker_oci_image }}
install_directory_artifact: install_directory
git_ref: ${{ inputs.git_ref }}
secrets: inherit

0 comments on commit 01f9822

Please sign in to comment.