Test focal images (#83)

Azimuth is using focal images due to an issue with Harbor, so that is what we should test for now.
This commit is contained in:
Matt Pryor 2023-08-31 21:28:47 +01:00 committed by GitHub
parent 8ebf55ea5d
commit e016f781c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,13 +39,13 @@ jobs:
matrix:
include:
- name: kube-1-25
image: ${{ fromJSON(needs.image_manifest.outputs.manifest).kubernetes-1-25-jammy }}
image: ${{ fromJSON(needs.image_manifest.outputs.manifest).kubernetes-1-25-focal }}
skip: ${{ github.event.pull_request.draft }}
- name: kube-1-26
image: ${{ fromJSON(needs.image_manifest.outputs.manifest).kubernetes-1-26-jammy }}
image: ${{ fromJSON(needs.image_manifest.outputs.manifest).kubernetes-1-26-focal }}
skip: ${{ github.event.pull_request.draft }}
- name: kube-1-27
image: ${{ fromJSON(needs.image_manifest.outputs.manifest).kubernetes-1-27-jammy }}
image: ${{ fromJSON(needs.image_manifest.outputs.manifest).kubernetes-1-27-focal }}
skip: false
steps:
- name: Checkout