Skip to content

Commit ec139ab

Browse files
committed
NO-JIRA: chore(gha): pin github runner to ubuntu-22.04 to avoid flaky failures in podman
1 parent e97cebb commit ec139ab

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build-notebooks-TEMPLATE.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: Build & Publish Notebook Servers (TEMPLATE)
1818

1919
jobs:
2020
build:
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-22.04
2222
env:
2323
# GitHub image registry used for storing $(CONTAINER_ENGINE)'s cache
2424
CACHE: "ghcr.io/${{ github.repository }}/workbench-images/build-cache"
@@ -76,10 +76,6 @@ jobs:
7676
df -h
7777
free -h
7878
79-
# https://github.com/containers/buildah/issues/2521#issuecomment-884779112
80-
- name: Workaround https://github.com/containers/podman/issues/22152#issuecomment-2027705598
81-
run: sudo apt-get -qq remove podman crun
82-
8379
- uses: actions/cache@v4
8480
id: cached-linuxbrew
8581
with:
@@ -97,6 +93,7 @@ jobs:
9793

9894
- name: Configure Podman
9995
run: |
96+
set -x
10097
mkdir -p $HOME/.config/containers/
10198
cp ci/cached-builds/containers.conf $HOME/.config/containers/containers.conf
10299
cp ci/cached-builds/storage.conf $HOME/.config/containers/storage.conf

0 commit comments

Comments
 (0)