Skip to content

Commit cd877f5

Browse files
committed
CI: use ubuntu-22.04 and python3.10 in integration.yaml
This fixes the failing t-api integration CI tests with error: 'ERROR: Package 'teuthology-1.1.1.dev729-g861a8dcf' requires a different Python: 3.8.10 not in '>=3.10'' Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
1 parent f0a9d59 commit cd877f5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ on: pull_request
33

44
jobs:
55
test:
6-
runs-on: ubuntu-latest
6+
name: Integration test on python${{ matrix.python }} via ${{ matrix.os }}
7+
runs-on: ${{ matrix.os }}
8+
strategy:
9+
matrix:
10+
include:
11+
- os: ubuntu-22.04
12+
python: "3.10"
713
steps:
814
- uses: actions/checkout@v2
915
- name: Start teuthology & teuthology-api

0 commit comments

Comments
 (0)