]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
ci: Drop Ubuntu 20.04 2047/head
authorZack Cerza <zack@cerza.org>
Mon, 12 May 2025 21:57:30 +0000 (15:57 -0600)
committerZack Cerza <zack@cerza.org>
Mon, 12 May 2025 21:57:30 +0000 (15:57 -0600)
GitHub doesn't provide the image anymore.

Signed-off-by: Zack Cerza <zack@cerza.org>
.github/workflows/ci.yml
.github/workflows/dependencies.yml

index 2998aa890db3d6112ab55e5319d25904372ffd08..4fc1b2c3c9dd466f62808a68ac520f6344aaa679 100644 (file)
@@ -13,8 +13,6 @@ jobs:
     strategy:
       matrix:
         include:
-          - os: ubuntu-20.04
-            python: "3.10"
           - os: ubuntu-22.04
             python: "3.10"
           - os: ubuntu-22.04
@@ -23,9 +21,6 @@ jobs:
             python: "3.12"
     steps:
       - uses: actions/checkout@v4
-      - name: Add deadsnakes PPA
-        if: matrix.os == 'ubuntu-20.04'
-        run: sudo add-apt-repository --yes ppa:deadsnakes/ppa
       - name: Setup Python
         uses: actions/setup-python@v5
         with:
index 3131cb25b9c3eaae16a1e0c8c2d27f5ed4f68114..5c21f7b88e31ed0a6e9d90b1fe3b58fb1722e476 100644 (file)
@@ -13,16 +13,11 @@ jobs:
     strategy:
       matrix:
         include:
-          - os: ubuntu-20.04
-            python: "3.10"
           - os: ubuntu-22.04
             python: "3.10"
           - os: ubuntu-22.04
             python: "3.11"
     steps:
-      - name: Add deadsnakes PPA
-        if: matrix.os == 'ubuntu-20.04'
-        run: sudo add-apt-repository --yes ppa:deadsnakes/ppa
       - name: Set up Python
         uses: actions/setup-python@v5
         with: