Skip to content

Commit

Permalink
CI: use ubuntu-22.04 and python3.10 in integration.yaml
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
VallariAg committed Jun 3, 2024
1 parent f0a9d59 commit cd877f5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ on: pull_request

jobs:
test:
runs-on: ubuntu-latest
name: Integration test on python${{ matrix.python }} via ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-22.04
python: "3.10"
steps:
- uses: actions/checkout@v2
- name: Start teuthology & teuthology-api
Expand Down

0 comments on commit cd877f5

Please sign in to comment.