Skip to content

Commit

Permalink
🤖 Fix artifacts names
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Oct 25, 2023
1 parent 2315f11 commit 29c7139
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
flavorRelease: "testing"
- flavor: "ubuntu"
flavorRelease: "20.04"
- flavor: "ubuntu-22-lts"
- flavor: "ubuntu"
flavorRelease: "22.04"
bundles:
uses: ./.github/workflows/reusable-qemu-bundles-test.yaml
Expand All @@ -122,7 +122,7 @@ jobs:
matrix:
include:
- flavor: opensuse # Kubo test needs systemd version 252+ which atm is not available in Leap
flavorRelease: opensuse
flavorRelease: leap-15.5
reset:
uses: ./.github/workflows/reusable-qemu-reset-test.yaml
with:
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
family: ubuntu
variant: core
model: generic
baseImage: ubuntu/23.04
baseImage: ubuntu:23.04
upgrade:
uses: ./.github/workflows/reusable-upgrade-with-cli-test.yaml
with:
Expand All @@ -205,8 +205,9 @@ jobs:
fail-fast: false
matrix:
include:
- flavor: alpine
flavorRelease: "3.18"
# cant do alpine yet as it hasnt been released with the proper name
#- flavor: alpine
# flavorRelease: "3.18"
- flavor: opensuse
flavorRelease: leap-15.5
encryption:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-upgrade-latest-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# The default value is 'false'
latest: true
# TODO: This should change after we release with the new artifact names otherwise it won't work
fileName: 'kairos-core-${{ inputs.flavor }}-amd64-generic-v*.iso'
fileName: 'kairos-core-${{ inputs.flavor }}*-amd64-generic-v*.iso'
out-file-path: ""
- name: Display structure of downloaded files
run: ls -las .
Expand All @@ -72,7 +72,7 @@ jobs:
# release-downloader globing matches more than one iso. Make sure
# we use the right one.
# TODO: This needs to be adapted after we release with the new artifact names
ISO=$(ls kairos-core-${{ inputs.flavor }}-amd64-generic-v*.iso | grep -v ipxe)
ISO=$(ls kairos-core-${{ inputs.flavor }}*-amd64-generic-v*.iso | grep -v ipxe)
earthly +run-qemu-test --PREBUILT_ISO=$ISO \
--FLAVOR=${{ inputs.flavor }} \
--CONTAINER_IMAGE=ttl.sh/kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ github.sha }}:24h \
Expand Down

0 comments on commit 29c7139

Please sign in to comment.