From a17e5727f94775cd6b2daf3348fa97c9241d0e34 Mon Sep 17 00:00:00 2001 From: Matthias Tafelmeier Date: Thu, 14 Nov 2024 20:43:26 +0100 Subject: [PATCH] change base image to debian --- .github/workflows/runner_recreate.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/runner_recreate.yml b/.github/workflows/runner_recreate.yml index 2f1fb8f..0efe828 100644 --- a/.github/workflows/runner_recreate.yml +++ b/.github/workflows/runner_recreate.yml @@ -23,7 +23,7 @@ on: types: [ labeled ] env: - RUNNER_BASE_IMAGE: "Fedora 36" + RUNNER_BASE_IMAGE: "Debian 12" INSTANCE_NAME: "ci_runner" OS_AUTH_URL: "https://openstack.osuosl.org:5000/v3" OS_PROJECT_NAME: "godon" @@ -85,8 +85,7 @@ jobs: -i "$(cat ./instance_address)," --private-key ./access_key_file --ssh-extra-args="-o StrictHostKeyChecking=accept-new" - -u fedora - --become + -u root -T 120 -m raw -a "hostnamectl set-hostname ci_runner; curl ${NIXOS_INFECT_SCRIPT_URL} | NO_REBOOT=true NO_SWAP=true NIX_CHANNEL=nixos-24.05 bash -x;"