Skip to content

Commit

Permalink
Organize suites in subdirectories
Browse files Browse the repository at this point in the history
As opposed to a flat structure.
  • Loading branch information
GabrielNagy committed Oct 17, 2023
1 parent 14a9875 commit b6e158b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
force="--force"
fi
IMAGE_VERSION=$(go run ./e2e/cmd/00_check_vm_image --codename ${{ matrix.codename }} ${force})
IMAGE_VERSION=$(go run ./e2e/cmd/build_image/00_check_vm_image --codename ${{ matrix.codename }} ${force})
if [ ! -z "${IMAGE_VERSION}" ]; then
echo image-version=$IMAGE_VERSION >> $GITHUB_OUTPUT
fi
Expand All @@ -100,8 +100,8 @@ jobs:
- name: Build base VM
if: steps.check-vm-template.outputs.image-version != ''
run: |
go run ./e2e/cmd/01_prepare_base_vm --vm-image ${{ steps.check-vm-template.outputs.image-version }} --codename ${{ matrix.codename }} --ssh-key ~/.ssh/id_rsa-e2e
go run ./e2e/cmd/build_image/01_prepare_base_vm --vm-image ${{ steps.check-vm-template.outputs.image-version }} --codename ${{ matrix.codename }} --ssh-key ~/.ssh/id_rsa-e2e
- name: Create template version
if: steps.check-vm-template.outputs.image-version != ''
run: |
go run ./e2e/cmd/02_create_vm_template
go run ./e2e/cmd/build_image/02_create_vm_template
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b6e158b

Please sign in to comment.