]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
.github: Explicitly define test matrix
authorZack Cerza <zack@redhat.com>
Thu, 30 Mar 2023 22:09:18 +0000 (16:09 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 30 Mar 2023 22:17:01 +0000 (16:17 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
.github/workflows/ci.yml
.github/workflows/dependencies.yml
.github/workflows/integration.yml

index f3750d55adf61290a63d6488e1c84d31a1b57210..395b21a380231876958416f1bd5cd480a46fbd5e 100644 (file)
@@ -12,8 +12,15 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ubuntu-latest]
-        python: ['3.7', '3.8', '3.9', '3.10']
+        include:
+          - os: ubuntu-20.04
+            python: 3.7
+          - os: ubuntu-20.04
+            python: 3.8
+          - os: ubuntu-20.04
+            python: 3.9
+          - os: ubuntu-22.04
+            python: "3.10"
     steps:
       - uses: actions/checkout@v2
       - name: Setup Python
index a0bd3b381802ab7c1c7df683c1c86912484211d4..335f38ac56b8d376494c78dd0cae8ff8b7015142 100644 (file)
@@ -12,8 +12,15 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ubuntu-latest]
-        python: ['3.7', '3.8', '3.9', '3.10']
+        include:
+          - os: ubuntu-20.04
+            python: 3.7
+          - os: ubuntu-20.04
+            python: 3.8
+          - os: ubuntu-20.04
+            python: 3.9
+          - os: ubuntu-22.04
+            python: "3.10"
     steps:
       - name: Set up Python
         uses: actions/setup-python@v3
index 162d51032389adbdf14f5ca8d831e3b01fb9a71a..69a55b8773b4bfa5a23f6800e4ac540799b8b64b 100644 (file)
@@ -4,7 +4,7 @@ on:
   workflow_dispatch:
 jobs:
   test:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     steps:
       - uses: actions/checkout@v2
       - name: Test using docker-compose