Skip to content

Commit

Permalink
[Backport 1.29] watch query timeout backport k8s-dqlite (#4653)
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen authored Sep 3, 2024
1 parent c5aa75c commit 7e53d77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,11 @@ jobs:
sudo -E bash -x -c "./tests/libs/airgap.sh --distro ubuntu:20.04 --channel $PWD/build/microk8s.snap"
test-spread:
name: Test microk8s on multi distros
name: Test microk8s on debian
runs-on: ubuntu-20.04
needs: build
strategy:
fail-fast: false
matrix:
distro: ["images:centos/7", "images:debian/12"]
steps:
- name: Checking out repo
uses: actions/checkout@v4
Expand All @@ -221,7 +219,7 @@ jobs:
sg lxd -c 'lxc version'
- name: Run spread tests
run: |
sudo -E bash -x -c "./tests/libs/spread.sh --distro ${{ matrix.distro }} --channel $PWD/build/microk8s.snap"
sudo -E bash -x -c "./tests/libs/spread.sh --distro images:debian/12 --channel $PWD/build/microk8s.snap"
security-scan:
name: Security scan
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/components/k8s-dqlite/version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

echo "v1.1.9"
echo "v1.1.11"

0 comments on commit 7e53d77

Please sign in to comment.