Skip to content

Commit

Permalink
Ubuntu 24.04
Browse files Browse the repository at this point in the history
As the latest since GitHub moved to it actions/runner-images#10636
  • Loading branch information
fkorotkov authored Feb 26, 2025
1 parent e0a48a1 commit 3996210
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,18 @@ task:
- "Install dependencies ($WORKER_NAME)"

matrix:
- name: Ubuntu 22.04
- name: Ubuntu $VM_RELEASE
env:
VM_NAME: "ubuntu"
matrix:
- VM_RELEASE: "24.04"
LATEST: latest
- VM_RELEASE: "22.04"
VM_RELEASE: "22.04"
WORKER_NAME: $WORKER_NAME_ARM64
VM_ARCH: "arm64"
URL: https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-arm64.img
USER_DATA_FIXTURE: "cloud-init/user-data.distro-with-admin-group"
LATEST: latest
- name: Ubuntu 24.04
env:
VM_NAME: "ubuntu"
VM_RELEASE: "24.04"
WORKER_NAME: $WORKER_NAME_ARM64
VM_ARCH: "arm64"
URL: https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-arm64.img
USER_DATA_FIXTURE: "cloud-init/user-data.distro-with-admin-group"
- name: Debian
env:
VM_NAME: "debian"
Expand Down Expand Up @@ -77,10 +72,13 @@ task:
URL: https://dl.rockylinux.org/pub/rocky/9/images/aarch64/Rocky-9-GenericCloud-Base.latest.aarch64.qcow2
USER_DATA_FIXTURE: "cloud-init/user-data.distro-without-admin-group"
LATEST: latest
- name: Linux Runner ($VM_ARCH)
- name: Linux Runner ($VM_RELEASE $VM_ARCH)
env:
VM_NAME: "ubuntu"
VM_RELEASE: "22.04"
matrix:
- VM_RELEASE: "24.04"
LATEST: latest
- VM_RELEASE: "22.04"
matrix:
- VM_ARCH: "arm64"
WORKER_NAME: $WORKER_NAME_ARM64
Expand All @@ -90,21 +88,21 @@ task:
USER_DATA_FIXTURE: "cloud-init/user-data.distro-with-admin-group"
CUSTOMIZATION_PATH: "customizations/linux-runner"
CUSTOMIZATION_IMAGE: "ubuntu-runner-$VM_ARCH"
LATEST: latest
- name: Linux Runner w/ GPU ($VM_ARCH)
- name: Linux Runner w/ GPU ($VM_RELEASE $VM_ARCH)
depends_on:
- "Linux Runner ($VM_ARCH)"
env:
VM_NAME: "ubuntu"
VM_RELEASE: "22.04"
matrix:
- VM_ARCH: "amd64"
WORKER_NAME: $WORKER_NAME_AMD64
- VM_RELEASE: "24.04"
LATEST: latest
- VM_RELEASE: "22.04"
VM_ARCH: "amd64"
WORKER_NAME: $WORKER_NAME_AMD64
URL: "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-$VM_ARCH.img"
USER_DATA_FIXTURE: "cloud-init/user-data.distro-with-admin-group"
CUSTOMIZATION_PATH: "customizations/linux-runner-gpu"
CUSTOMIZATION_IMAGE: "ubuntu-runner-$VM_ARCH-gpu"
LATEST: latest

persistent_worker:
labels:
Expand Down

0 comments on commit 3996210

Please sign in to comment.