From 856b3d9de85c28d816ae8b6976ce2c1f3542a4d1 Mon Sep 17 00:00:00 2001 From: Jiri Danek Date: Mon, 14 Oct 2024 17:05:58 +0200 Subject: [PATCH] NO-JIRA: chore(gha): pin github runner to ubuntu-22.04 to avoid flaky failures in podman --- .github/workflows/build-notebooks-TEMPLATE.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-notebooks-TEMPLATE.yaml b/.github/workflows/build-notebooks-TEMPLATE.yaml index 9443f8782..67f36cce7 100644 --- a/.github/workflows/build-notebooks-TEMPLATE.yaml +++ b/.github/workflows/build-notebooks-TEMPLATE.yaml @@ -18,7 +18,7 @@ name: Build & Publish Notebook Servers (TEMPLATE) jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 env: # GitHub image registry used for storing $(CONTAINER_ENGINE)'s cache CACHE: "ghcr.io/${{ github.repository }}/workbench-images/build-cache" @@ -97,6 +97,7 @@ jobs: - name: Configure Podman run: | + set -x mkdir -p $HOME/.config/containers/ cp ci/cached-builds/containers.conf $HOME/.config/containers/containers.conf cp ci/cached-builds/storage.conf $HOME/.config/containers/storage.conf