Skip to content

Commit

Permalink
CI: switch to noble (24.04) runners and k8s-dqlite downgrade (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrutlucian94 authored Feb 28, 2025
1 parent 66794c0 commit d7ac6d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charm-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install lxd
uses: ./.github/actions/install-lxd
- name: Install tox
run: pip install tox
run: sudo apt-get install -y tox
- name: Generate snap tarball
run: |
mkdir snap_installation
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ on:
jobs:
test-integration:
name: Integration Test ${{ inputs.os }} ${{ inputs.arch }} ${{ inputs.artifact }}
runs-on: ${{ inputs.arch == 'arm64' && 'self-hosted-linux-arm64-jammy-large' || 'self-hosted-linux-amd64-jammy-large' }}
runs-on: ${{ inputs.arch == 'arm64' && 'self-hosted-linux-arm64-noble-large' || 'self-hosted-linux-amd64-noble-large' }}
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- name: Apply patches
if: inputs.flavor != ''
run: |
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Install lxd
uses: ./.github/actions/install-lxd
- name: Install tox
run: pip install tox
run: sudo apt-get install -y tox
- name: Run e2e tests
env:
TEST_SNAP: ${{ steps.download-snap.outputs.snap-path }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint_and_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
python-version: '3.8'
- name: Install tox
run: pip install tox
run: sudo apt-get install -y tox
- name: Run branch_management tests
run: |
tox -c tests/branch_management -e test
Expand All @@ -56,7 +56,7 @@ jobs:
with:
python-version: '3.10'
- name: Install tox
run: pip install tox
run: sudo apt-get install -y tox
- name: Lint
run: |
cd tests/integration && tox -e lint
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/components/k8s-dqlite/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.1
v1.3.1

0 comments on commit d7ac6d8

Please sign in to comment.